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

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

Issue 2991063002: fix DDC travis bot (Closed)
Patch Set: 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/test/compile_error_tests.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 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,
« no previous file with comments | « pkg/dev_compiler/test-main.js ('k') | pkg/dev_compiler/test/compile_error_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698