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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 | 309 |
310 [ $compiler == none && $runtime == vm && $arch == ia32 ] | 310 [ $compiler == none && $runtime == vm && $arch == ia32 ] |
311 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 311 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
312 | 312 |
313 | 313 |
314 [ $compiler == none && $runtime == vm ] | 314 [ $compiler == none && $runtime == vm ] |
315 Language/07_Classes/07_Classes_A02_t29: Fail | 315 Language/07_Classes/07_Classes_A02_t29: Fail |
316 Language/07_Classes/07_Classes_A02_t31: Fail | 316 Language/07_Classes/07_Classes_A02_t31: Fail |
317 Language/11_Expressions/05_Strings_A20_t01: Fail | 317 Language/11_Expressions/05_Strings_A20_t01: Fail |
318 LibTest/isolate/ReceivePort/receive_A01_t02: Fail | 318 LibTest/isolate/ReceivePort/receive_A01_t02: Fail |
| 319 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail |
| 320 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail |
| 321 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail |
319 | 322 |
320 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 | 323 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 |
321 | 324 |
322 # parameter name or type expected | 325 # parameter name or type expected |
323 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail | 326 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail |
324 | 327 |
325 | 328 |
326 [ $compiler == none && $runtime == vm && $checked ] | 329 [ $compiler == none && $runtime == vm && $checked ] |
327 Language/03_Overview/1_Scoping_A02_t30: Fail | 330 Language/03_Overview/1_Scoping_A02_t30: Fail |
328 | 331 |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 [ $compiler == none && $arch == arm ] | 432 [ $compiler == none && $arch == arm ] |
430 *: Skip | 433 *: Skip |
431 | 434 |
432 | 435 |
433 [ $compiler == none && $arch == simmips ] | 436 [ $compiler == none && $arch == simmips ] |
434 *: Skip | 437 *: Skip |
435 | 438 |
436 | 439 |
437 [ $compiler == none && $arch == mips ] | 440 [ $compiler == none && $arch == mips ] |
438 *: Skip | 441 *: Skip |
OLD | NEW |