| 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 OutOfMemoryTest: Skip # Issue 2345 |
| 8 | 8 |
| 9 package/InvalidUriTest: Fail, OK # Fails intentionally |
| 10 |
| 9 [ $runtime == vm && $checked ] | 11 [ $runtime == vm && $checked ] |
| 10 # These tests have type errors on purpose. | 12 # These tests have type errors on purpose. |
| 11 io/ProcessInvalidArgumentsTest: Fail, OK | 13 io/ProcessInvalidArgumentsTest: Fail, OK |
| 12 io/DirectoryInvalidArgumentsTest: Fail, OK | 14 io/DirectoryInvalidArgumentsTest: Fail, OK |
| 13 io/FileInvalidArgumentsTest: Fail, OK | 15 io/FileInvalidArgumentsTest: Fail, OK |
| 14 | 16 |
| 15 [ $runtime == vm] | 17 [ $runtime == vm] |
| 16 io/ManyEchoServerTest: Skip # Bug 5103754 | 18 io/ManyEchoServerTest: Skip # Bug 5103754 |
| 17 # These tests fail, crash, and timeout to test the testing infrastructure. | 19 # These tests fail, crash, and timeout to test the testing infrastructure. |
| 18 io/TestExtensionTest: Fail # shared library in wrong place (issue 1817) | 20 io/TestExtensionTest: Fail # shared library in wrong place (issue 1817) |
| (...skipping 20 matching lines...) Expand all Loading... |
| 39 [ $arch == x64 ] | 41 [ $arch == x64 ] |
| 40 MediumIntegerTest: Fail # Issue 1146. | 42 MediumIntegerTest: Fail # Issue 1146. |
| 41 | 43 |
| 42 | 44 |
| 43 [ $arch == arm ] | 45 [ $arch == arm ] |
| 44 *: Skip | 46 *: Skip |
| 45 | 47 |
| 46 | 48 |
| 47 [ $arch == simarm ] | 49 [ $arch == simarm ] |
| 48 *: Skip | 50 *: Skip |
| OLD | NEW |