OLD | NEW |
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 == dartc ] | 5 [ $compiler == dartc ] |
6 | 6 |
7 Language/03_Overview/1_Scoping_A02_t10: Fail # Issue 2382 | |
8 Language/03_Overview/1_Scoping_A02_t27: Fail # co19 issue 135 | 7 Language/03_Overview/1_Scoping_A02_t27: Fail # co19 issue 135 |
9 Language/03_Overview/1_Scoping_A02_t30: Fail # Issue 3474 | 8 Language/03_Overview/1_Scoping_A02_t30: Fail # Issue 3474 |
10 Language/03_Overview/1_Scoping_A02_t31: Fail # Issue 3474 | 9 Language/03_Overview/1_Scoping_A02_t31: Fail # Issue 3474 |
11 Language/03_Overview/1_Scoping_A03_t04: Fail # co19 issue 143 | 10 Language/03_Overview/1_Scoping_A03_t04: Fail # co19 issue 143 |
12 Language/03_Overview/1_Scoping_A03_t05: Fail # co19 issue 144 | 11 Language/03_Overview/1_Scoping_A03_t05: Fail # co19 issue 144 |
13 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 2383 | 12 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 2383 |
14 Language/03_Overview/2_Privacy_A01_t09: Fail # Issue 2383 | 13 Language/03_Overview/2_Privacy_A01_t09: Fail # Issue 2383 |
15 Language/03_Overview/2_Privacy_A01_t10: Fail # Issue 2383 | 14 Language/03_Overview/2_Privacy_A01_t10: Fail # Issue 2383 |
16 Language/03_Overview/2_Privacy_A01_t14: Fail # Issue 2383 | 15 Language/03_Overview/2_Privacy_A01_t14: Fail # Issue 2383 |
17 Language/03_Overview/2_Privacy_A01_t19: Fail # Issue 2383 | 16 Language/03_Overview/2_Privacy_A01_t19: Fail # Issue 2383 |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass | 172 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass |
174 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass | 173 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass |
175 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass | 174 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass |
176 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass | 175 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass |
177 | 176 |
178 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass | 177 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass |
179 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass | 178 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass |
180 | 179 |
181 [ $runtime == drt && ($compiler == none || $compiler == frog) ] | 180 [ $runtime == drt && ($compiler == none || $compiler == frog) ] |
182 *: Skip | 181 *: Skip |
OLD | NEW |