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

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

Issue 24768004: Check types of case expressions (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
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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 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
81 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
82 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
83 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
84 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
85 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
86 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
87 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
88 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675 88 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675
89 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908 89 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908
90 Language/13_Statements/09_Switch_A02_t02: fail # Dart issue 7307
91 Language/13_Statements/09_Switch_A03_t01: fail # Dart issue 7307
92 Language/13_Statements/09_Switch_A03_t02: fail # Dart issue 7307
93 Language/13_Statements/09_Switch_A04_t01: fail # Dart issue 11233
94 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238 90 Language/13_Statements/12_Labels_A01_t03: fail # Dart issue 2238
95 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # Dart issue 12915 91 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # Dart issue 12915
96 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916 92 Language/14_Libraries_and_Scripts/2_Exports_A04_t02: fail # Dart issue 12916
97 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916 93 Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916
98 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail # Dart issue 12918 94 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail # Dart issue 12918
99 Language/14_Libraries_and_Scripts/5_URIs_A01_t04: fail # Issue 12521 95 Language/14_Libraries_and_Scripts/5_URIs_A01_t04: fail # Issue 12521
100 Language/14_Libraries_and_Scripts/5_URIs_A01_t05: fail # Issue 12521 96 Language/14_Libraries_and_Scripts/5_URIs_A01_t05: fail # Issue 12521
101 Language/14_Libraries_and_Scripts/5_URIs_A01_t14: fail # Issue 12521 97 Language/14_Libraries_and_Scripts/5_URIs_A01_t14: fail # Issue 12521
102 Language/14_Libraries_and_Scripts/5_URIs_A01_t15: fail # Issue 12521 98 Language/14_Libraries_and_Scripts/5_URIs_A01_t15: fail # Issue 12521
103 99
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 [ $compiler == none && $runtime == vm ] 144 [ $compiler == none && $runtime == vm ]
149 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543 145 LibTest/typed_data/Float32x4/clamp_A01_t01: Pass, Fail # Issue 13543
150 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543 146 LibTest/typed_data/Float32x4/clamp_A02_t01: Pass, Fail # Issue 13543
151 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543 147 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # Issue 13543
152 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543 148 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # Issue 13543
153 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: Fail # co19 Issue 601 149 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: Fail # co19 Issue 601
154 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: Fail # co19 Issue 601 150 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: Fail # co19 Issue 601
155 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: Fail # co19 Issue 601 151 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: Fail # co19 Issue 601
156 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: Fail # co19 Issue 601 152 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: Fail # co19 Issue 601
157 153
OLDNEW
« runtime/vm/parser.cc ('K') | « runtime/vm/parser.cc ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698