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

Side by Side Diff: tests/co19/co19-dartium.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 | « runtime/vm/parser.cc ('k') | tests/co19/co19-runtime.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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 == drt ] 5 [ $compiler == none && $runtime == drt ]
6 *: Skip # running co19 tests on content_shell would make our dartium cycle-times very long 6 *: Skip # running co19 tests on content_shell would make our dartium cycle-times very long
7 7
8 [ $compiler == none && $runtime == dartium ] 8 [ $compiler == none && $runtime == dartium ]
9 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 13719: Please triage this f ailure. 9 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 13719: Please triage this f ailure.
10 Language/05_Variables/05_Variables_A05_t01: Fail # Issue 13719: Please triage th is failure. 10 Language/05_Variables/05_Variables_A05_t01: Fail # Issue 13719: Please triage th is failure.
(...skipping 28 matching lines...) Expand all
39 Language/13_Statements/03_Variable_Declaration_A04_t07: Fail # Issue 13719: Plea se triage this failure. 39 Language/13_Statements/03_Variable_Declaration_A04_t07: Fail # Issue 13719: Plea se triage this failure.
40 Language/13_Statements/03_Variable_Declaration_A04_t08: Fail # Issue 13719: Plea se triage this failure. 40 Language/13_Statements/03_Variable_Declaration_A04_t08: Fail # Issue 13719: Plea se triage this failure.
41 Language/13_Statements/04_Local_Function_Declaration_A04_t01: Fail # co19-roll r 607: Please triage this failure 41 Language/13_Statements/04_Local_Function_Declaration_A04_t01: Fail # co19-roll r 607: Please triage this failure
42 Language/13_Statements/06_For_A01_t11: Fail # Issue 13719: Please triage this fa ilure. 42 Language/13_Statements/06_For_A01_t11: Fail # Issue 13719: Please triage this fa ilure.
43 Language/13_Statements/09_Switch_A01_t02: Fail # Issue 13719: Please triage this failure. 43 Language/13_Statements/09_Switch_A01_t02: Fail # Issue 13719: Please triage this failure.
44 Language/13_Statements/12_Labels_A01_t03: Fail # Issue 13719: Please triage this failure. 44 Language/13_Statements/12_Labels_A01_t03: Fail # Issue 13719: Please triage this failure.
45 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: Fail # Issue 13719: Please triage this failure. 45 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: Fail # Issue 13719: Please triage this failure.
46 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: Fail # Issue 13719: Please triage this failure. 46 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: Fail # Issue 13719: Please triage this failure.
47 Language/14_Libraries_and_Scripts/3_Parts_A02_t02: Pass, Timeout # Issue 13719: Please triage this failure. 47 Language/14_Libraries_and_Scripts/3_Parts_A02_t02: Pass, Timeout # Issue 13719: Please triage this failure.
48 Language/14_Libraries_and_Scripts/4_Scripts_A03_t02: Fail # Issue 13719: Please triage this failure. 48 Language/14_Libraries_and_Scripts/4_Scripts_A03_t02: Fail # Issue 13719: Please triage this failure.
49 Language/14_Libraries_and_Scripts/5_URIs_A01_t04: Fail # Issue 13719: Please tri age this failure.
50 Language/14_Libraries_and_Scripts/5_URIs_A01_t05: Fail # Issue 13719: Please tri age this failure.
51 Language/14_Libraries_and_Scripts/5_URIs_A01_t14: Fail # Issue 13719: Please tri age this failure.
52 Language/14_Libraries_and_Scripts/5_URIs_A01_t15: Fail # Issue 13719: Please tri age this failure.
53 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: Fail # Issue 13719: Please tri age this failure.
54 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: Fail # Issue 13719: Please tri age this failure.
55 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: Fail # co19-roll r607: Please triage this failure 49 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: Fail # co19-roll r607: Please triage this failure
56 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: Fail # co19-roll r607: Please triage this failure 50 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: Fail # co19-roll r607: Please triage this failure
57 LibTest/async/Completer/completeError_A02_t01: Pass, Fail # Issue 13719: Please triage this failure. 51 LibTest/async/Completer/completeError_A02_t01: Pass, Fail # Issue 13719: Please triage this failure.
58 LibTest/async/Stream/Stream.periodic_A01_t01: Timeout # Issue 13719: Please tria ge this failure. 52 LibTest/async/Stream/Stream.periodic_A01_t01: Timeout # Issue 13719: Please tria ge this failure.
59 LibTest/collection/HashSet/HashSet_class_A01_t01: Fail # co19-roll r623: Please triage this failure 53 LibTest/collection/HashSet/HashSet_class_A01_t01: Fail # co19-roll r623: Please triage this failure
60 LibTest/collection/IterableBase/IterableBase_class_A01_t02: Fail # co19-roll r62 3: Please triage this failure 54 LibTest/collection/IterableBase/IterableBase_class_A01_t02: Fail # co19-roll r62 3: Please triage this failure
61 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: Fail # co19-roll r 607: Please triage this failure 55 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: Fail # co19-roll r 607: Please triage this failure
62 LibTest/collection/LinkedList/forEach_A02_t01: Fail # co19-roll r607: Please tri age this failure 56 LibTest/collection/LinkedList/forEach_A02_t01: Fail # co19-roll r607: Please tri age this failure
63 LibTest/core/DateTime/parse_A03_t01: Fail # Issue 13719: Please triage this fail ure. 57 LibTest/core/DateTime/parse_A03_t01: Fail # Issue 13719: Please triage this fail ure.
64 LibTest/core/double/ceil_A01_t03: Fail # Issue 13719: Please triage this failure . 58 LibTest/core/double/ceil_A01_t03: Fail # Issue 13719: Please triage this failure .
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 LibTest/isolate/SendPort/send_A02_t03: Fail # Issue 13921 132 LibTest/isolate/SendPort/send_A02_t03: Fail # Issue 13921
139 LibTest/isolate/SendPort/send_A02_t04: Fail # Issue 13921 133 LibTest/isolate/SendPort/send_A02_t04: Fail # Issue 13921
140 LibTest/isolate/SendPort/send_A02_t05: Fail # Issue 13921 134 LibTest/isolate/SendPort/send_A02_t05: Fail # Issue 13921
141 LibTest/isolate/SendPort/send_A02_t06: Fail # Issue 13921 135 LibTest/isolate/SendPort/send_A02_t06: Fail # Issue 13921
142 136
143 LibTest/isolate/isolate_api/spawnUri_A01_t01: Skip # Issue 13992 137 LibTest/isolate/isolate_api/spawnUri_A01_t01: Skip # Issue 13992
144 LibTest/isolate/isolate_api/spawnUri_A01_t02: Skip # Issue 13992 138 LibTest/isolate/isolate_api/spawnUri_A01_t02: Skip # Issue 13992
145 LibTest/isolate/isolate_api/spawnUri_A01_t03: Skip # Issue 13992 139 LibTest/isolate/isolate_api/spawnUri_A01_t03: Skip # Issue 13992
146 LibTest/isolate/isolate_api/spawnUri_A01_t04: Skip # Issue 13992 140 LibTest/isolate/isolate_api/spawnUri_A01_t04: Skip # Issue 13992
147 LibTest/isolate/isolate_api/spawnUri_A01_t05: Skip # Issue 13992 141 LibTest/isolate/isolate_api/spawnUri_A01_t05: Skip # Issue 13992
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698