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

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

Issue 343263003: Revert "Fix tools/full-coverage.dart script and add standalone test." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « tests/standalone/full_coverage_test.dart ('k') | tools/full-coverage.dart » ('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 25 matching lines...) Expand all
36 io/socket_many_connections_test: Skip 36 io/socket_many_connections_test: Skip
37 37
38 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 38 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
39 typed_array_test: Fail # Issue 13921 39 typed_array_test: Fail # Issue 13921
40 typed_array_int64_uint64_test: Fail # Issue 13921 40 typed_array_int64_uint64_test: Fail # Issue 13921
41 typed_data_isolate_test: Skip # This test uses dart:io 41 typed_data_isolate_test: Skip # This test uses dart:io
42 io/*: Skip # Don't run tests using dart:io in the browser 42 io/*: Skip # Don't run tests using dart:io in the browser
43 package/*: Skip # Do not run those in Dartium. 43 package/*: Skip # Do not run those in Dartium.
44 debugger/*: Skip # Do not run standalone debugger tests in browser. 44 debugger/*: Skip # Do not run standalone debugger tests in browser.
45 coverage_test: Skip 45 coverage_test: Skip
46 full_coverage_test: Skip
47 http_launch_test: Skip 46 http_launch_test: Skip
48 vmservice/*: Skip # Do not run standalone vm service tests in browser. 47 vmservice/*: Skip # Do not run standalone vm service tests in browser.
49 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. 48 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser.
50 49
51 50
52 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 51 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
53 javascript_int_overflow_literal_test/01: Fail, OK 52 javascript_int_overflow_literal_test/01: Fail, OK
54 issue14236_test: Skip # Analyzer can't handle Script snapshots. 53 issue14236_test: Skip # Analyzer can't handle Script snapshots.
55 54
56 # test issue https://code.google.com/p/dart/issues/detail?id=11518 55 # test issue https://code.google.com/p/dart/issues/detail?id=11518
(...skipping 11 matching lines...) Expand all
68 typed_data_isolate_test: Skip # dart:typed_data support needed. 67 typed_data_isolate_test: Skip # dart:typed_data support needed.
69 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor t 64-bit ints. 68 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor t 64-bit ints.
70 float_array_test: Skip # dart:typed_data support needed. 69 float_array_test: Skip # dart:typed_data support needed.
71 int_array_test: Skip # dart:typed_data support needed. 70 int_array_test: Skip # dart:typed_data support needed.
72 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord 71 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord
73 int_array_load_elimination_test: Skip # This is a VM test 72 int_array_load_elimination_test: Skip # This is a VM test
74 medium_integer_test: RuntimeError, OK # Test fails with JS number semantics: iss ue 1533. 73 medium_integer_test: RuntimeError, OK # Test fails with JS number semantics: iss ue 1533.
75 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now. 74 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now.
76 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 75 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051
77 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 76 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
78 full_coverage_test: Skip
79 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. 77 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
80 pow_test: Skip # Precision > 53 bits. 78 pow_test: Skip # Precision > 53 bits.
81 double_smi_comparison_test: Skip # Precision > 53 bits. 79 double_smi_comparison_test: Skip # Precision > 53 bits.
82 http_launch_test: Skip 80 http_launch_test: Skip
83 javascript_int_overflow_test: Skip 81 javascript_int_overflow_test: Skip
84 javascript_int_overflow_literal_test: Skip 82 javascript_int_overflow_literal_test: Skip
85 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e). 83 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e).
86 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. 84 vmservice/*: Skip # Do not run standalone vm service tests with dart2js.
87 issue14236_test: Skip # dart2js does not deal with Script snapshots. 85 issue14236_test: Skip # dart2js does not deal with Script snapshots.
88 javascript_compatibility_errors_test: Skip 86 javascript_compatibility_errors_test: Skip
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 io/stdout_bad_argument_test: StaticWarning 138 io/stdout_bad_argument_test: StaticWarning
141 package/package1_test: StaticWarning 139 package/package1_test: StaticWarning
142 package/package_test: StaticWarning 140 package/package_test: StaticWarning
143 typed_data_test: StaticWarning 141 typed_data_test: StaticWarning
144 typed_data_view_test: StaticWarning 142 typed_data_view_test: StaticWarning
145 javascript_compatibility_errors_test: Skip 143 javascript_compatibility_errors_test: Skip
146 javascript_compatibility_warnings_test: Skip 144 javascript_compatibility_warnings_test: Skip
147 145
148 [ $system == windows ] 146 [ $system == windows ]
149 io/skipping_dart2js_compilations_test: Fail # Issue 19551. 147 io/skipping_dart2js_compilations_test: Fail # Issue 19551.
OLDNEW
« no previous file with comments | « tests/standalone/full_coverage_test.dart ('k') | tools/full-coverage.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698