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

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

Issue 24493007: Discard first line of multiline string if only whitespace (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/scanner.cc ('k') | no next file » | 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 [ $runtime == vm ] 5 [ $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 8
9 [ $runtime == vm && $system == windows ] 9 [ $runtime == vm && $system == windows ]
10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. 10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 Language/05_Variables/05_Variables_A06_t01: fail # Dart issue 12543 65 Language/05_Variables/05_Variables_A06_t01: fail # Dart issue 12543
66 Language/05_Variables/05_Variables_A06_t02: fail # Dart issue 12543 66 Language/05_Variables/05_Variables_A06_t02: fail # Dart issue 12543
67 Language/05_Variables/05_Variables_A06_t03: fail # Dart issue 12543 67 Language/05_Variables/05_Variables_A06_t03: fail # Dart issue 12543
68 Language/05_Variables/05_Variables_A06_t04: fail # Dart issue 12543 68 Language/05_Variables/05_Variables_A06_t04: fail # Dart issue 12543
69 Language/05_Variables/05_Variables_A06_t05: fail # Dart issue 12543 69 Language/05_Variables/05_Variables_A06_t05: fail # Dart issue 12543
70 Language/05_Variables/05_Variables_A06_t06: fail # Dart issue 12543 70 Language/05_Variables/05_Variables_A06_t06: fail # Dart issue 12543
71 Language/05_Variables/05_Variables_A16_t02: fail # Dart issue 12544 71 Language/05_Variables/05_Variables_A16_t02: fail # Dart issue 12544
72 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail # Dar t issue 12543 72 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail # Dar t issue 12543
73 Language/12_Expressions/05_Strings_A02_t46: fail # Dart issue 12547 73 Language/12_Expressions/05_Strings_A02_t46: fail # Dart issue 12547
74 Language/12_Expressions/05_Strings_A02_t48: fail # Dart issue 12547 74 Language/12_Expressions/05_Strings_A02_t48: fail # Dart issue 12547
75 Language/12_Expressions/05_Strings_A20_t01: fail # Dart issue 12518
76 Language/12_Expressions/12_Instance_Creation/1_New_A06_t12: fail # Dart issue 12 549 75 Language/12_Expressions/12_Instance_Creation/1_New_A06_t12: fail # Dart issue 12 549
77 Language/12_Expressions/12_Instance_Creation/1_New_A09_t09: fail # Dart issue 13 72 76 Language/12_Expressions/12_Instance_Creation/1_New_A09_t09: fail # Dart issue 13 72
78 Language/12_Expressions/12_Instance_Creation/2_Const_A10_t01: fail # co19 issue 525 77 Language/12_Expressions/12_Instance_Creation/2_Const_A10_t01: fail # co19 issue 525
79 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: fail # Dart issue 12550 78 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: fail # Dart issue 12550
80 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t09: fail # Dart issue 12549 79 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t09: fail # Dart issue 12549
81 Language/12_Expressions/30_Identifier_Reference_A08_t02: fail # Dart issue 12593 80 Language/12_Expressions/30_Identifier_Reference_A08_t02: fail # Dart issue 12593
82 Language/12_Expressions/32_Type_Test_A04_t02: fail # co19 issue 503 81 Language/12_Expressions/32_Type_Test_A04_t02: fail # co19 issue 503
83 Language/12_Expressions/32_Type_Test_A04_t03: fail # co19 issue 534 82 Language/12_Expressions/32_Type_Test_A04_t03: fail # co19 issue 534
84 Language/12_Expressions/32_Type_Test_A04_t04: fail # co19 issue 534 83 Language/12_Expressions/32_Type_Test_A04_t04: fail # co19 issue 534
85 Language/12_Expressions/33_Type_Cast_A03_t02: fail # co19 issue 534 84 Language/12_Expressions/33_Type_Cast_A03_t02: fail # co19 issue 534
86 Language/12_Expressions/33_Type_Cast_A03_t03: fail # co19 issue 534 85 Language/12_Expressions/33_Type_Cast_A03_t03: fail # co19 issue 534
87 Language/13_Statements/03_Variable_Declaration_A04_t07: fail # co19 issue 535 86 Language/13_Statements/03_Variable_Declaration_A04_t07: fail # co19 issue 535
88 Language/13_Statements/03_Variable_Declaration_A04_t08: fail # co19 issue 535 87 Language/13_Statements/03_Variable_Declaration_A04_t08: fail # co19 issue 535
89 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675 88 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675
90 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908 89 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908
91 Language/13_Statements/09_Switch_A02_t02: fail # Dart issue 7307 90 Language/13_Statements/09_Switch_A02_t02: fail # Dart issue 7307
92 Language/13_Statements/09_Switch_A03_t01: fail # Dart issue 7307 91 Language/13_Statements/09_Switch_A03_t01: fail # Dart issue 7307
93 Language/13_Statements/09_Switch_A03_t02: fail # Dart issue 7307 92 Language/13_Statements/09_Switch_A03_t02: fail # Dart issue 7307
94 Language/13_Statements/09_Switch_A04_t01: fail # Dart issue 11233 93 Language/13_Statements/09_Switch_A04_t01: fail # Dart issue 11233
95 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238 94 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238
96 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # Dart issue 12915 95 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # Dart issue 12915
97 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916 96 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916
98 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916 97 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916
99 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail # Dart issue 12918 98 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail # Dart issue 12918
100 Language/14_Libraries_and_Scripts/5_URIs_A01_t01: fail # Issue 12521
101 Language/14_Libraries_and_Scripts/5_URIs_A01_t04: fail # Issue 12521 99 Language/14_Libraries_and_Scripts/5_URIs_A01_t04: fail # Issue 12521
102 Language/14_Libraries_and_Scripts/5_URIs_A01_t05: fail # Issue 12521 100 Language/14_Libraries_and_Scripts/5_URIs_A01_t05: fail # Issue 12521
103 Language/14_Libraries_and_Scripts/5_URIs_A01_t11: fail # Issue 12521
104 Language/14_Libraries_and_Scripts/5_URIs_A01_t14: fail # Issue 12521 101 Language/14_Libraries_and_Scripts/5_URIs_A01_t14: fail # Issue 12521
105 Language/14_Libraries_and_Scripts/5_URIs_A01_t15: fail # Issue 12521 102 Language/14_Libraries_and_Scripts/5_URIs_A01_t15: fail # Issue 12521
106 Language/14_Libraries_and_Scripts/5_URIs_A01_t21: fail # Issue 12518
107 103
108 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514 104 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514
109 105
110 # All isolate are being ignored at the moment as the library will go through som e changes. 106 # All isolate are being ignored at the moment as the library will go through som e changes.
111 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria ge this failure 107 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria ge this failure
112 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria ge this failure 108 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria ge this failure
113 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure 109 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure
114 LibTest/isolate/IsolateStream/contains_A02_t01: fail, pass # co19-roll r546: Ple ase triage this failure 110 LibTest/isolate/IsolateStream/contains_A02_t01: fail, pass # co19-roll r546: Ple ase triage this failure
115 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure 111 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure
116 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # VM triage, check spec. 112 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # VM triage, check spec.
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 [ $compiler == none && $runtime == vm ] 148 [ $compiler == none && $runtime == vm ]
153 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543 149 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543
154 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543 150 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543
155 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543 151 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543
156 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543 152 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543
157 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: Fail # co19 Issue 601 153 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: Fail # co19 Issue 601
158 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: Fail # co19 Issue 601 154 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: Fail # co19 Issue 601
159 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: Fail # co19 Issue 601 155 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: Fail # co19 Issue 601
160 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: Fail # co19 Issue 601 156 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: Fail # co19 Issue 601
161 157
OLDNEW
« no previous file with comments | « runtime/vm/scanner.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698