OLD | NEW |
---|---|
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 package/invalid_uri_test: Fail, OK # Fails intentionally | 5 package/invalid_uri_test: Fail, OK # Fails intentionally |
6 | 6 |
7 [ $runtime == vm ] | 7 [ $runtime == vm ] |
8 # Fails because checked-in dart executable is not up to date. | 8 # Fails because checked-in dart executable is not up to date. |
9 io/test_runner_test: Fail | 9 io/test_runner_test: Fail |
10 # Fails because checked-in dart executable is not up to date. | 10 # Fails because checked-in dart executable is not up to date. |
(...skipping 30 matching lines...) Expand all Loading... | |
41 # old version of MacOS does not expand the precomposed utf-8 it gets | 41 # old version of MacOS does not expand the precomposed utf-8 it gets |
42 # from the VM before comparing it to the decomposed utf-8 used for the | 42 # from the VM before comparing it to the decomposed utf-8 used for the |
43 # file system. | 43 # file system. |
44 io/file_non_ascii_sync_test: Pass, Fail | 44 io/file_non_ascii_sync_test: Pass, Fail |
45 io/file_non_ascii_test: Pass, Fail | 45 io/file_non_ascii_test: Pass, Fail |
46 io/directory_non_ascii_sync_test: Pass, Fail | 46 io/directory_non_ascii_sync_test: Pass, Fail |
47 io/directory_non_ascii_test: Pass, Fail | 47 io/directory_non_ascii_test: Pass, Fail |
48 io/process_non_ascii_test: Pass, Fail | 48 io/process_non_ascii_test: Pass, Fail |
49 | 49 |
50 [ $runtime == vm && $system == windows ] | 50 [ $runtime == vm && $system == windows ] |
51 io/file_system_links_test: Skip # No links on Windows. | 51 # Links on Windows are tested by windows_file_system_[async_]links_test instead. |
Søren Gjesse
2013/05/03 07:13:36
How about moving this comment into the files and j
Bill Hesse
2013/05/03 08:44:06
Done. Also added to file_read_special_device_test
| |
52 io/file_system_links_test: Skip | |
53 io/file_system_async_links_test: Skip | |
52 io/file_read_special_device_test: Skip # No special unix devices on Windows. | 54 io/file_read_special_device_test: Skip # No special unix devices on Windows. |
53 | 55 |
54 [ $compiler == none && $runtime == drt ] | 56 [ $compiler == none && $runtime == drt ] |
55 typed_data_isolate_test: Skip # This test uses dart:io | 57 typed_data_isolate_test: Skip # This test uses dart:io |
56 io/*: Skip # Don't run tests using dart:io in the browser | 58 io/*: Skip # Don't run tests using dart:io in the browser |
57 crypto/*: Skip # Don't run tests using dart:io in the browser | 59 crypto/*: Skip # Don't run tests using dart:io in the browser |
58 package/*: Skip # Do not run those in Dartium. | 60 package/*: Skip # Do not run those in Dartium. |
59 debugger/*: Skip # Do not run standalone debugger tests in browser. | 61 debugger/*: Skip # Do not run standalone debugger tests in browser. |
60 | 62 |
61 [ $compiler == dartc ] | 63 [ $compiler == dartc ] |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
123 *: Skip | 125 *: Skip |
124 | 126 |
125 [ $arch == simarm ] | 127 [ $arch == simarm ] |
126 *: Skip | 128 *: Skip |
127 | 129 |
128 [ $arch == mips ] | 130 [ $arch == mips ] |
129 *: Skip | 131 *: Skip |
130 | 132 |
131 [ $arch == simmips ] | 133 [ $arch == simmips ] |
132 *: Skip | 134 *: Skip |
OLD | NEW |