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

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

Issue 355453002: Reland: 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, 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 | 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
46 http_launch_test: Skip 47 http_launch_test: Skip
47 vmservice/*: Skip # Do not run standalone vm service tests in browser. 48 vmservice/*: Skip # Do not run standalone vm service tests in browser.
48 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. 49 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser.
49 50
50 51
51 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 52 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
52 javascript_int_overflow_literal_test/01: Fail, OK 53 javascript_int_overflow_literal_test/01: Fail, OK
53 issue14236_test: Skip # Analyzer can't handle Script snapshots. 54 issue14236_test: Skip # Analyzer can't handle Script snapshots.
54 55
55 # test issue https://code.google.com/p/dart/issues/detail?id=11518 56 # test issue https://code.google.com/p/dart/issues/detail?id=11518
(...skipping 11 matching lines...) Expand all
67 typed_data_isolate_test: Skip # dart:typed_data support needed. 68 typed_data_isolate_test: Skip # dart:typed_data support needed.
68 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor t 64-bit ints. 69 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor t 64-bit ints.
69 float_array_test: Skip # dart:typed_data support needed. 70 float_array_test: Skip # dart:typed_data support needed.
70 int_array_test: Skip # dart:typed_data support needed. 71 int_array_test: Skip # dart:typed_data support needed.
71 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord 72 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord
72 int_array_load_elimination_test: Skip # This is a VM test 73 int_array_load_elimination_test: Skip # This is a VM test
73 medium_integer_test: RuntimeError, OK # Test fails with JS number semantics: iss ue 1533. 74 medium_integer_test: RuntimeError, OK # Test fails with JS number semantics: iss ue 1533.
74 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now. 75 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now.
75 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 76 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051
76 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. 77 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
78 full_coverage_test: Skip
77 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. 79 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision.
78 pow_test: Skip # Precision > 53 bits. 80 pow_test: Skip # Precision > 53 bits.
79 double_smi_comparison_test: Skip # Precision > 53 bits. 81 double_smi_comparison_test: Skip # Precision > 53 bits.
80 http_launch_test: Skip 82 http_launch_test: Skip
81 javascript_int_overflow_test: Skip 83 javascript_int_overflow_test: Skip
82 javascript_int_overflow_literal_test: Skip 84 javascript_int_overflow_literal_test: Skip
83 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e). 85 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e).
84 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. 86 vmservice/*: Skip # Do not run standalone vm service tests with dart2js.
85 issue14236_test: Skip # dart2js does not deal with Script snapshots. 87 issue14236_test: Skip # dart2js does not deal with Script snapshots.
86 javascript_compatibility_errors_test: Skip 88 javascript_compatibility_errors_test: Skip
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 io/stdout_bad_argument_test: StaticWarning 140 io/stdout_bad_argument_test: StaticWarning
139 package/package1_test: StaticWarning 141 package/package1_test: StaticWarning
140 package/package_test: StaticWarning 142 package/package_test: StaticWarning
141 typed_data_test: StaticWarning 143 typed_data_test: StaticWarning
142 typed_data_view_test: StaticWarning 144 typed_data_view_test: StaticWarning
143 javascript_compatibility_errors_test: Skip 145 javascript_compatibility_errors_test: Skip
144 javascript_compatibility_warnings_test: Skip 146 javascript_compatibility_warnings_test: Skip
145 147
146 [ $system == windows ] 148 [ $system == windows ]
147 io/skipping_dart2js_compilations_test: Fail # Issue 19551. 149 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