Skip to content

Commit 4c69ed7

Browse files
authored
Merge pull request #5670 from plotly/mock-test-info
reorder black list in mock test and add comments
2 parents 2b58ca2 + 2c4c70a commit 4c69ed7

File tree

1 file changed

+38
-33
lines changed

1 file changed

+38
-33
lines changed

Diff for: tasks/test_mock.js

+38-33
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,44 @@ function assert(name, v) {
8484

8585
function notBlackListed(name) {
8686
return [
87+
// has transforms See https://github.com/plotly/plotly.js/issues/4759
88+
'gl2d_transforms',
89+
'polar_transforms',
90+
'transforms',
91+
92+
// has contourcarpet See https://github.com/plotly/plotly.js/issues/5669
93+
'airfoil',
94+
'cheater',
95+
'cheater_constraint_greater_than',
96+
'cheater_constraint_greater_than_with_hill',
97+
'cheater_constraint_greater_than_with_valley',
98+
'cheater_constraint_inner_range',
99+
'cheater_constraint_inner_range_hi_top',
100+
'cheater_constraint_inner_range_hi_top_with_hill',
101+
'cheater_constraint_inner_range_hi_top_with_valley',
102+
'cheater_constraint_inner_range_lo_top',
103+
'cheater_constraint_inner_range_lo_top_with_hill',
104+
'cheater_constraint_inner_range_lo_top_with_valley',
105+
'cheater_constraint_inner_range_with_hill',
106+
'cheater_constraint_inner_range_with_valley',
107+
'cheater_constraint_less_than',
108+
'cheater_constraint_less_than_with_hill',
109+
'cheater_constraint_less_than_with_valley',
110+
'cheater_constraint_outer_range',
111+
'cheater_constraint_outer_range_hi_top',
112+
'cheater_constraint_outer_range_hi_top_with_hill',
113+
'cheater_constraint_outer_range_hi_top_with_valley',
114+
'cheater_constraint_outer_range_lo_top',
115+
'cheater_constraint_outer_range_lo_top_with_hill',
116+
'cheater_constraint_outer_range_lo_top_with_valley',
117+
'cheater_constraint_outer_range_with_hill',
118+
'cheater_constraint_outer_range_with_valley',
119+
'cheater_constraints',
120+
'cheater_contour',
121+
'cheater_fully_filled',
122+
'cheater_smooth',
123+
124+
// other
87125
'1',
88126
'11',
89127
'12',
@@ -108,7 +146,6 @@ function notBlackListed(name) {
108146
'32',
109147
'2dhistogram_contour_subplots',
110148
'2dhistogram_contour_subplots_bingroup',
111-
'airfoil',
112149
'annotations',
113150
'annotations-autorange',
114151
'axes_booleans',
@@ -122,35 +159,6 @@ function notBlackListed(name) {
122159
'candlestick_double-y-axis',
123160
'candlestick_rangeslider_thai',
124161
'category-autorange',
125-
'cheater',
126-
'cheater_constraint_greater_than',
127-
'cheater_constraint_greater_than_with_hill',
128-
'cheater_constraint_greater_than_with_valley',
129-
'cheater_constraint_inner_range',
130-
'cheater_constraint_inner_range_hi_top',
131-
'cheater_constraint_inner_range_hi_top_with_hill',
132-
'cheater_constraint_inner_range_hi_top_with_valley',
133-
'cheater_constraint_inner_range_lo_top',
134-
'cheater_constraint_inner_range_lo_top_with_hill',
135-
'cheater_constraint_inner_range_lo_top_with_valley',
136-
'cheater_constraint_inner_range_with_hill',
137-
'cheater_constraint_inner_range_with_valley',
138-
'cheater_constraint_less_than',
139-
'cheater_constraint_less_than_with_hill',
140-
'cheater_constraint_less_than_with_valley',
141-
'cheater_constraint_outer_range',
142-
'cheater_constraint_outer_range_hi_top',
143-
'cheater_constraint_outer_range_hi_top_with_hill',
144-
'cheater_constraint_outer_range_hi_top_with_valley',
145-
'cheater_constraint_outer_range_lo_top',
146-
'cheater_constraint_outer_range_lo_top_with_hill',
147-
'cheater_constraint_outer_range_lo_top_with_valley',
148-
'cheater_constraint_outer_range_with_hill',
149-
'cheater_constraint_outer_range_with_valley',
150-
'cheater_constraints',
151-
'cheater_contour',
152-
'cheater_fully_filled',
153-
'cheater_smooth',
154162
'contour_match_edges',
155163
'dendrogram',
156164
'error_bar_style',
@@ -184,7 +192,6 @@ function notBlackListed(name) {
184192
'gl2d_text_chart_single-string',
185193
'gl2d_text_chart_styling',
186194
'gl2d_texttemplate',
187-
'gl2d_transforms',
188195
'gl3d_autocolorscale',
189196
'gl3d_bunny',
190197
'gl3d_bunny-hull',
@@ -231,7 +238,6 @@ function notBlackListed(name) {
231238
'plot_types',
232239
'polar_blank',
233240
'polar_dates',
234-
'polar_transforms',
235241
'range_slider_box',
236242
'shapes_fixed_size',
237243
'splom_ragged-via-axes',
@@ -245,7 +251,6 @@ function notBlackListed(name) {
245251
'texttemplate_scatter',
246252
'titles-avoid-labels',
247253
'trace_metatext',
248-
'transforms',
249254
'updatemenus',
250255
'violin_non-linear',
251256
'violin_ridgeplot',

0 commit comments

Comments
 (0)