Chromium Code Reviews| 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 19 matching lines...) Expand all Loading... | |
| 30 | 30 |
| 31 [ $compiler == none && $runtime == drt ] | 31 [ $compiler == none && $runtime == drt ] |
| 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 | 33 |
| 34 [ $compiler == dartc] | 34 [ $compiler == dartc] |
| 35 *: Skip | 35 *: Skip |
| 36 | 36 |
| 37 [ $compiler == frog || $compiler == frogsh || ($compiler == dart2js && $runtime == drt) ] | 37 [ $compiler == frog || $compiler == frogsh || ($compiler == dart2js && $runtime == drt) ] |
| 38 *: Skip | 38 *: Skip |
| 39 | 39 |
| 40 [ $compiler == dart2js ] | |
| 41 package/PackageTest: Skip # TODO(rnystrom): Re-enable these once dart2js | |
|
ahe
2012/04/12 18:16:26
It would be great if you could use "Fail" instead
Bob Nystrom
2012/04/12 21:18:26
Good call. I didn't really think that through.
| |
| 42 package/InvalidUriTest: Skip # supports "package:". | |
| 40 | 43 |
| 41 [ $arch == x64 ] | 44 [ $arch == x64 ] |
| 42 MediumIntegerTest: Fail # Issue 1146. | 45 MediumIntegerTest: Fail # Issue 1146. |
| 43 | 46 |
| 44 | 47 |
| 45 [ $arch == arm ] | 48 [ $arch == arm ] |
| 46 *: Skip | 49 *: Skip |
| 47 | 50 |
| 48 | 51 |
| 49 [ $arch == simarm ] | 52 [ $arch == simarm ] |
| 50 *: Skip | 53 *: Skip |
| OLD | NEW |