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

Unified Diff: tests/lib/lib.status

Issue 201873002: Trying to make preamble for d8. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: call enterJsAsync/leaveJsAsync. All lib/async tests now run. Created 6 years, 9 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
« sdk/lib/_internal/lib/preambles/d8.js ('K') | « tests/lib/async/future_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index 0fe2a10bca1bae311864c129a7ab18c7986411b6..0f990852fae5ea160b3e17ad1d12942a432d766e 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -132,7 +132,7 @@ typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi
math/math_test: RuntimeError
math/math2_test: RuntimeError
-[ $compiler == dart2js && $jscl ]
+[ $compiler == dart2js && $runtime == jsshell ]
async/future_test: RuntimeError # Timer interface not supported; dartbug.com/7728.
async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug.com/7728.
async/slow_consumer3_test: RuntimeError # Timer interface not supported; dartbug.com/7728.
@@ -186,9 +186,9 @@ mirrors/globalized_closures_test/00: RuntimeError # Issue 17118. Please remove t
mirrors/globalized_closures2_test/00: RuntimeError # Issue 17118. Please remove the multi-test comments when this test starts succeeding.
-[ $compiler == dart2js && $browser ]
+[ $compiler == dart2js && ( $browser || $runtimer == d8 ) ]
floitsch 2014/03/19 14:08:31 runtime = d8
async/timer_not_available_test: Fail, OK # only meant to test when there is no way to
- # implement timer (currently only in d8)
+ # implement timer (currently only in jsshell)
# 'js' tests import the dart:js library, so they only make sense in
# a browser environment.
@@ -300,7 +300,7 @@ async/deferred/deferred_fail_to_load_test: Fail
# Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
async/deferred/deferred_in_isolate_test: Fail
-[ $compiler == dart2js ]
+[ $compiler == dart2js && $runtime != d8 ]
async/schedule_microtask_test: Fail # Issue 9002
[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
« sdk/lib/_internal/lib/preambles/d8.js ('K') | « tests/lib/async/future_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698