| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 prefix co19 | 5 prefix co19 |
| 6 | 6 |
| 7 [ $component == leg ] | 7 [ $component == leg ] |
| 8 # Skip most library tests for now. | 8 # Skip most library tests for now. |
| 9 LibTest/core/AssertionError/* : Skip | 9 LibTest/core/AssertionError/* : Skip |
| 10 LibTest/core/BadNumberFormatException/* : Skip | 10 LibTest/core/BadNumberFormatException/* : Skip |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 LibTest/core/ObjectNotClosureException/* : Skip | 39 LibTest/core/ObjectNotClosureException/* : Skip |
| 40 LibTest/core/OutOfMemoryException/* : Skip | 40 LibTest/core/OutOfMemoryException/* : Skip |
| 41 LibTest/core/Promise/* : Skip | 41 LibTest/core/Promise/* : Skip |
| 42 LibTest/core/Proxy/* : Skip | 42 LibTest/core/Proxy/* : Skip |
| 43 LibTest/core/Queue/* : Skip | 43 LibTest/core/Queue/* : Skip |
| 44 LibTest/core/ReceivePort/* : Skip | 44 LibTest/core/ReceivePort/* : Skip |
| 45 LibTest/core/RegExp/* : Skip | 45 LibTest/core/RegExp/* : Skip |
| 46 LibTest/core/SendPort/* : Skip | 46 LibTest/core/SendPort/* : Skip |
| 47 LibTest/core/Set/* : Skip | 47 LibTest/core/Set/* : Skip |
| 48 LibTest/core/StackOverflowException/* : Skip | 48 LibTest/core/StackOverflowException/* : Skip |
| 49 LibTest/core/Stopwatch/* : Skip | |
| 50 LibTest/core/String/* : Skip | 49 LibTest/core/String/* : Skip |
| 51 LibTest/core/StringBuffer/* : Skip | 50 LibTest/core/StringBuffer/* : Skip |
| 52 LibTest/core/Strings/* : Skip | 51 LibTest/core/Strings/* : Skip |
| 53 LibTest/core/TimeZone/* : Skip | 52 LibTest/core/TimeZone/* : Skip |
| 54 LibTest/core/TypeError/* : Skip | 53 LibTest/core/TypeError/* : Skip |
| 55 LibTest/core/UnsupportedOperationException/* : Skip | 54 LibTest/core/UnsupportedOperationException/* : Skip |
| 56 LibTest/core/WrongArgumentCountException/* : Skip | 55 LibTest/core/WrongArgumentCountException/* : Skip |
| 57 LibTest/core/double/* : Skip | 56 LibTest/core/double/* : Skip |
| 58 LibTest/core/int/* : Skip | 57 LibTest/core/int/* : Skip |
| 59 | 58 |
| (...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 534 LibTest/core/Expect/setEquals_A03_t01: Fail | 533 LibTest/core/Expect/setEquals_A03_t01: Fail |
| 535 LibTest/core/Expect/stringEquals_A01_t01: Fail | 534 LibTest/core/Expect/stringEquals_A01_t01: Fail |
| 536 LibTest/core/Expect/stringEquals_A01_t02: Fail | 535 LibTest/core/Expect/stringEquals_A01_t02: Fail |
| 537 LibTest/core/Expect/stringEquals_A02_t01: Fail | 536 LibTest/core/Expect/stringEquals_A02_t01: Fail |
| 538 LibTest/core/Expect/throws_A01_t01: Fail | 537 LibTest/core/Expect/throws_A01_t01: Fail |
| 539 LibTest/core/Expect/throws_A01_t02: Fail | 538 LibTest/core/Expect/throws_A01_t02: Fail |
| 540 LibTest/core/Expect/throws_A01_t03: Fail | 539 LibTest/core/Expect/throws_A01_t03: Fail |
| 541 LibTest/core/Expect/throws_A01_t04: Fail | 540 LibTest/core/Expect/throws_A01_t04: Fail |
| 542 LibTest/core/Expect/throws_A01_t05: Fail | 541 LibTest/core/Expect/throws_A01_t05: Fail |
| 543 LibTest/core/Expect/throws_A02_t01: Fail | 542 LibTest/core/Expect/throws_A02_t01: Fail |
| 543 LibTest/core/Stopwatch/elapsed_A01_t02: Fail |
| OLD | NEW |