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

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

Issue 32513007: Allow string literal concatenation in import clauses (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « tests/co19/co19-dartium.status ('k') | 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 [ $compiler == none && $runtime == vm ] 5 [ $compiler == none && $runtime == vm ]
6 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392 6 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392
7 Language/12_Expressions/01_Constants_A16_t05: fail # Issue 392 7 Language/12_Expressions/01_Constants_A16_t05: fail # Issue 392
8 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError # Issue 7052 8 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError # Issue 7052
9 Language/13_Statements/03_Variable_Declaration_A04_t02: MissingCompileTimeError # Issue 7052 9 Language/13_Statements/03_Variable_Declaration_A04_t02: MissingCompileTimeError # Issue 7052
10 Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError # Issue 7052 10 Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError # Issue 7052
(...skipping 26 matching lines...) Expand all
37 Language/12_Expressions/12_Instance_Creation/2_Const_A10_t01: fail # co19 issue 525 37 Language/12_Expressions/12_Instance_Creation/2_Const_A10_t01: fail # co19 issue 525
38 Language/12_Expressions/30_Identifier_Reference_A08_t02: fail # Dart issue 12593 38 Language/12_Expressions/30_Identifier_Reference_A08_t02: fail # Dart issue 12593
39 Language/13_Statements/03_Variable_Declaration_A04_t07: fail # co19 issue 535 39 Language/13_Statements/03_Variable_Declaration_A04_t07: fail # co19 issue 535
40 Language/13_Statements/03_Variable_Declaration_A04_t08: fail # co19 issue 535 40 Language/13_Statements/03_Variable_Declaration_A04_t08: fail # co19 issue 535
41 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675 41 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675
42 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908 42 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908
43 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238 43 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238
44 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916 44 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916
45 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916 45 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916
46 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue 46 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue
47 Language/14_Libraries_and_Scripts/5_URIs_A01_t04: fail # Issue 12521
48 Language/14_Libraries_and_Scripts/5_URIs_A01_t05: fail # Issue 12521
49 Language/14_Libraries_and_Scripts/5_URIs_A01_t14: fail # Issue 12521
50 Language/14_Libraries_and_Scripts/5_URIs_A01_t15: fail # Issue 12521
51 47
52 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514 48 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514
53 49
54 # All isolate are being ignored at the moment as the library will go through som e changes. 50 # All isolate are being ignored at the moment as the library will go through som e changes.
55 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
56 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
57 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
58 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
59 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure 55 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure
60 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # VM triage, check spec. 56 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # VM triage, check spec.
61 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail # VM triage, check spec. 57 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail # VM triage, check spec.
62 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail # VM triage, check spec. 58 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail # VM triage, check spec.
63 59
64 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail # co19-roll r587: Please triage this failure
65 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail # co19-roll r587: Please triage this failure
66
67 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543 60 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543
68 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543 61 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543
69 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543 62 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543
70 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543 63 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543
71 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: MissingCompileTimeError # co19-roll r607: Please triage this failure 64 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: MissingCompileTimeError # co19-roll r607: Please triage this failure
72 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: MissingCompileTimeError # co19-roll r607: Please triage this failure 65 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: MissingCompileTimeError # co19-roll r607: Please triage this failure
73 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError # co19-roll r6 07: Please triage this failure 66 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError # co19-roll r6 07: Please triage this failure
74 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure 67 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure
75 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # co19-roll r607: Please triage this failure 68 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # co19-roll r607: Please triage this failure
76 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # co19-roll r607: Please triage this failure 69 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # co19-roll r607: Please triage this failure
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 118 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861
126 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 119 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861
127 Language/12_Expressions/12_Instance_Creation_A01_t08: CompileTimeError # co19-ro ll r607: Please triage this failure 120 Language/12_Expressions/12_Instance_Creation_A01_t08: CompileTimeError # co19-ro ll r607: Please triage this failure
128 121
129 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] 122 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ]
130 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 123 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349
131 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349 124 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349
132 125
133 [ $compiler == none && $runtime == vm && $unchecked ] 126 [ $compiler == none && $runtime == vm && $unchecked ]
134 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria ge this failure 127 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria ge this failure
OLDNEW
« no previous file with comments | « tests/co19/co19-dartium.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698