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

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

Issue 845793004: Update status files, replace "dartbug.com" with "Issue ". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove change to test_runner. Created 5 years, 11 months 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 | « tests/lib/lib.status ('k') | tests/try/try.status » ('j') | 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
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 *: Skip 109 *: Skip
110 110
111 [ $arch == simarm || $arch == simmips] 111 [ $arch == simarm || $arch == simmips]
112 out_of_memory_test: Skip # passes on Mac, crashes on Linux 112 out_of_memory_test: Skip # passes on Mac, crashes on Linux
113 oom_error_stacktrace_test: Skip # Fails on Linux 113 oom_error_stacktrace_test: Skip # Fails on Linux
114 114
115 [ $arch == simmips || $arch == mips ] 115 [ $arch == simmips || $arch == mips ]
116 javascript_int_overflow_test: Skip # --throw_on_javascript_int_overflow not supp orted on MIPS. 116 javascript_int_overflow_test: Skip # --throw_on_javascript_int_overflow not supp orted on MIPS.
117 117
118 [ $arch == mips ] 118 [ $arch == mips ]
119 io/signals_test: Fail # dartbug.com/17440 119 io/signals_test: Fail # Issue 17440
120 io/file_stat_test: Fail # dartbug.com/17440 120 io/file_stat_test: Fail # Issue 17440
121 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory. 121 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory.
122 io/signals_test: Skip # Starts 10 dart subprocesses, uses too much memory 122 io/signals_test: Skip # Starts 10 dart subprocesses, uses too much memory
123 io/file_read_special_device_test: Fail # dartbug.com/17440 123 io/file_read_special_device_test: Fail # Issue 17440
124 124
125 [ $arch == mips && $mode == debug ] 125 [ $arch == mips && $mode == debug ]
126 io/web_socket_test: Skip # Times out. Issue 20352 126 io/web_socket_test: Skip # Times out. Issue 20352
127 io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351 127 io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351
128 full_coverage_test: Skip # Times out. Issue 20352 128 full_coverage_test: Skip # Times out. Issue 20352
129 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too slow. 129 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too slow.
130 130
131 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) && $unchecked ] 131 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) && $unchecked ]
132 assert_test: Fail # Issue 13719: Please triage this failure. 132 assert_test: Fail # Issue 13719: Please triage this failure.
133 133
(...skipping 19 matching lines...) Expand all
153 package/package_test: CompileTimeError 153 package/package_test: CompileTimeError
154 154
155 [ $system == windows ] 155 [ $system == windows ]
156 io/skipping_dart2js_compilations_test: Fail # Issue 19551. 156 io/skipping_dart2js_compilations_test: Fail # Issue 19551.
157 157
158 [ $system != linux ] 158 [ $system != linux ]
159 io/server_socket_reference_issue21383_and_issue21384_test: Skip # Not supported on other platforms so far 159 io/server_socket_reference_issue21383_and_issue21384_test: Skip # Not supported on other platforms so far
160 160
161 [ $arch != ia32 && $arch != x64 && $arch != simarm && $mode == debug ] 161 [ $arch != ia32 && $arch != x64 && $arch != simarm && $mode == debug ]
162 verified_mem_test: Skip # Not yet implemented. 162 verified_mem_test: Skip # Not yet implemented.
OLDNEW
« no previous file with comments | « tests/lib/lib.status ('k') | tests/try/try.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698