| 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 TimeoutTest: Skip # Timeout test for testing the test runner. | 5 TimeoutTest: Skip # Timeout test for testing the test runner. |
| 6 FailTest: Fail, OK # Fails intentionally | 6 FailTest: Fail, OK # Fails intentionally |
| 7 OutOfMemoryTest: Skip # Issue 2345 |
| 7 | 8 |
| 8 [ $runtime == vm && $checked ] | 9 [ $runtime == vm && $checked ] |
| 9 # These tests have type errors on purpose. | 10 # These tests have type errors on purpose. |
| 10 io/ProcessInvalidArgumentsTest: Fail, OK | 11 io/ProcessInvalidArgumentsTest: Fail, OK |
| 11 io/DirectoryInvalidArgumentsTest: Fail, OK | 12 io/DirectoryInvalidArgumentsTest: Fail, OK |
| 12 io/FileInvalidArgumentsTest: Fail, OK | 13 io/FileInvalidArgumentsTest: Fail, OK |
| 13 | 14 |
| 14 [ $runtime == vm] | 15 [ $runtime == vm] |
| 15 io/ManyEchoServerTest: Skip # Bug 5103754 | 16 io/ManyEchoServerTest: Skip # Bug 5103754 |
| 16 # These tests fail, crash, and timeout to test the testing infrastructure. | 17 # These tests fail, crash, and timeout to test the testing infrastructure. |
| (...skipping 21 matching lines...) Expand all Loading... |
| 38 [ $arch == x64 ] | 39 [ $arch == x64 ] |
| 39 MediumIntegerTest: Fail # Issue 1146. | 40 MediumIntegerTest: Fail # Issue 1146. |
| 40 | 41 |
| 41 | 42 |
| 42 [ $arch == arm ] | 43 [ $arch == arm ] |
| 43 *: Skip | 44 *: Skip |
| 44 | 45 |
| 45 | 46 |
| 46 [ $arch == simarm ] | 47 [ $arch == simarm ] |
| 47 *: Skip | 48 *: Skip |
| OLD | NEW |