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

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

Issue 1760043002: Skip mirror tests more generally for $mode == product instead of $runtime == dart_product. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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/isolate/isolate.status ('k') | tests/lib/lib.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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ] 8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ]
9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating
10 10
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 [ $noopt || $compiler == precompiler ] 117 [ $noopt || $compiler == precompiler ]
118 # Stacktraces in precompilation omit inlined frames. 118 # Stacktraces in precompilation omit inlined frames.
119 full_stacktrace1_test: Pass, RuntimeError 119 full_stacktrace1_test: Pass, RuntimeError
120 full_stacktrace2_test: Pass, RuntimeError 120 full_stacktrace2_test: Pass, RuntimeError
121 full_stacktrace3_test: Pass, RuntimeError 121 full_stacktrace3_test: Pass, RuntimeError
122 stack_trace_test: Pass, RuntimeError 122 stack_trace_test: Pass, RuntimeError
123 stacktrace_rethrow_error_test: Pass, RuntimeError 123 stacktrace_rethrow_error_test: Pass, RuntimeError
124 stacktrace_rethrow_nonerror_test: Pass, RuntimeError 124 stacktrace_rethrow_nonerror_test: Pass, RuntimeError
125 stacktrace_test: Pass, RuntimeError 125 stacktrace_test: Pass, RuntimeError
126 126
127 [ $noopt || $compiler == precompiler || $runtime == dart_product ] 127 [ $noopt || $compiler == precompiler || $mode == product ]
128 # Imports dart:mirrors 128 # Imports dart:mirrors
129 const_evaluation_test: SkipByDesign 129 const_evaluation_test: SkipByDesign
130 deferred_constraints_constants_test: SkipByDesign 130 deferred_constraints_constants_test: SkipByDesign
131 enum_mirror_test: SkipByDesign 131 enum_mirror_test: SkipByDesign
132 field_increment_bailout_test: SkipByDesign 132 field_increment_bailout_test: SkipByDesign
133 instance_creation_in_function_annotation_test: SkipByDesign 133 instance_creation_in_function_annotation_test: SkipByDesign
134 invocation_mirror2_test: SkipByDesign 134 invocation_mirror2_test: SkipByDesign
135 invocation_mirror_invoke_on2_test: SkipByDesign 135 invocation_mirror_invoke_on2_test: SkipByDesign
136 invocation_mirror_invoke_on_test: SkipByDesign 136 invocation_mirror_invoke_on_test: SkipByDesign
137 issue21079_test: SkipByDesign 137 issue21079_test: SkipByDesign
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 library_env_test/has_html_support: RuntimeError, OK 186 library_env_test/has_html_support: RuntimeError, OK
187 library_env_test/has_no_io_support: RuntimeError, OK 187 library_env_test/has_no_io_support: RuntimeError, OK
188 188
189 [ $compiler == none && $noopt == false && $mode != product ] 189 [ $compiler == none && $noopt == false && $mode != product ]
190 # The following tests are supposed to fail. 190 # The following tests are supposed to fail.
191 library_env_test/has_no_mirror_support: RuntimeError, OK 191 library_env_test/has_no_mirror_support: RuntimeError, OK
192 192
193 [ $noopt || $compiler == precompiler || $mode == product ] 193 [ $noopt || $compiler == precompiler || $mode == product ]
194 # The following tests are supposed to fail. 194 # The following tests are supposed to fail.
195 library_env_test/has_mirror_support: RuntimeError, OK 195 library_env_test/has_mirror_support: RuntimeError, OK
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698