Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Side by Side Diff: pkg/dev_compiler/test/browser/language_tests.js

Issue 2655673003: Update tests for FF 51 (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'], 5 define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
6 function(dart_sdk, async_helper, expect, unittest, is, require) { 6 function(dart_sdk, async_helper, expect, unittest, is, require) {
7 'use strict'; 7 'use strict';
8 8
9 async_helper = async_helper.async_helper; 9 async_helper = async_helper.async_helper;
10 let minitest = expect.minitest; 10 let minitest = expect.minitest;
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'expect_test': fail, 128 'expect_test': fail,
129 'extends_test_lib': fail, 129 'extends_test_lib': fail,
130 'external_test_10_multi': fail, 130 'external_test_10_multi': fail,
131 'external_test_13_multi': fail, 131 'external_test_13_multi': fail,
132 'external_test_20_multi': fail, 132 'external_test_20_multi': fail,
133 'f_bounded_quantification3_test': fail, 133 'f_bounded_quantification3_test': fail,
134 'field_increment_bailout_test': fail, 134 'field_increment_bailout_test': fail,
135 'field_optimization3_test': fail, 135 'field_optimization3_test': fail,
136 'final_syntax_test_08_multi': fail, 136 'final_syntax_test_08_multi': fail,
137 'first_class_types_test': fail, 137 'first_class_types_test': fail,
138 'for_variable_capture_test': chrome_fail, 138 'for_variable_capture_test': is.firefox('<=50') ? pass : fail,
vsm 2017/01/24 16:32:01 Note, this is the opposite of everything else - it
139 'function_subtype0_test': fail, 139 'function_subtype0_test': fail,
140 'function_subtype1_test': fail, 140 'function_subtype1_test': fail,
141 'function_subtype2_test': fail, 141 'function_subtype2_test': fail,
142 'function_subtype3_test': fail, 142 'function_subtype3_test': fail,
143 'function_subtype_bound_closure0_test': fail, 143 'function_subtype_bound_closure0_test': fail,
144 'function_subtype_bound_closure1_test': fail, 144 'function_subtype_bound_closure1_test': fail,
145 'function_subtype_bound_closure2_test': fail, 145 'function_subtype_bound_closure2_test': fail,
146 'function_subtype_bound_closure3_test': fail, 146 'function_subtype_bound_closure3_test': fail,
147 'function_subtype_bound_closure4_test': fail, 147 'function_subtype_bound_closure4_test': fail,
148 'function_subtype_bound_closure5_test': fail, 148 'function_subtype_bound_closure5_test': fail,
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'mixin_mixin4_test': fail, 215 'mixin_mixin4_test': fail,
216 'mixin_mixin5_test': fail, 216 'mixin_mixin5_test': fail,
217 'mixin_mixin6_test': fail, 217 'mixin_mixin6_test': fail,
218 'mixin_mixin7_test': fail, 218 'mixin_mixin7_test': fail,
219 'mixin_mixin_bound2_test': fail, 219 'mixin_mixin_bound2_test': fail,
220 'mixin_mixin_bound_test': fail, 220 'mixin_mixin_bound_test': fail,
221 'mixin_mixin_test': fail, 221 'mixin_mixin_test': fail,
222 'mixin_regress_13688_test': fail, 222 'mixin_regress_13688_test': fail,
223 'modulo_test': fail, 223 'modulo_test': fail,
224 'named_parameter_clash_test': fail, 224 'named_parameter_clash_test': fail,
225 'named_parameters_passing_falsy_test': firefox_fail, 225 'named_parameters_passing_falsy_test': is.firefox('<=50') ? fail : pass,
226 'nan_identical_test': fail, 226 'nan_identical_test': fail,
227 'nested_switch_label_test': fail, 227 'nested_switch_label_test': fail,
228 'number_identifier_test_05_multi': fail, 228 'number_identifier_test_05_multi': fail,
229 'number_identity2_test': fail, 229 'number_identity2_test': fail,
230 'numbers_test': fail, 230 'numbers_test': fail,
231 'redirecting_factory_reflection_test': fail, 231 'redirecting_factory_reflection_test': fail,
232 'regress_16640_test': fail, 232 'regress_16640_test': fail,
233 'regress_18535_test': fail, 233 'regress_18535_test': fail,
234 'regress_22666_test': fail, 234 'regress_22666_test': fail,
235 'regress_22777_test': flaky, 235 'regress_22777_test': flaky,
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'bit_twiddling_bigint_test': fail, 287 'bit_twiddling_bigint_test': fail,
288 'collection_length_test': skip_timeout, 288 'collection_length_test': skip_timeout,
289 'compare_to2_test': fail, 289 'compare_to2_test': fail,
290 'const_list_literal_test': fail, 290 'const_list_literal_test': fail,
291 'const_list_remove_range_test': fail, 291 'const_list_remove_range_test': fail,
292 'const_list_set_range_test': fail, 292 'const_list_set_range_test': fail,
293 'double_parse_test_01_multi': fail, 293 'double_parse_test_01_multi': fail,
294 'double_parse_test_02_multi': firefox_fail, 294 'double_parse_test_02_multi': firefox_fail,
295 'error_stack_trace1_test': fail, 295 'error_stack_trace1_test': fail,
296 'error_stack_trace2_test': fail, 296 'error_stack_trace2_test': fail,
297 'for_in_test': firefox_fail, 297 'for_in_test': is.firefox('<=50') ? fail : pass,
298 'hash_map2_test': skip_timeout, 298 'hash_map2_test': skip_timeout,
299 'hash_set_test_01_multi': fail, 299 'hash_set_test_01_multi': fail,
300 'hidden_library2_test_01_multi': fail, 300 'hidden_library2_test_01_multi': fail,
301 'int_modulo_arith_test_bignum_multi': fail, 301 'int_modulo_arith_test_bignum_multi': fail,
302 'int_modulo_arith_test_modPow_multi': fail, 302 'int_modulo_arith_test_modPow_multi': fail,
303 'int_modulo_arith_test_none_multi': fail, 303 'int_modulo_arith_test_none_multi': fail,
304 'int_parse_radix_test_01_multi': fail, // JS implementations disagree on U +0085 being whitespace. 304 'int_parse_radix_test_01_multi': fail, // JS implementations disagree on U +0085 being whitespace.
305 'int_parse_radix_test_02_multi': ['fail', 'timeout', 'skip'], // No bigint s. 305 'int_parse_radix_test_02_multi': ['fail', 'timeout', 'skip'], // No bigint s.
306 'int_parse_radix_test_none_multi': ['slow'], 306 'int_parse_radix_test_none_multi': ['slow'],
307 'integer_to_radix_string_test': fail, 307 'integer_to_radix_string_test': fail,
308 'integer_to_string_test_01_multi': fail, 308 'integer_to_string_test_01_multi': fail,
309 'iterable_generate_test': fail, 309 'iterable_generate_test': fail,
310 'iterable_return_type_test_02_multi': fail, 310 'iterable_return_type_test_02_multi': fail,
311 'json_map_test': fail, 311 'json_map_test': fail,
312 'list_fill_range_test': fail, 312 'list_fill_range_test': fail,
313 'list_replace_range_test': fail, 313 'list_replace_range_test': fail,
314 'list_set_all_test': fail, 314 'list_set_all_test': fail,
315 'list_to_string2_test': fail, 315 'list_to_string2_test': fail,
316 'main_test': fail, 316 'main_test': fail,
317 'map_keys2_test': fail, 317 'map_keys2_test': fail,
318 'map_to_string_test': fail, 318 'map_to_string_test': fail,
319 'map_from_iterable_test': firefox_fail, 319 'map_from_iterable_test': is.firefox('<=50') ? fail : pass,
320 'nan_infinity_test_01_multi': fail, 320 'nan_infinity_test_01_multi': fail,
321 'null_nosuchmethod_test': fail, 321 'null_nosuchmethod_test': fail,
322 'null_test': fail, 322 'null_test': fail,
323 'num_sign_test': fail, 323 'num_sign_test': fail,
324 'regress_r21715_test': fail, 324 'regress_r21715_test': fail,
325 'throw_half_surrogate_pair_test_02_multi': fail, 325 'throw_half_surrogate_pair_test_02_multi': fail,
326 'splay_tree_from_iterable_test': firefox_fail, 326 'splay_tree_from_iterable_test': is.firefox('<=50') ? fail : pass,
327 'string_case_test_01_multi': firefox_fail, 327 'string_case_test_01_multi': firefox_fail,
328 'string_fromcharcodes_test': skip_timeout, 328 'string_fromcharcodes_test': skip_timeout,
329 'string_operations_with_null_test': fail, 329 'string_operations_with_null_test': fail,
330 'symbol_reserved_word_test_06_multi': fail, 330 'symbol_reserved_word_test_06_multi': fail,
331 'symbol_reserved_word_test_09_multi': fail, 331 'symbol_reserved_word_test_09_multi': fail,
332 'symbol_reserved_word_test_12_multi': fail, 332 'symbol_reserved_word_test_12_multi': fail,
333 'throw_half_surrogate_pair_test_01_multi': fail, 333 'throw_half_surrogate_pair_test_01_multi': fail,
334 'unicode_test': firefox_fail, 334 'unicode_test': firefox_fail,
335 'uri_parameters_all_test': firefox_fail, 335 'uri_parameters_all_test': is.firefox('<=50') ? fail : pass,
336 // TODO(rnystrom): Times out because it tests a huge number of 336 // TODO(rnystrom): Times out because it tests a huge number of
337 // combinations of URLs (4 * 5 * 5 * 8 * 6 * 6 * 4 = 115200). 337 // combinations of URLs (4 * 5 * 5 * 8 * 6 * 6 * 4 = 115200).
338 'uri_parse_test': skip_timeout, 338 'uri_parse_test': skip_timeout,
339 'uri_test': firefox_fail, 339 'uri_test': is.firefox('<=50') ? fail : pass,
340 340
341 'list_insert_test': fail, 341 'list_insert_test': fail,
342 'list_removeat_test': fail, 342 'list_removeat_test': fail,
343 'set_test': fail, // runtime strong mode reject 343 'set_test': fail, // runtime strong mode reject
344 }, 344 },
345 345
346 'corelib/regexp': { 346 'corelib/regexp': {
347 'default_arguments_test': fail, 347 'default_arguments_test': fail,
348 'UC16_test': firefox_fail, 348 'UC16_test': firefox_fail,
349 }, 349 },
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 880
881 for (let action of unittest_tests) { 881 for (let action of unittest_tests) {
882 try { 882 try {
883 action(); 883 action();
884 } catch (e) { 884 } catch (e) {
885 console.error("Caught error tying to setup test:", e); 885 console.error("Caught error tying to setup test:", e);
886 } 886 }
887 } 887 }
888 }); 888 });
889 }); 889 });
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698