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

Side by Side Diff: tests/lib_2/lib_2_dart2js.status

Issue 2995343002: Migrated test block 216 to Dart 2.0. (Closed)
Patch Set: Migrated min_max_test to Dart 2.0 Created 3 years, 3 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 unified diff | Download patch
« no previous file with comments | « tests/lib/math/random_test.dart ('k') | tests/lib_2/lib_2_dartdevc.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dart2js && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 async/catch_errors22_test: RuntimeError # Timer interface not supported: Issue 7 728. 6 async/catch_errors22_test: RuntimeError # Timer interface not supported: Issue 7 728.
7 async/catch_errors18_test: Fail # Timer interface not supported: Issue 7728. 7 async/catch_errors18_test: Fail # Timer interface not supported: Issue 7728.
8 async/catch_errors19_test: Fail # Timer interface not supported: Issue 7728. 8 async/catch_errors19_test: Fail # Timer interface not supported: Issue 7728.
9 async/catch_errors20_test: Fail # Timer interface not supported: Issue 7728. 9 async/catch_errors20_test: Fail # Timer interface not supported: Issue 7728.
10 async/catch_errors28_test: Fail # Timer interface not supported: Issue 7728. 10 async/catch_errors28_test: Fail # Timer interface not supported: Issue 7728.
11 async/future_test: RuntimeError # Timer interface not supported; Issue 7728. 11 async/future_test: RuntimeError # Timer interface not supported; Issue 7728.
12 async/future_constructor2_test: Fail # Timer interface not supported: Issue 7728 . 12 async/future_constructor2_test: Fail # Timer interface not supported: Issue 7728 .
13 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run. 13 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run.
14 async/slow_consumer2_test: RuntimeError # Timer interface not supported; Issue 7 728. 14 async/slow_consumer2_test: RuntimeError # Timer interface not supported; Issue 7 728.
15 async/slow_consumer3_test: RuntimeError # Timer interface not supported; Issue 7 728. 15 async/slow_consumer3_test: RuntimeError # Timer interface not supported; Issue 7 728.
16 async/slow_consumer_test: RuntimeError # Timer interface not supported; Issue 77 28. 16 async/slow_consumer_test: RuntimeError # Timer interface not supported; Issue 77 28.
17 async/run_zoned7_test: RuntimeError # Timer interface not supported: Issue 7728. 17 async/run_zoned7_test: RuntimeError # Timer interface not supported: Issue 7728.
18 async/run_zoned8_test: Fail # Timer interface not supported: Issue 7728. 18 async/run_zoned8_test: Fail # Timer interface not supported: Issue 7728.
19 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen t scheduleImmediate. 19 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen t scheduleImmediate.
20 async/schedule_microtask3_test: RuntimeError 20 async/schedule_microtask3_test: RuntimeError
21 21
22 [ $compiler == dart2js ] 22 [ $compiler == dart2js ]
23 async/future_or_strong_test: RuntimeError 23 async/future_or_strong_test: RuntimeError
24 math/random_big_test: RuntimeError # Using bigint seeds for random.
24 25
25 [ $compiler != dart2js ] 26 [ $compiler != dart2js ]
26 async/dart2js_uncaught_error_test: Skip # JS-integration only test 27 async/dart2js_uncaught_error_test: Skip # JS-integration only test
OLDNEW
« no previous file with comments | « tests/lib/math/random_test.dart ('k') | tests/lib_2/lib_2_dartdevc.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698