Chromium Code Reviews| 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 f3ee6c0b07fc910d8990af3f5ca45f2edde7ec0f..8b8e22b40a4df9420a78a0ab1023cc98c6f01215 100644 |
| --- a/pkg/dev_compiler/test/browser/language_tests.js |
| +++ b/pkg/dev_compiler/test/browser/language_tests.js |
| @@ -65,6 +65,7 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'], |
| // Flaky on travis (https://github.com/dart-lang/sdk/issues/27224) |
| 'async_await_test_03_multi': async_unittest, |
| + 'async_star_pause_test': fail, |
| 'async_star_await_pauses_test': skip_timeout, |
| // TODO(jmesserly): figure out why this test is hanging. |
| @@ -85,6 +86,7 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'], |
| 'async_this_bound_test': whitelist, |
| 'asyncstar_throw_in_catch_test': ['skip', 'fail'], |
| 'await_future_test': skip_timeout, |
| + 'await_for_test': 'slow', |
| 'bit_operations_test_none_multi': fail, // DDC/dart2js canonicalize bitop results to unsigned |
| 'branch_canonicalization_test': fail, // JS bit operations truncate to 32 bits. |
| 'call_closurization_test': fail, // Functions do not expose a "call" method. |
| @@ -270,6 +272,7 @@ 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 |
|
Jennifer Messerly
2017/07/29 00:04:06
this test may not be strong mode clean at runtime
|
| 'list_test_01_multi': fail, |
| 'list_test_none_multi': fail, |
| 'main_test': fail, |