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 | 5 |
6 [ $runtime == vm ] | 6 [ $runtime == vm ] |
7 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http:
//dartbug.com/9597 | 7 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http:
//dartbug.com/9597 |
8 | 8 |
9 | 9 |
10 [ $compiler == none && $runtime == vm && $unchecked ] | 10 [ $compiler == none && $runtime == vm && $unchecked ] |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 | 301 |
302 [ $compiler == none && $runtime == vm && $arch == ia32 ] | 302 [ $compiler == none && $runtime == vm && $arch == ia32 ] |
303 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 303 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
304 | 304 |
305 | 305 |
306 [ $compiler == none && $runtime == vm ] | 306 [ $compiler == none && $runtime == vm ] |
307 Language/07_Classes/07_Classes_A02_t29: Fail | 307 Language/07_Classes/07_Classes_A02_t29: Fail |
308 Language/07_Classes/07_Classes_A02_t31: Fail | 308 Language/07_Classes/07_Classes_A02_t31: Fail |
309 Language/11_Expressions/05_Strings_A20_t01: Fail | 309 Language/11_Expressions/05_Strings_A20_t01: Fail |
310 LibTest/isolate/ReceivePort/receive_A01_t02: Fail | 310 LibTest/isolate/ReceivePort/receive_A01_t02: Fail |
| 311 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail |
| 312 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail |
| 313 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail |
311 | 314 |
312 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 | 315 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 |
313 | 316 |
314 # parameter name or type expected | 317 # parameter name or type expected |
315 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail | 318 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail |
316 | 319 |
317 | 320 |
318 [ $compiler == none && $runtime == vm && $checked ] | 321 [ $compiler == none && $runtime == vm && $checked ] |
319 Language/03_Overview/1_Scoping_A02_t30: Fail | 322 Language/03_Overview/1_Scoping_A02_t30: Fail |
320 | 323 |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 [ $compiler == none && $arch == arm ] | 424 [ $compiler == none && $arch == arm ] |
422 *: Skip | 425 *: Skip |
423 | 426 |
424 | 427 |
425 [ $compiler == none && $arch == simmips ] | 428 [ $compiler == none && $arch == simmips ] |
426 *: Skip | 429 *: Skip |
427 | 430 |
428 | 431 |
429 [ $compiler == none && $arch == mips ] | 432 [ $compiler == none && $arch == mips ] |
430 *: Skip | 433 *: Skip |
OLD | NEW |