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

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

Issue 1728893002: Remove standalone/noopt_test. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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 | « tests/standalone/noopt_test.dart ('k') | 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 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 package/*: Skip # Do not run those in Dartium. 61 package/*: Skip # Do not run those in Dartium.
62 full_coverage_test: Skip 62 full_coverage_test: Skip
63 http_launch_test: Skip 63 http_launch_test: Skip
64 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. 64 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser.
65 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. 65 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser.
66 oom_error_stacktrace_test: Skip 66 oom_error_stacktrace_test: Skip
67 out_of_memory_test: Skip 67 out_of_memory_test: Skip
68 verbose_gc_to_bmu_test: Skip 68 verbose_gc_to_bmu_test: Skip
69 precompilation_test: Skip # Standalone only test. 69 precompilation_test: Skip # Standalone only test.
70 precompilation_dart2js_test: Skip # Standalone only test. 70 precompilation_dart2js_test: Skip # Standalone only test.
71 noopt_test: Skip # Standalone only test.
72 71
73 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 72 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
74 issue14236_test: Skip # Analyzer can't handle Script snapshots. 73 issue14236_test: Skip # Analyzer can't handle Script snapshots.
75 74
76 # test issue https://code.google.com/p/dart/issues/detail?id=11518 75 # test issue https://code.google.com/p/dart/issues/detail?id=11518
77 io/file_constructor_test: fail 76 io/file_constructor_test: fail
78 77
79 # This is runtime test. 78 # This is runtime test.
80 io/process_exit_negative_test: Skip 79 io/process_exit_negative_test: Skip
81 80
(...skipping 19 matching lines...) Expand all
101 pow_test: Skip # Precision > 53 bits. 100 pow_test: Skip # Precision > 53 bits.
102 double_smi_comparison_test: Skip # Precision > 53 bits. 101 double_smi_comparison_test: Skip # Precision > 53 bits.
103 http_launch_test: Skip 102 http_launch_test: Skip
104 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e). 103 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e).
105 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. 104 vmservice/*: Skip # Do not run standalone vm service tests with dart2js.
106 issue14236_test: Skip # dart2js does not deal with Script snapshots. 105 issue14236_test: Skip # dart2js does not deal with Script snapshots.
107 unboxed_int_converter_test: Skip 106 unboxed_int_converter_test: Skip
108 pair_location_remapping_test: Skip 107 pair_location_remapping_test: Skip
109 precompilation_test: Skip # Standalone only test. 108 precompilation_test: Skip # Standalone only test.
110 precompilation_dart2js_test: Skip # Standalone only test. 109 precompilation_dart2js_test: Skip # Standalone only test.
111 noopt_test: Skip # Standalone only test.
112 regress_25335_test: Skip # Int64List not supported. 110 regress_25335_test: Skip # Int64List not supported.
113 111
114 [ ($runtime == vm || $runtime == dart_product) && $mode == debug ] 112 [ ($runtime == vm || $runtime == dart_product) && $mode == debug ]
115 precompilation_dart2js_test: Pass, Slow 113 precompilation_dart2js_test: Pass, Slow
116 114
117 [ ($runtime == vm || $runtime == dart_product) && $arch == ia32 ] 115 [ ($runtime == vm || $runtime == dart_product) && $arch == ia32 ]
118 precompilation_test: Skip # Not expected to pass on ia32. 116 precompilation_test: Skip # Not expected to pass on ia32.
119 precompilation_dart2js_test: Skip # Not expected to pass on ia32. 117 precompilation_dart2js_test: Skip # Not expected to pass on ia32.
120 noopt_test: Skip # Not expected to pass on ia32.
121 118
122 [ ($runtime == vm || $runtime == dart_product) && $arch == arm ] 119 [ ($runtime == vm || $runtime == dart_product) && $arch == arm ]
123 precompilation_test: Skip # Issue 24427 120 precompilation_test: Skip # Issue 24427
124 precompilation_dart2js_test: Skip # Issue 24427 121 precompilation_dart2js_test: Skip # Issue 24427
125 122
126 [ ($runtime == vm || $runtime == dart_product) && $arch == mips ] 123 [ ($runtime == vm || $runtime == dart_product) && $arch == mips ]
127 precompilation_dart2js_test: SkipSlow 124 precompilation_dart2js_test: SkipSlow
128 125
129 [ $compiler == dart2js && $jscl ] 126 [ $compiler == dart2js && $jscl ]
130 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError . 127 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError .
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 full_coverage_test: Skip # Platform.executable 227 full_coverage_test: Skip # Platform.executable
231 228
232 [ $runtime == dart_precompiled ] 229 [ $runtime == dart_precompiled ]
233 io/compile_all_test: Crash # Incompatible flag --compile_all 230 io/compile_all_test: Crash # Incompatible flag --compile_all
234 231
235 [ $runtime == dart_product ] 232 [ $runtime == dart_product ]
236 io/stdout_bad_argument_test: Skip # Test exits and so can't generate snapshot. 233 io/stdout_bad_argument_test: Skip # Test exits and so can't generate snapshot.
237 234
238 [ $runtime == dart_precompiled || $runtime == dart_product ] 235 [ $runtime == dart_precompiled || $runtime == dart_product ]
239 debugger/*: Skip 236 debugger/*: Skip
240 noopt_test: Skip
241 precompilation_test: Skip # Platform.executable 237 precompilation_test: Skip # Platform.executable
242 precompilation_dart2js_test: Skip # Platform.executable 238 precompilation_dart2js_test: Skip # Platform.executable
243 full_coverage_test: Skip # Platform.executable 239 full_coverage_test: Skip # Platform.executable
244 http_launch_test: Skip # Platform.executable 240 http_launch_test: Skip # Platform.executable
245 io/addlatexhash_test: Skip # Platform.executable 241 io/addlatexhash_test: Skip # Platform.executable
246 io/file_read_special_device_test: Skip # Platform.executable 242 io/file_read_special_device_test: Skip # Platform.executable
247 io/file_stream_test: Skip # Platform.executable 243 io/file_stream_test: Skip # Platform.executable
248 io/file_test: Skip # Platform.executable 244 io/file_test: Skip # Platform.executable
249 io/http_cross_process_test: Skip # Platform.executable 245 io/http_cross_process_test: Skip # Platform.executable
250 io/https_unauthorized_test: Skip # Platform.executable 246 io/https_unauthorized_test: Skip # Platform.executable
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 # Following tests are skipped on dart_product as package mapping is not supporte d. 290 # Following tests are skipped on dart_product as package mapping is not supporte d.
295 [ $runtime == dart_product ] 291 [ $runtime == dart_product ]
296 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Skip 292 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Skip
297 package/scenarios/packages_file_strange_formatting/empty_lines_test: Skip 293 package/scenarios/packages_file_strange_formatting/empty_lines_test: Skip
298 package/scenarios/invalid/invalid_utf8_test: Skip 294 package/scenarios/invalid/invalid_utf8_test: Skip
299 package/scenarios/invalid/same_package_twice_test: Skip 295 package/scenarios/invalid/same_package_twice_test: Skip
300 package/scenarios/invalid/non_existent_packages_file_test: Skip 296 package/scenarios/invalid/non_existent_packages_file_test: Skip
301 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip 297 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip
302 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip 298 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip
303 package/scenarios/packages_option_only/packages_option_only_test: Skip 299 package/scenarios/packages_option_only/packages_option_only_test: Skip
OLDNEW
« no previous file with comments | « tests/standalone/noopt_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698