| 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 | 7 |
| 8 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4 | 8 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4 |
| 9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip | 9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip |
| 10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip | 10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.12_CharacterClassEscape
/RegExp/firstMatch/CharacterClassEscape/A04/t01: Fail | 55 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.12_CharacterClassEscape
/RegExp/firstMatch/CharacterClassEscape/A04/t01: Fail |
| 56 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.13_CharacterClass/RegEx
p/firstMatch/CharacterClass/A01/t01: Fail | 56 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.13_CharacterClass/RegEx
p/firstMatch/CharacterClass/A01/t01: Fail |
| 57 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/
RegExp/firstMatch/NonEmptyClassRanges/A01/t01: Fail | 57 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/
RegExp/firstMatch/NonEmptyClassRanges/A01/t01: Fail |
| 58 LibTest/core/Set/filter/Set/filter/A01/t03: Fail | 58 LibTest/core/Set/filter/Set/filter/A01/t03: Fail |
| 59 LibTest/core/Set/forEach/Set/forEach/A01/t03: Fail | 59 LibTest/core/Set/forEach/Set/forEach/A01/t03: Fail |
| 60 LibTest/core/String/contains/String/contains/A02/t01: Fail | 60 LibTest/core/String/contains/String/contains/A02/t01: Fail |
| 61 LibTest/core/String/replaceAll/String/replaceAll/A01/t01: Fail | 61 LibTest/core/String/replaceAll/String/replaceAll/A01/t01: Fail |
| 62 LibTest/core/String/split/String/split/A01/t01: Fail | 62 LibTest/core/String/split/String/split/A01/t01: Fail |
| 63 LibTest/core/String/split/String/split/A01/t02: Fail | 63 LibTest/core/String/split/String/split/A01/t02: Fail |
| 64 LibTest/core/String/trim/String/trim/A01/t02: Fail | 64 LibTest/core/String/trim/String/trim/A01/t02: Fail |
| 65 LibTest/core/String/operator+/String_operator+/A01/t03: Fail # Issue co19 - 20 | 65 LibTest/core/String/operator\+/String/operator\+/A01/t03: Fail # Issue co19 - 2
0 |
| 66 | 66 |
| 67 | 67 |
| 68 # New failures | 68 # New failures |
| 69 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A08/t05: Fail | 69 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A08/t05: Fail |
| 70 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A08/t02:
Fail | 70 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A08/t02:
Fail |
| 71 LangGuideTest/07_Overriding/A03/t01: Fail | 71 LangGuideTest/07_Overriding/A03/t01: Fail |
| 72 LangGuideTest/07_Overriding/A03/t02: Fail | 72 LangGuideTest/07_Overriding/A03/t02: Fail |
| 73 LangGuideTest/07_Overriding/A05/t01: Fail | 73 LangGuideTest/07_Overriding/A05/t01: Fail |
| 74 LibTest/core/Date/weekday/Date/weekday/A01/t02: Fail | 74 LibTest/core/Date/weekday/Date/weekday/A01/t02: Fail |
| 75 LibTest/core/List/sort/List/sort/A01/t04: Fail | 75 LibTest/core/List/sort/List/sort/A01/t04: Fail |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 [ $arch == x64 ] | 338 [ $arch == x64 ] |
| 339 *: Skip | 339 *: Skip |
| 340 | 340 |
| 341 | 341 |
| 342 [ $arch == simarm ] | 342 [ $arch == simarm ] |
| 343 *: Skip | 343 *: Skip |
| 344 | 344 |
| 345 | 345 |
| 346 [ $arch == arm ] | 346 [ $arch == arm ] |
| 347 *: Skip | 347 *: Skip |
| OLD | NEW |