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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
417 | 417 |
418 | 418 |
419 [ $compiler == none && $runtime == vm && $mode == debug ] | 419 [ $compiler == none && $runtime == vm && $mode == debug ] |
420 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 420 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
421 | 421 |
422 [ $compiler == none && $arch == simarm ] | 422 [ $compiler == none && $arch == simarm ] |
423 *: Skip | 423 *: Skip |
424 | 424 |
425 [ $compiler == none && $arch == arm ] | 425 [ $compiler == none && $arch == arm ] |
426 *: Skip | 426 *: Skip |
427 | |
428 # const RegExp -> new RegExp | |
429 [ $compiler == none && $runtime == vm ] | |
430 LibTest/core/RegExp/RegExp_A01_t04: fail | |
ahe
2012/11/13 09:46:20
After line 365.
Anders Johnsen
2012/11/13 10:06:44
Done.
| |
431 LibTest/core/String/contains_A01_t01: fail | |
OLD | NEW |