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

Side by Side Diff: tests/co19/co19-runtime.status

Issue 79243002: Implement scheduleImmediate for the VM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Simplify since the embedder sets the closure. Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « tests/co19/co19-dartium.status ('k') | tests/lib/lib.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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 5
6 [ $compiler == none && ($runtime == vm || $runtime == dartium) ] 6 [ $compiler == none && ($runtime == vm || $runtime == dartium) ]
7 7
8 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8 8 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8
9 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8 9 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8
10 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508 10 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508
11 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508 11 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508
12 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 12508 12 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 12508
13 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue 12508 13 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue 12508
14 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 12508 14 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 12508
15 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 12508 15 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 12508
16 16
17 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508 17 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508
18 LibTest/core/RegExp/firstMatch_A01_t01: Fail # Issue 12508 18 LibTest/core/RegExp/firstMatch_A01_t01: Fail # Issue 12508
19 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 19 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492
20 20
21 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537 21 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537
22 22
23 LibTest/async/Future/Future_A01_t03: Fail, Ok # co19 issue 660.
24
23 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539 25 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539
24 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539 26 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539
25 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675 27 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675
26 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908 28 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908
27 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238 29 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238
28 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916 30 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916
29 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916 31 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916
30 32
31 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514 33 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514
32 34
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 84
83 [ $compiler == none && $runtime == vm && ($arch == simarm || $arch == simmips) ] 85 [ $compiler == none && $runtime == vm && ($arch == simarm || $arch == simmips) ]
84 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # co19-roll r576: Please triage this failure 86 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # co19-roll r576: Please triage this failure
85 87
86 [ $compiler == none && $checked && ($runtime == vm || $runtime == dartium) ] 88 [ $compiler == none && $checked && ($runtime == vm || $runtime == dartium) ]
87 Language/15_Types/1_Static_Types_A03_t01: RuntimeError # co19-roll r667: Please triage this failure 89 Language/15_Types/1_Static_Types_A03_t01: RuntimeError # co19-roll r667: Please triage this failure
88 90
89 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] 91 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ]
90 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 92 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349
91 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349 93 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349
OLDNEW
« no previous file with comments | « tests/co19/co19-dartium.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698