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

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

Issue 44053002: Reduce co19-dartium.status and extend section condition in co19-co19.status and co19-runtime.status (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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
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 && $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 ] 9 [ $compiler == none && ($runtime == vm || $runtime == dartium) ]
10 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError # Issue 7052 10 Language/13_Statements/03_Variable_Declaration_A04_t01: Fail, MissingCompileTime Error # Issue 7052
11 Language/13_Statements/03_Variable_Declaration_A04_t02: MissingCompileTimeError # Issue 7052 11 Language/13_Statements/03_Variable_Declaration_A04_t02: Fail, MissingCompileTime Error # Issue 7052
12 Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError # Issue 7052 12 Language/13_Statements/03_Variable_Declaration_A04_t05: Fail, MissingCompileTime Error # Issue 7052
13 Language/13_Statements/03_Variable_Declaration_A04_t06: MissingCompileTimeError # Issue 7052 13 Language/13_Statements/03_Variable_Declaration_A04_t06: Fail, MissingCompileTime Error # Issue 7052
14 Language/13_Statements/03_Variable_Declaration_A04_t07: Fail # co19 issue 535
15 Language/13_Statements/03_Variable_Declaration_A04_t08: Fail # co19 issue 535
14 16
15 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802 17 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802
16 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894 18 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894
17 19
18 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8 20 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8
19 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8 21 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8
20 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508 22 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508
21 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508 23 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508
22 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 12508 24 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 12508
23 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue 12508 25 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue 12508
24 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 12508 26 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 12508
25 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 12508 27 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 12508
26 28
27 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508 29 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508
28 LibTest/core/RegExp/firstMatch_A01_t01: Fail # Issue 12508 30 LibTest/core/RegExp/firstMatch_A01_t01: Fail # Issue 12508
29 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 31 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492
30 32
31 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463 33 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463
32 34
33 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537 35 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537
34 36
35 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539 37 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539
36 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539 38 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539
37 Language/12_Expressions/30_Identifier_Reference_A08_t02: fail # Dart issue 12593 39 Language/12_Expressions/30_Identifier_Reference_A08_t02: fail # Dart issue 12593
38 Language/13_Statements/03_Variable_Declaration_A04_t07: fail # co19 issue 535
39 Language/13_Statements/03_Variable_Declaration_A04_t08: fail # co19 issue 535
40 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675 40 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675
41 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908 41 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908
42 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238 42 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238
43 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916 43 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916
44 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916 44 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916
45 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue
46 45
47 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514 46 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514
48 47
49 # All isolate are being ignored at the moment as the library will go through som e changes. 48 # All isolate are being ignored at the moment as the library will go through som e changes.
49 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail, Timeout # VM triage, check s pec.
50 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail, Timeout # VM triage, check s pec.
50 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria ge this failure 51 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria ge this failure
51 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria ge this failure 52 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria ge this failure
52 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure 53 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure
53 LibTest/isolate/IsolateStream/contains_A02_t01: fail, pass # co19-roll r546: Ple ase triage this failure 54 LibTest/isolate/IsolateStream/contains_A02_t01: fail, pass # co19-roll r546: Ple ase triage this failure
55 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # VM triage, check spec.
54 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure 56 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure
55 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # VM triage, check spec.
56 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail # VM triage, check spec.
57 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail # VM triage, check spec.
58 57
59 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13106 58 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: Fail # co19-roll r607: Please triage this failure
60 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13398 59 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: Fail # co19-roll r607: Please triage this failure
61 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13398
62 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: MissingCompileTimeError # co19-roll r607: Please triage this failure
63 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: MissingCompileTimeError # co19-roll r607: Please triage this failure
64 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError # co19-roll r6 07: Please triage this failure 60 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError # co19-roll r6 07: Please triage this failure
65 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure 61 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure
66 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # co19-roll r607: Please triage this failure 62 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # co19-roll r607: Please triage this failure
67 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # co19-roll r607: Please triage this failure 63 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # co19-roll r607: Please triage this failure
64 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13106
68 65
66 [ $compiler == none && $runtime == vm ]
67 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue
68 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13398
69 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13398
69 70
70 [ $compiler == none && $runtime == vm && $checked ] 71 [ $compiler == none && $runtime == vm && $checked ]
71 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue 408 72 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue 408
72 73
73 # Passing for the wrong reasons: 74 # Passing for the wrong reasons:
74 LibTest/async/Completer/completeError_A03_t02: Pass # No AsyncError anymore. Iss ue 407 and 463 75 LibTest/async/Completer/completeError_A03_t02: Pass # No AsyncError anymore. Iss ue 407 and 463
75 LibTest/async/Completer/complete_A02_t02: Pass # No AsyncError anymore. Issue 40 7 and 463 76 LibTest/async/Completer/complete_A02_t02: Pass # No AsyncError anymore. Issue 40 7 and 463
76 LibTest/async/Future/catchError_A01_t01: Pass # No AsyncError anymore. Issue 407 and 463 77 LibTest/async/Future/catchError_A01_t01: Pass # No AsyncError anymore. Issue 407 and 463
77 LibTest/async/Future/catchError_A01_t02: Pass # No AsyncError anymore. Issue 407 and 463 78 LibTest/async/Future/catchError_A01_t02: Pass # No AsyncError anymore. Issue 407 and 463
78 79
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 119 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861
119 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 120 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861
120 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
121 122
122 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] 123 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ]
123 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
124 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
125 126
126 [ $compiler == none && $unchecked && ($runtime == vm || $runtime == dartium) ] 127 [ $compiler == none && $unchecked && ($runtime == vm || $runtime == dartium) ]
127 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria ge this failure 128 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria ge this failure
OLDNEW
« tests/co19/co19-dartium.status ('K') | « tests/co19/co19-dartium.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698