| 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 prefix standalone | 5 prefix standalone |
| 6 | 6 |
| 7 TimeoutTest: Skip # Timeout test for testing the test runner. | 7 TimeoutTest: Skip # Timeout test for testing the test runner. |
| 8 FailTest: Fail, OK # Fails intentionally | 8 FailTest: Fail, OK # Fails intentionally |
| 9 | 9 |
| 10 [ $component == vm && $checked ] | 10 [ $component == vm && $checked ] |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 [ $component == vm && $system == win32] | 26 [ $component == vm && $system == win32] |
| 27 io/TestExtensionTest: Skip # Extensions not implemented on Windows | 27 io/TestExtensionTest: Skip # Extensions not implemented on Windows |
| 28 io/HttpShutdownTest: Skip # Currently times out on windows | 28 io/HttpShutdownTest: Skip # Currently times out on windows |
| 29 | 29 |
| 30 [ $component == dartium ] | 30 [ $component == dartium ] |
| 31 io/*: Skip # Don't run tests using dart:io in the browser | 31 io/*: Skip # Don't run tests using dart:io in the browser |
| 32 | 32 |
| 33 [ $component == dartc || $component == chromium ] | 33 [ $component == dartc || $component == chromium ] |
| 34 *: Skip | 34 *: Skip |
| 35 | 35 |
| 36 [ $component == frog || $component == frogsh || $component == leg || $component
== frogium ] | 36 [ $component == frog || $component == frogsh || $component == leg || $component
== frogium || $component == legium ] |
| 37 *: Skip | 37 *: Skip |
| 38 | 38 |
| 39 | 39 |
| 40 [ $component == frog || $component == frogsh ] | 40 [ $component == frog || $component == frogsh ] |
| 41 *: Skip | 41 *: Skip |
| 42 | 42 |
| 43 | 43 |
| 44 [ $arch == x64 ] | 44 [ $arch == x64 ] |
| 45 MediumIntegerTest: Fail # Issue 1146. | 45 MediumIntegerTest: Fail # Issue 1146. |
| 46 | 46 |
| 47 | 47 |
| 48 [ $arch == arm ] | 48 [ $arch == arm ] |
| 49 *: Skip | 49 *: Skip |
| 50 | 50 |
| 51 | 51 |
| 52 [ $arch == simarm ] | 52 [ $arch == simarm ] |
| 53 *: Skip | 53 *: Skip |
| OLD | NEW |