| 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 out_of_memory_test: Skip # Issue 2345 | 5 out_of_memory_test: Skip # Issue 2345 |
| 6 | 6 |
| 7 package/invalid_uri_test: Fail, OK # Fails intentionally | 7 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 8 | 8 |
| 9 [ $runtime == vm && $checked ] | 9 [ $runtime == vm && $checked ] |
| 10 # These tests have type errors on purpose. | 10 # These tests have type errors on purpose. |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 io/*: Skip # Don't run tests using dart:io in the browser | 39 io/*: Skip # Don't run tests using dart:io in the browser |
| 40 crypto/*: Skip # Don't run tests using dart:io in the browser | 40 crypto/*: Skip # Don't run tests using dart:io in the browser |
| 41 package/*: Skip # Do not run those in Dartium. | 41 package/*: Skip # Do not run those in Dartium. |
| 42 | 42 |
| 43 [ $compiler == dartc ] | 43 [ $compiler == dartc ] |
| 44 *: Skip | 44 *: Skip |
| 45 | 45 |
| 46 [ $compiler == frog ] | 46 [ $compiler == frog ] |
| 47 *: Skip | 47 *: Skip |
| 48 | 48 |
| 49 [ $arch == x64 ] | |
| 50 medium_integer_test: Fail # Issue 1146. | |
| 51 | |
| 52 | |
| 53 [ $arch == arm ] | 49 [ $arch == arm ] |
| 54 *: Skip | 50 *: Skip |
| 55 | 51 |
| 56 | 52 |
| 57 [ $arch == simarm ] | 53 [ $arch == simarm ] |
| 58 *: Skip | 54 *: Skip |
| 59 | 55 |
| 60 [ $compiler == dart2js ] | 56 [ $compiler == dart2js ] |
| 61 medium_integer_test: Fail, OK # cannot resolve type Mint | 57 medium_integer_test: Fail, OK # cannot resolve type Mint |
| 62 | 58 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 74 [ $compiler == dart2js && $browser ] | 70 [ $compiler == dart2js && $browser ] |
| 75 *: Skip | 71 *: Skip |
| 76 | 72 |
| 77 [ $compiler == dart2js && $checked ] | 73 [ $compiler == dart2js && $checked ] |
| 78 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 74 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 79 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 75 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 80 | 76 |
| 81 [ $compiler == dart2dart ] | 77 [ $compiler == dart2dart ] |
| 82 # Skip until we stabilize language tests. | 78 # Skip until we stabilize language tests. |
| 83 *: Skip | 79 *: Skip |
| OLD | NEW |