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

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

Issue 2683583009: Fix corelib_strong/sort_test on dev_compiler (Closed)
Patch Set: Add status file change Created 3 years, 10 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 | « no previous file | tests/corelib_strong/sort_test.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 404c4b6699e55dad1fd98671ae616780561bf5b4..d2ad2b2f0bbbb7e1912adac04e64c47c4db27cae 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -206,7 +206,7 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'many_generic_instanceof_test': fail,
'map_literal10_test': fail,
'map_literal7_test': fail,
- 'memory_swap_test': is.firefox() ? skip_timeout : pass,
+ 'memory_swap_test': skip_timeout,
'method_invocation_test': fail,
'mint_arithmetic_test': fail,
'mixin_forwarding_constructor3_test': fail,
« no previous file with comments | « no previous file | tests/corelib_strong/sort_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698