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

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

Issue 57813002: Version 0.8.10.3 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 | « dart/tests/co19/co19-dart2dart.status ('k') | dart/tests/language/language.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) && $unchecked] 6 [ $compiler == none && ($runtime == vm || $runtime == dartium) && $unchecked]
7 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392, passes in checke d mode b/c of type check 7 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392, passes in checke d mode b/c of type check
8 8
9 [ $compiler == none && ($runtime == vm || $runtime == dartium) ] 9 [ $compiler == none && ($runtime == vm || $runtime == dartium) ]
10 Language/13_Statements/03_Variable_Declaration_A04_t01: Fail, MissingCompileTime Error # Issue 7052 10 Language/13_Statements/03_Variable_Declaration_A04_t01: Fail, MissingCompileTime Error # Issue 7052
(...skipping 15 matching lines...) Expand all
26 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508 26 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508
27 LibTest/core/RegExp/firstMatch_A01_t01: Fail # Issue 12508 27 LibTest/core/RegExp/firstMatch_A01_t01: Fail # Issue 12508
28 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 28 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492
29 29
30 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463 30 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463
31 31
32 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537 32 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537
33 33
34 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539 34 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539
35 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539 35 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539
36 Language/12_Expressions/30_Identifier_Reference_A08_t02: fail # Dart issue 12593
37 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675 36 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675
38 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908 37 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908
39 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238 38 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238
40 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916 39 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916
41 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916 40 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916
42 41
43 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514 42 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514
44 43
45 # All isolate are being ignored at the moment as the library will go through som e changes. 44 # All isolate are being ignored at the moment as the library will go through som e changes.
46 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail, Timeout # VM triage, check s pec. 45 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail, Timeout # VM triage, check s pec.
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 117 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861
119 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 118 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861
120 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 119 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861
121 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 120 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861
122 Language/12_Expressions/12_Instance_Creation_A01_t08: CompileTimeError # co19-ro ll r607: Please triage this failure 121 Language/12_Expressions/12_Instance_Creation_A01_t08: CompileTimeError # co19-ro ll r607: Please triage this failure
123 122
124 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] 123 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ]
125 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 124 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349
126 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349 125 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349
127 126
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-dart2dart.status ('k') | dart/tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698