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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
345 LibTest/core/double/operator_subtraction_A02_t01: Fail, OK # co19 issue 316 | 345 LibTest/core/double/operator_subtraction_A02_t01: Fail, OK # co19 issue 316 |
346 LibTest/core/double/operator_truncating_division_A02_t01: Fail, OK # co19 issue
316 | 346 LibTest/core/double/operator_truncating_division_A02_t01: Fail, OK # co19 issue
316 |
347 LibTest/core/double/remainder_A02_t01: Fail, OK # co19 issue 316 | 347 LibTest/core/double/remainder_A02_t01: Fail, OK # co19 issue 316 |
348 LibTest/core/double/toStringAsFixed_A02_t01: Fail, OK # co19 issue 316 | 348 LibTest/core/double/toStringAsFixed_A02_t01: Fail, OK # co19 issue 316 |
349 LibTest/core/double/toStringAsPrecision_A02_t01: Fail, OK # co19 issue 316 | 349 LibTest/core/double/toStringAsPrecision_A02_t01: Fail, OK # co19 issue 316 |
350 LibTest/core/Duration/Duration_A03_t01: Fail, OK # co19 issue 316 | 350 LibTest/core/Duration/Duration_A03_t01: Fail, OK # co19 issue 316 |
351 LibTest/core/Expect/approxEquals_A03_t01: Fail, OK # co19 issue 316 | 351 LibTest/core/Expect/approxEquals_A03_t01: Fail, OK # co19 issue 316 |
352 LibTest/core/Expect/listEquals_A02_t01: Fail, OK # co19 issue 316 | 352 LibTest/core/Expect/listEquals_A02_t01: Fail, OK # co19 issue 316 |
353 LibTest/core/Expect/setEquals_A02_t01: Fail, OK # co19 issue 316 | 353 LibTest/core/Expect/setEquals_A02_t01: Fail, OK # co19 issue 316 |
354 LibTest/core/Expect/throws_A01_t03: Fail, OK # co19 issue 316 | 354 LibTest/core/Expect/throws_A01_t03: Fail, OK # co19 issue 316 |
| 355 LibTest/core/Future/chain_A03_t01: Fail, OK # co19 issue 328 |
355 LibTest/core/Future/handleException_A01_t01: Fail, OK # co19 issue 316 | 356 LibTest/core/Future/handleException_A01_t01: Fail, OK # co19 issue 316 |
356 LibTest/core/Future/handleException_A01_t07: Fail, OK # co19 issue 316 | 357 LibTest/core/Future/handleException_A01_t07: Fail, OK # co19 issue 316 |
357 LibTest/core/Future/hasValue_A01_t01: Fail, OK # co19 issue 316 | 358 LibTest/core/Future/hasValue_A01_t01: Fail, OK # co19 issue 316 |
358 LibTest/core/Future/isComplete_A01_t01: Fail, OK # co19 issue 316 | 359 LibTest/core/Future/isComplete_A01_t01: Fail, OK # co19 issue 316 |
359 LibTest/core/Futures/wait_A03_t01: Fail, OK # co19 issue 316 | 360 LibTest/core/Futures/wait_A03_t01: Fail, OK # co19 issue 316 |
360 LibTest/core/Future/then_A01_t01: Fail, OK # co19 issue 316 | 361 LibTest/core/Future/then_A01_t01: Fail, OK # co19 issue 316 |
361 LibTest/core/Future/then_A01_t05: Fail, OK # co19 issue 316 | 362 LibTest/core/Future/then_A01_t05: Fail, OK # co19 issue 316 |
| 363 LibTest/core/Future/transform_A03_t01: Fail, OK # co19 issue 328 |
362 LibTest/core/Future/value_A01_t03: Fail, OK # co19 issue 316 | 364 LibTest/core/Future/value_A01_t03: Fail, OK # co19 issue 316 |
363 LibTest/core/HashMap/HashMap.from_A02_t01: Fail, OK # co19 issue 316 | 365 LibTest/core/HashMap/HashMap.from_A02_t01: Fail, OK # co19 issue 316 |
364 LibTest/core/HashSet/HashSet.from_A02_t01: Fail, OK # co19 issue 316 | 366 LibTest/core/HashSet/HashSet.from_A02_t01: Fail, OK # co19 issue 316 |
365 LibTest/core/LinkedHashMap/LinkedHashMap.from_A02_t01: Fail, OK # co19 issue 316 | 367 LibTest/core/LinkedHashMap/LinkedHashMap.from_A02_t01: Fail, OK # co19 issue 316 |
366 LibTest/core/List/addAll_A03_t01: Fail, OK # co19 issue 316 | 368 LibTest/core/List/addAll_A03_t01: Fail, OK # co19 issue 316 |
367 LibTest/core/List/getRange_A05_t01: Fail, OK # co19 issue 316 | 369 LibTest/core/List/getRange_A05_t01: Fail, OK # co19 issue 316 |
368 LibTest/core/List/insertRange_A07_t01: Fail, OK # co19 issue 316 | 370 LibTest/core/List/insertRange_A07_t01: Fail, OK # co19 issue 316 |
369 LibTest/core/List/length_A06_t01: Fail, OK # co19 issue 316 | 371 LibTest/core/List/length_A06_t01: Fail, OK # co19 issue 316 |
370 LibTest/core/List/List.from_A03_t01: Fail, OK # co19 issue 316 | 372 LibTest/core/List/List.from_A03_t01: Fail, OK # co19 issue 316 |
371 LibTest/core/List/removeRange_A06_t01: Fail, OK # co19 issue 316 | 373 LibTest/core/List/removeRange_A06_t01: Fail, OK # co19 issue 316 |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 | 544 |
543 | 545 |
544 [ $compiler == none && $runtime == vm && $mode == debug ] | 546 [ $compiler == none && $runtime == vm && $mode == debug ] |
545 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 547 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
546 | 548 |
547 [ $compiler == none && $arch == simarm ] | 549 [ $compiler == none && $arch == simarm ] |
548 *: Skip | 550 *: Skip |
549 | 551 |
550 [ $compiler == none && $arch == arm ] | 552 [ $compiler == none && $arch == arm ] |
551 *: Skip | 553 *: Skip |
OLD | NEW |