| 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 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 io/*: Skip # Don't run tests using dart:io in the browser | 32 io/*: Skip # Don't run tests using dart:io in the browser |
| 33 package/*: Skip # Do not run those in Dartium. | 33 package/*: Skip # Do not run those in Dartium. |
| 34 | 34 |
| 35 [ $compiler == dartc] | 35 [ $compiler == dartc] |
| 36 *: Skip | 36 *: Skip |
| 37 | 37 |
| 38 [ $compiler == frog || $compiler == frogsh || ($compiler == dart2js && $runtime
== drt) ] | 38 [ $compiler == frog || $compiler == frogsh || ($compiler == dart2js && $runtime
== drt) ] |
| 39 *: Skip | 39 *: Skip |
| 40 | 40 |
| 41 [ $compiler == dart2js ] | 41 [ $compiler == dart2js ] |
| 42 package/PackageTest: Skip # TODO(rnystrom): Re-enable these once dart2js | 42 package/*: Skip # TODO(rnystrom): Re-enable when dart2js supports "package:". |
| 43 package/InvalidUriTest: Skip # supports "package:". | |
| 44 | 43 |
| 45 [ $arch == x64 ] | 44 [ $arch == x64 ] |
| 46 MediumIntegerTest: Fail # Issue 1146. | 45 MediumIntegerTest: Fail # Issue 1146. |
| 47 | 46 |
| 48 | 47 |
| 49 [ $arch == arm ] | 48 [ $arch == arm ] |
| 50 *: Skip | 49 *: Skip |
| 51 | 50 |
| 52 | 51 |
| 53 [ $arch == simarm ] | 52 [ $arch == simarm ] |
| 54 *: Skip | 53 *: Skip |
| OLD | NEW |