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

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

Issue 2913963002: Add negation to single-identifier tests in status files. (Closed)
Patch Set: Address comments Created 3 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
« no previous file with comments | « tests/html/html.status ('k') | tests/language/language.status » ('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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [$runtime == vm && $compiler == none && $system == fuchsia] 5 [$runtime == vm && $compiler == none && $system == fuchsia]
6 *: Skip # Not yet triaged. 6 *: Skip # Not yet triaged.
7 7
8 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ] 8 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ]
9 browser/*: SkipByDesign # Browser specific tests 9 browser/*: SkipByDesign # Browser specific tests
10 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests. 10 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests.
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 nested_spawn_test: Fail # mirrors not supported 80 nested_spawn_test: Fail # mirrors not supported
81 raw_port_test: Fail # mirrors not supported 81 raw_port_test: Fail # mirrors not supported
82 remote_unittest_helper: Fail # mirrors not supported 82 remote_unittest_helper: Fail # mirrors not supported
83 request_reply_test: Fail # mirrors not supported 83 request_reply_test: Fail # mirrors not supported
84 spawn_function_custom_class_test: Fail # mirrors not supported 84 spawn_function_custom_class_test: Fail # mirrors not supported
85 spawn_function_test: Fail # mirrors not supported 85 spawn_function_test: Fail # mirrors not supported
86 stacktrace_message_test: Fail # mirrors not supported 86 stacktrace_message_test: Fail # mirrors not supported
87 static_function_test: Fail # mirrors not supported 87 static_function_test: Fail # mirrors not supported
88 unresolved_ports_test: Fail # mirrors not supported 88 unresolved_ports_test: Fail # mirrors not supported
89 89
90 [ $compiler == dart2js && $fast_startup && $browser == false ] 90 [ $compiler == dart2js && $fast_startup && ! $browser ]
91 isolate_current_test: Fail # please triage 91 isolate_current_test: Fail # please triage
92 92
93 [ $csp ] 93 [ $csp ]
94 deferred_in_isolate2_test: Skip # Issue 16898. Deferred loading does not work fr om an isolate in CSP-mode 94 deferred_in_isolate2_test: Skip # Issue 16898. Deferred loading does not work fr om an isolate in CSP-mode
95 browser/package_resolve_browser_hook_test: SkipByDesign # Test written in a way that violates CSP. 95 browser/package_resolve_browser_hook_test: SkipByDesign # Test written in a way that violates CSP.
96 96
97 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 97 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
98 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. 98 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage.
99 99
100 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. 100 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage.
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 [ $runtime == flutter ] 262 [ $runtime == flutter ]
263 issue_21398_parent_isolate2_test/01: Skip # Flutter Issue 9114 263 issue_21398_parent_isolate2_test/01: Skip # Flutter Issue 9114
264 simple_message_test/01: Skip # Flutter Issue 9114 264 simple_message_test/01: Skip # Flutter Issue 9114
265 isolate_import_test/01: Skip # Flutter Issue 9114 265 isolate_import_test/01: Skip # Flutter Issue 9114
266 266
267 # Deferred loading kernel issue 28335. 267 # Deferred loading kernel issue 28335.
268 [ ($compiler == dartk || $compiler == dartkp) ] 268 [ ($compiler == dartk || $compiler == dartkp) ]
269 deferred_in_isolate2_test: Skip # Deferred loading kernel issue 28335. 269 deferred_in_isolate2_test: Skip # Deferred loading kernel issue 28335.
270 deferred_in_isolate_test: Skip # Deferred loading kernel issue 28335. 270 deferred_in_isolate_test: Skip # Deferred loading kernel issue 28335.
271 issue_21398_parent_isolate2_test/none: CompileTimeError # Deferred loading kerne l issue 28335. 271 issue_21398_parent_isolate2_test/none: CompileTimeError # Deferred loading kerne l issue 28335.
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698