Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: tests/standalone/standalone.status

Issue 41033002: Fix status file. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 # WARNING: 5 # WARNING:
6 # Tests using the multitest feature where failure is expected should *also* be 6 # Tests using the multitest feature where failure is expected should *also* be
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone"
8 # prefix. 8 # prefix.
9 9
10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
11 11
12 [ $runtime == vm && $system == windows ] 12 [ $runtime == vm && $system == windows ]
13 io/file_system_watcher_test: Pass, Timeout # Issue 13228 13 io/file_system_watcher_test: Pass, Timeout # Issue 13228
14 io/platform_test.dart: Pass, Fail # Issue 14399 14 io/platform_test: Pass, Fail # Issue 14399
15 15
16 [ $runtime == vm ] 16 [ $runtime == vm ]
17 package/package_isolate_test: Fail # http://dartbug.com/7520. 17 package/package_isolate_test: Fail # http://dartbug.com/7520.
18 18
19 19
20 [ $runtime == vm && $checked ] 20 [ $runtime == vm && $checked ]
21 # These tests have type errors on purpose. 21 # These tests have type errors on purpose.
22 io/process_invalid_arguments_test: Fail, OK 22 io/process_invalid_arguments_test: Fail, OK
23 io/directory_invalid_arguments_test: Fail, OK 23 io/directory_invalid_arguments_test: Fail, OK
24 io/file_invalid_arguments_test: Fail, OK 24 io/file_invalid_arguments_test: Fail, OK
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 io/test_extension_fail_test: Fail 180 io/test_extension_fail_test: Fail
181 io/dart_std_io_pipe_test: Fail 181 io/dart_std_io_pipe_test: Fail
182 io/file_read_special_device_test: Fail 182 io/file_read_special_device_test: Fail
183 183
184 [ $compiler == none && $runtime == dartium && $unchecked ] 184 [ $compiler == none && $runtime == dartium && $unchecked ]
185 assert_test: Fail # Issue 13719: Please triage this failure. 185 assert_test: Fail # Issue 13719: Please triage this failure.
186 186
187 [ $compiler == none && $runtime == dartium ] 187 [ $compiler == none && $runtime == dartium ]
188 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this failure. 188 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this failure.
189 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure. 189 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698