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

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

Issue 1682873004: "fix" standalone/io/sleep_test.dart on Windows (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 | « 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 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 package/scenarios/invalid/non_existent_packages_file_test: Crash, OK # Analyzer exits on invalid package config 210 package/scenarios/invalid/non_existent_packages_file_test: Crash, OK # Analyzer exits on invalid package config
211 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval id package config 211 package/scenarios/invalid/invalid_utf8_test: Crash, OK # Analyzer exits on inval id package config
212 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits on invalid package config 212 package/scenarios/invalid/invalid_package_name_test: Crash, OK # Analyzer exits on invalid package config
213 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on invalid package config 213 package/scenarios/invalid/same_package_twice_test: Crash, OK # Analyzer exits on invalid package config
214 214
215 [ $system == windows ] 215 [ $system == windows ]
216 io/skipping_dart2js_compilations_test: Fail # Issue 19551. 216 io/skipping_dart2js_compilations_test: Fail # Issue 19551.
217 verbose_gc_to_bmu_test: Skip 217 verbose_gc_to_bmu_test: Skip
218 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 218 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641
219 io/process_sync_test: Pass, Timeout # Issue 24596 219 io/process_sync_test: Pass, Timeout # Issue 24596
220 io/sleep_test: Pass, Fail # Issue 25757
220 221
221 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo de == debug ] 222 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo de == debug ]
222 verified_mem_test: Skip # Not yet implemented. 223 verified_mem_test: Skip # Not yet implemented.
223 224
224 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder _tag == asan ] 225 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder _tag == asan ]
225 full_coverage_test: Skip # Timeout. 226 full_coverage_test: Skip # Timeout.
226 io/file_lock_test: Skip # Timeout. 227 io/file_lock_test: Skip # Timeout.
227 io/test_runner_test: Skip # Timeout. 228 io/test_runner_test: Skip # Timeout.
228 io/http_client_stays_alive_test: Skip # Timeout. 229 io/http_client_stays_alive_test: Skip # Timeout.
229 230
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 296
296 # Overriding these flags are not supported in product mode. 297 # Overriding these flags are not supported in product mode.
297 [ $mode == product ] 298 [ $mode == product ]
298 no_profiler_test: SkipByDesign 299 no_profiler_test: SkipByDesign
299 no_support_coverage_test: SkipByDesign 300 no_support_coverage_test: SkipByDesign
300 no_support_debugger_test: SkipByDesign 301 no_support_debugger_test: SkipByDesign
301 no_support_disassembler_test: SkipByDesign 302 no_support_disassembler_test: SkipByDesign
302 no_support_il_printer_test: SkipByDesign 303 no_support_il_printer_test: SkipByDesign
303 no_support_service_test: SkipByDesign 304 no_support_service_test: SkipByDesign
304 no_support_timeline_test: SkipByDesign 305 no_support_timeline_test: SkipByDesign
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