| 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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 Language/11_Expressions/07_Maps_A10_t02: Pass, Fail # co19 175 | 275 Language/11_Expressions/07_Maps_A10_t02: Pass, Fail # co19 175 |
| 276 Language/11_Expressions/07_Maps_A10_t03: Pass, Fail # co19 175 | 276 Language/11_Expressions/07_Maps_A10_t03: Pass, Fail # co19 175 |
| 277 Language/11_Expressions/07_Maps_A10_t04: Pass, Fail # co19 175 | 277 Language/11_Expressions/07_Maps_A10_t04: Pass, Fail # co19 175 |
| 278 Language/11_Expressions/07_Maps_A10_t05: Pass, Fail # co19 175 | 278 Language/11_Expressions/07_Maps_A10_t05: Pass, Fail # co19 175 |
| 279 | 279 |
| 280 Language/11_Expressions/05_Strings_A02_t01: Skip # co19 issue 90. | 280 Language/11_Expressions/05_Strings_A02_t01: Skip # co19 issue 90. |
| 281 Language/11_Expressions/07_Maps_A01_t01: Skip # co19 issue 91: map literals ille
gal at statement beginning. | 281 Language/11_Expressions/07_Maps_A01_t01: Skip # co19 issue 91: map literals ille
gal at statement beginning. |
| 282 | 282 |
| 283 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A05_t01: Fail # issue 1604. | 283 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A05_t01: Fail # issue 1604. |
| 284 Language/11_Expressions/27_Unary_Expressions_A01_t01: Fail # issue 1288 (unary s
uper operator call) | 284 Language/11_Expressions/27_Unary_Expressions_A01_t01: Fail # issue 1288 (unary s
uper operator call) |
| 285 Language/11_Expressions/27_Unary_Expressions_A08_t01: Fail # issue 1288 (unary s
uper operator call) | |
| 286 | 285 |
| 287 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79) | 286 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79) |
| 288 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79) | 287 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79) |
| 289 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79) | 288 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79) |
| 290 | 289 |
| 291 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail | 290 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail |
| 292 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail | 291 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail |
| 293 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail | 292 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail |
| 294 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail | 293 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail |
| 295 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail | 294 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 | 443 |
| 445 | 444 |
| 446 [ $compiler == none && $runtime == vm && $mode == debug ] | 445 [ $compiler == none && $runtime == vm && $mode == debug ] |
| 447 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 446 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| 448 | 447 |
| 449 [ $compiler == none && $arch == simarm ] | 448 [ $compiler == none && $arch == simarm ] |
| 450 *: Skip | 449 *: Skip |
| 451 | 450 |
| 452 [ $compiler == none && $arch == arm ] | 451 [ $compiler == none && $arch == arm ] |
| 453 *: Skip | 452 *: Skip |
| OLD | NEW |