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

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

Issue 2979003002: support resolving .packages in FE (Closed)
Patch Set: cl comments Created 3 years, 5 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
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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 io/raw_datagram_socket_test: Skip # Flaky. 383 io/raw_datagram_socket_test: Skip # Flaky.
384 io/raw_secure_server_closing_test: Skip # Flaky 384 io/raw_secure_server_closing_test: Skip # Flaky
385 io/raw_secure_server_closing_test: Skip # Flaky. 385 io/raw_secure_server_closing_test: Skip # Flaky.
386 io/secure_multiple_client_server_test: Skip # Flaky. 386 io/secure_multiple_client_server_test: Skip # Flaky.
387 io/secure_server_closing_test: Skip # Flaky. 387 io/secure_server_closing_test: Skip # Flaky.
388 io/secure_server_socket_test: Skip # Flaky. 388 io/secure_server_socket_test: Skip # Flaky.
389 io/web_socket_error_test: Skip # Flaky 389 io/web_socket_error_test: Skip # Flaky
390 io/web_socket_ping_test: Skip # Flaky. 390 io/web_socket_ping_test: Skip # Flaky.
391 io/web_socket_test: Skip # Flaky. 391 io/web_socket_test: Skip # Flaky.
392 no_support_debugger_test: Skip # kernel-service snapshot not compatible with fla g disabled 392 no_support_debugger_test: Skip # kernel-service snapshot not compatible with fla g disabled
393 package/scenarios/invalid/*: DartkCrash # Issue 30110
394 393
395 regress_29350_test: MissingCompileTimeError 394 regress_29350_test: MissingCompileTimeError
396 assert_test: RuntimeError 395 assert_test: RuntimeError
397 io/compile_all_test: Crash 396 io/compile_all_test: Crash
398 io/http_cookie_test: RuntimeError 397 io/http_cookie_test: RuntimeError
399 io/http_proxy_advanced_test: RuntimeError 398 io/http_proxy_advanced_test: RuntimeError
400 io/socket_many_connections_test: RuntimeError 399 io/socket_many_connections_test: RuntimeError
401 map_insert_remove_oom_test: Crash 400 map_insert_remove_oom_test: Crash
402 package/package1_test: CompileTimeError 401 package/package1_test: CompileTimeError
403 package/package_test: CompileTimeError 402 package/package_test: CompileTimeError
404 package/scenarios/invalid/invalid_utf8_test: CompileTimeError 403 package/scenarios/invalid/invalid_utf8_test: CompileTimeError
405 package/scenarios/invalid/non_existent_packages_file_test: CompileTimeError 404 package/scenarios/invalid/non_existent_packages_file_test: CompileTimeError
406 package/scenarios/invalid/same_package_twice_test: CompileTimeError 405 package/scenarios/invalid/same_package_twice_test: CompileTimeError
407 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError
408 406
409 [ $compiler == dartkp ] 407 [ $compiler == dartkp ]
410 causal_async_stack_test: Fail 408 causal_async_stack_test: Fail
411 409
412 [ $runtime == flutter ] 410 [ $runtime == flutter ]
413 io/raw_datagram_socket_test: Crash # Flutter Issue 9115 411 io/raw_datagram_socket_test: Crash # Flutter Issue 9115
414 verbose_gc_to_bmu_test: RuntimeError # Flutter Issue 9115 412 verbose_gc_to_bmu_test: RuntimeError # Flutter Issue 9115
415 io/process_check_arguments_test: RuntimeError # Flutter Issue 9115 413 io/process_check_arguments_test: RuntimeError # Flutter Issue 9115
416 io/process_working_directory_test: RuntimeError # Flutter Issue 9115 414 io/process_working_directory_test: RuntimeError # Flutter Issue 9115
417 io/process_run_output_test: RuntimeError # Flutter Issue 9115 415 io/process_run_output_test: RuntimeError # Flutter Issue 9115
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 491 package/package_test: Fail # Unable to parse package files Flutter Issue 9115
494 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115 492 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue 9115
495 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115 493 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9 115
496 494
497 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors 495 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors
498 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors 496 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors
499 io/status_file_parser_test: CompileTimeError # Uses mirrors 497 io/status_file_parser_test: CompileTimeError # Uses mirrors
500 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors 498 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors
501 io/test_runner_test: CompileTimeError # Uses mirrors 499 io/test_runner_test: CompileTimeError # Uses mirrors
502 status_expression_test: CompileTimeError # Uses mirrors 500 status_expression_test: CompileTimeError # Uses mirrors
OLDNEW
« no previous file with comments | « pkg/front_end/test/src/incremental/kernel_driver_test.dart ('k') | utils/kernel-service/kernel-service.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698