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 # These tests either wrongly expect a compile-time error or wrongly reject a typ
e error in production mode, co19 issue 282: | 5 # These tests either wrongly expect a compile-time error or wrongly reject a typ
e error in production mode, co19 issue 282: |
6 [ $compiler == none && $runtime == vm ] | 6 [ $compiler == none && $runtime == vm ] |
7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK | 7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK |
8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK | 8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK |
9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK | 9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK |
10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK | 10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 | 357 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 |
358 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i
ssue 294 | 358 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i
ssue 294 |
359 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i
ssue 294 | 359 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i
ssue 294 |
360 | 360 |
361 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 291 | 361 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 291 |
362 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 291 | 362 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 291 |
363 | 363 |
364 Language/11_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287 | 364 Language/11_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287 |
365 Language/11_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287 | 365 Language/11_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287 |
366 | 366 |
| 367 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # co19 issue 314 |
| 368 LibTest/core/String/contains_A01_t01: Fail, OK # co19 issue 314 |
| 369 |
367 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 287 | 370 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 287 |
368 | 371 |
369 [ $compiler == none && $runtime == vm ] | 372 [ $compiler == none && $runtime == vm ] |
370 LibTest/core/String/contains_A01_t03: Skip # Times out. | 373 LibTest/core/String/contains_A01_t03: Skip # Times out. |
371 | 374 |
372 LibTest/core/String/contains_A01_t02: Fail | 375 LibTest/core/String/contains_A01_t02: Fail |
373 | 376 |
374 | 377 |
375 [ $compiler == none && $runtime == vm && $arch == ia32 ] | 378 [ $compiler == none && $runtime == vm && $arch == ia32 ] |
376 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 379 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
417 | 420 |
418 | 421 |
419 [ $compiler == none && $runtime == vm && $mode == debug ] | 422 [ $compiler == none && $runtime == vm && $mode == debug ] |
420 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 423 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
421 | 424 |
422 [ $compiler == none && $arch == simarm ] | 425 [ $compiler == none && $arch == simarm ] |
423 *: Skip | 426 *: Skip |
424 | 427 |
425 [ $compiler == none && $arch == arm ] | 428 [ $compiler == none && $arch == arm ] |
426 *: Skip | 429 *: Skip |
OLD | NEW |