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

Unified Diff: pkg/dev_compiler/test/browser/language_tests.js

Issue 2985333002: fix #30290, assertion messages that contain `yield` (Closed)
Patch Set: merge and update status Created 3 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/dev_compiler/test-main.js ('k') | pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/errors.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/test/browser/language_tests.js
diff --git a/pkg/dev_compiler/test/browser/language_tests.js b/pkg/dev_compiler/test/browser/language_tests.js
index 8b8e22b40a4df9420a78a0ab1023cc98c6f01215..0de88e6cd6d32204a28c872908cdb7baea423350 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -104,8 +104,6 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'constructor12_test': fail,
'custom_await_stack_trace_test': fail,
'cyclic_type2_test': fail,
- 'cyclic_type_test_00_multi': fail,
- 'cyclic_type_test_01_multi': fail,
'cyclic_type_test_02_multi': fail,
'cyclic_type_test_03_multi': fail,
'cyclic_type_test_04_multi': fail,
@@ -184,7 +182,6 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'reg_exp_test': whitelist,
'regress_16640_test': fail,
'regress_22445_test': fail,
- 'regress_22666_test': fail,
'regress_22777_test': flaky,
'stack_overflow_stacktrace_test': fail,
'stack_overflow_test': fail,
@@ -262,6 +259,7 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'int_parse_radix_test_01_multi': fail, // JS implementations disagree on U+0085 being whitespace.
'int_parse_radix_test_02_multi': ['fail', 'timeout', 'skip'], // No bigints.
'int_parse_radix_test_none_multi': ['slow'],
+ 'int_parse_with_limited_ints_test': fail,
'integer_to_radix_string_test': fail,
'integer_to_string_test_01_multi': fail,
'iterable_empty_test': whitelist,
@@ -272,7 +270,6 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'list_insert_all_test': whitelist,
'list_replace_range_test': fail,
'list_set_all_test': fail,
- 'list_sort_test': fail, // runtime strong mode error
'list_test_01_multi': fail,
'list_test_none_multi': fail,
'main_test': fail,
@@ -297,6 +294,7 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'symbol_reserved_word_test_09_multi': fail,
'symbol_reserved_word_test_12_multi': fail,
'symbol_test_none_multi': fail,
+ 'typed_data_with_limited_ints_test': fail,
'unicode_test': firefox_fail,
'uri_parameters_all_test': is.firefox('<=50') ? fail : pass,
// TODO(rnystrom): Times out because it tests a huge number of
« no previous file with comments | « pkg/dev_compiler/test-main.js ('k') | pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/errors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698