| 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 |
| 11 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Skip | 11 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Skip |
| 12 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Skip | 12 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Skip |
| 13 LibTest/core/SendPort/call/SendPort/call/A01/t01: Skip # Issue co19 - 10 |
| 13 | 14 |
| 14 | 15 |
| 15 [ $component == vm ] | 16 [ $component == vm ] |
| 16 | 17 |
| 17 LibTest/core/double/isNegative/double/isNegative/A01/t01: Fail # Issue 6 | 18 LibTest/core/double/isNegative/double/isNegative/A01/t01: Fail # Issue 6 |
| 18 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t05: Fail # Is
sue 7 | 19 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t05: Fail # Is
sue 7 |
| 19 LibTest/core/double/operator~div/double/operator~div/A01/t05: Fail # Issue 7 | 20 LibTest/core/double/operator~div/double/operator~div/A01/t05: Fail # Issue 7 |
| 20 LibTest/core/Math/atan2/Math/atan2/A01/t03: Fail # Issue 8 | 21 LibTest/core/Math/atan2/Math/atan2/A01/t03: Fail # Issue 8 |
| 21 | 22 |
| 22 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04
/t01: Fail # Bug 5371433 | 23 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04
/t01: Fail # Bug 5371433 |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 LibTest/core/Proxy/send/Proxy/send/A01/t01: Fail | 200 LibTest/core/Proxy/send/Proxy/send/A01/t01: Fail |
| 200 LibTest/core/Queue/every/Queue/every/A01/t03: Fail | 201 LibTest/core/Queue/every/Queue/every/A01/t03: Fail |
| 201 LibTest/core/Queue/filter/Queue/filter/A01/t03: Fail | 202 LibTest/core/Queue/filter/Queue/filter/A01/t03: Fail |
| 202 LibTest/core/Queue/forEach/Queue/forEach/A01/t03: Fail | 203 LibTest/core/Queue/forEach/Queue/forEach/A01/t03: Fail |
| 203 LibTest/core/Queue/some/Queue/some/A01/t03: Fail | 204 LibTest/core/Queue/some/Queue/some/A01/t03: Fail |
| 204 LibTest/core/ReceivePort/toSendPort/ReceivePort/toSendPort/A02/t01: Fail | 205 LibTest/core/ReceivePort/toSendPort/ReceivePort/toSendPort/A02/t01: Fail |
| 205 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/
RegExp/firstMatch/NonEmptyClassRanges/A01/t05: Fail | 206 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/
RegExp/firstMatch/NonEmptyClassRanges/A01/t05: Fail |
| 206 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/
RegExp/firstMatch/NonEmptyClassRanges/A01/t06: Fail | 207 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/
RegExp/firstMatch/NonEmptyClassRanges/A01/t06: Fail |
| 207 LibTest/core/RegExp/firstMatch/RegExp/firstMatch/A01/t01: Fail | 208 LibTest/core/RegExp/firstMatch/RegExp/firstMatch/A01/t01: Fail |
| 208 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A01/t02: Fail | 209 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A01/t02: Fail |
| 209 LibTest/core/SendPort/call/SendPort/call/A01/t01: Timeout | |
| 210 LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail | 210 LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail |
| 211 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail | 211 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail |
| 212 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Fail | 212 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Fail |
| 213 LibTest/core/String/replaceFirst/String/replaceFirst/A01/t01: Fail | 213 LibTest/core/String/replaceFirst/String/replaceFirst/A01/t01: Fail |
| 214 LibTest/core/StringBuffer/add/StringBuffer/add/A02/t01: Fail | 214 LibTest/core/StringBuffer/add/StringBuffer/add/A02/t01: Fail |
| 215 LibTest/core/Strings/concatAll/Strings/concatAll/A03/t01: crash | 215 LibTest/core/Strings/concatAll/Strings/concatAll/A03/t01: crash |
| 216 LibTest/core/Strings/join/Strings/join/A03/t01: crash | 216 LibTest/core/Strings/join/Strings/join/A03/t01: crash |
| 217 LibTest/core/TypeError/srcType/TypeError/srcType/A01/t01: Fail | 217 LibTest/core/TypeError/srcType/TypeError/srcType/A01/t01: Fail |
| 218 LibTest/core/double/isOdd/double/isOdd/A01/t02: Fail | 218 LibTest/core/double/isOdd/double/isOdd/A01/t02: Fail |
| 219 LibTest/core/double/operator%/double/operator%/A01/t06: Fail | 219 LibTest/core/double/operator%/double/operator%/A01/t06: Fail |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 [ $arch == x64 ] | 346 [ $arch == x64 ] |
| 347 *: Skip | 347 *: Skip |
| 348 | 348 |
| 349 | 349 |
| 350 [ $arch == simarm ] | 350 [ $arch == simarm ] |
| 351 *: Skip | 351 *: Skip |
| 352 | 352 |
| 353 | 353 |
| 354 [ $arch == arm ] | 354 [ $arch == arm ] |
| 355 *: Skip | 355 *: Skip |
| OLD | NEW |