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

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

Issue 2957613003: Update statuses for tests that don't touch dart:mirrors anymore. (Closed)
Patch Set: Merge branch 'master' into update-status Created 3 years, 6 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
« 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 io/raw_socket_test: Pass, RuntimeError # Issue 28288 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 [ $runtime == vm && $system == windows && $mode == release ] 260 [ $runtime == vm && $system == windows && $mode == release ]
261 io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: tim eout. 261 io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: tim eout.
262 io/regress_7191_test: Pass, Timeout # Issue 28374: timeout. 262 io/regress_7191_test: Pass, Timeout # Issue 28374: timeout.
263 263
264 [ $runtime == vm && $system == macos && $mode == release ] 264 [ $runtime == vm && $system == macos && $mode == release ]
265 io/named_pipe_script_test: Pass, RuntimeError # Issue 28737 265 io/named_pipe_script_test: Pass, RuntimeError # Issue 28737
266 266
267 [ $runtime == vm && $system == linux && $mode == release && $arch == ia32 && $bu ilder_tag == asan ] 267 [ $runtime == vm && $system == linux && $mode == release && $arch == ia32 && $bu ilder_tag == asan ]
268 io/socket_close_test: Pass, Timeout # Issue 28502: timeout. 268 io/socket_close_test: Pass, Timeout # Issue 28502: timeout.
269 269
270 [ $runtime == dart_precompiled || $mode == product && ($compiler != dartk && $co mpiler != dartkp)]
271 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors
272 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors
273 io/status_file_parser_test: CompileTimeError # Imports dart:mirrors
274 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors
275 io/test_runner_test: CompileTimeError # Imports dart:mirrors
276 status_expression_test: CompileTimeError # Imports dart:mirrors
277
278 [ $compiler == app_jit ] 270 [ $compiler == app_jit ]
279 assert_test: RuntimeError # Script name change? 271 assert_test: RuntimeError # Script name change?
280 272
281 [ $runtime == dart_precompiled || $mode == product ] 273 [ $runtime == dart_precompiled || $mode == product ]
282 assert_test: SkipByDesign # Requires checked mode. 274 assert_test: SkipByDesign # Requires checked mode.
283 no_assert_test: SkipByDesign # Requires checked mode. 275 no_assert_test: SkipByDesign # Requires checked mode.
284 io/code_collection_test: Skip # Incompatible flags 276 io/code_collection_test: Skip # Incompatible flags
285 277
286 # Overriding these flags are not supported in product mode. 278 # Overriding these flags are not supported in product mode.
287 [ $mode == product ] 279 [ $mode == product ]
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 489 package/package_test: Fail # Unable to parse package files Flutter Issue 9115
498 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115 490 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115
499 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115 491 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115
500 492
501 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors 493 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors
502 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors 494 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors
503 io/status_file_parser_test: CompileTimeError # Uses mirrors 495 io/status_file_parser_test: CompileTimeError # Uses mirrors
504 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors 496 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors
505 io/test_runner_test: CompileTimeError # Uses mirrors 497 io/test_runner_test: CompileTimeError # Uses mirrors
506 status_expression_test: CompileTimeError # Uses mirrors 498 status_expression_test: CompileTimeError # Uses mirrors
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