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

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

Issue 38563005: Throw CyclicInitializationError instead of string (Closed) Base URL: http://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 || $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
11 Language/13_Statements/03_Variable_Declaration_A04_t02: Fail, MissingCompileTime Error # 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: Fail, MissingCompileTime Error # 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: Fail, MissingCompileTime Error # 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 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 15 Language/13_Statements/03_Variable_Declaration_A04_t08: Fail # co19 issue 535
16 16
17 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802
18 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894
19
20 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8 17 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8
21 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8 18 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8
22 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508 19 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508
23 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508 20 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508
24 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 12508 21 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 12508
25 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue 12508 22 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue 12508
26 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 12508 23 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 12508
27 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 12508 24 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 12508
28 25
29 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508 26 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 114 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861
118 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 115 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861
119 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 116 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861
120 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 117 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861
121 Language/12_Expressions/12_Instance_Creation_A01_t08: CompileTimeError # co19-ro ll r607: Please triage this failure 118 Language/12_Expressions/12_Instance_Creation_A01_t08: CompileTimeError # co19-ro ll r607: Please triage this failure
122 119
123 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] 120 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ]
124 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 121 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349
125 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349 122 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349
126 123
OLDNEW
« runtime/vm/parser.cc ('K') | « runtime/vm/symbols.h ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698