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