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

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

Issue 2140673004: Generalize the first argument in an assert to be an expression (issue 26865) (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 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
« no previous file with comments | « pkg/analyzer/test/generated/parser_test.dart ('k') | tests/language/language_analyzer2.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 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_test: Skip 7 bool_from_environment_test: Skip
8 from_environment_const_type_test: Skip 8 from_environment_const_type_test: Skip
9 from_environment_const_type_undefined_test: Skip 9 from_environment_const_type_undefined_test: Skip
10 int_from_environment2_test: Skip 10 int_from_environment2_test: Skip
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 [ $compiler == dart2analyzer && $checked ] 132 [ $compiler == dart2analyzer && $checked ]
133 from_environment_const_type_undefined_test/09: CompileTimeError 133 from_environment_const_type_undefined_test/09: CompileTimeError
134 from_environment_const_type_undefined_test/11: CompileTimeError 134 from_environment_const_type_undefined_test/11: CompileTimeError
135 from_environment_const_type_undefined_test/12: CompileTimeError 135 from_environment_const_type_undefined_test/12: CompileTimeError
136 from_environment_const_type_undefined_test/13: CompileTimeError 136 from_environment_const_type_undefined_test/13: CompileTimeError
137 from_environment_const_type_undefined_test/14: CompileTimeError 137 from_environment_const_type_undefined_test/14: CompileTimeError
138 from_environment_const_type_undefined_test/16: CompileTimeError 138 from_environment_const_type_undefined_test/16: CompileTimeError
139 139
140 [ $compiler == dart2analyzer ] 140 [ $compiler == dart2analyzer ]
141 int_parse_radix_bad_handler_test: fail 141 int_parse_radix_bad_handler_test: fail
142 list_insert_test: fail
143 list_removeat_test: fail
144 hash_set_type_check_test: StaticWarning, OK # Tests failing type tests. 142 hash_set_type_check_test: StaticWarning, OK # Tests failing type tests.
145 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. 143 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose.
146 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 144 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
147 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 145 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
148 string_test: StaticWarning, OK # Test generates error on purpose. 146 string_test: StaticWarning, OK # Test generates error on purpose.
149 duration2_test: StaticWarning, OK # Test generates error on purpose. 147 duration2_test: StaticWarning, OK # Test generates error on purpose.
150 148
151 [ $system == windows && $arch == x64 ] 149 [ $system == windows && $arch == x64 ]
152 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 150 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
153 151
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 int_parse_radix_test: Pass, Timeout # --no_intrinsify 197 int_parse_radix_test: Pass, Timeout # --no_intrinsify
200 198
201 [ $compiler == precompiler || $runtime == dart_app ] 199 [ $compiler == precompiler || $runtime == dart_app ]
202 data_resource_test: Skip # Resolve URI not supported yet in product mode. 200 data_resource_test: Skip # Resolve URI not supported yet in product mode.
203 package_resource_test: Skip # Resolve URI not supported yet in product mode. 201 package_resource_test: Skip # Resolve URI not supported yet in product mode.
204 file_resource_test: Skip # Resolve URI not supported yet in product mode. 202 file_resource_test: Skip # Resolve URI not supported yet in product mode.
205 http_resource_test: Skip # Resolve URI not supported yet in product mode. 203 http_resource_test: Skip # Resolve URI not supported yet in product mode.
206 204
207 [ $arch == simdbc || $arch == simdbc64 ] 205 [ $arch == simdbc || $arch == simdbc64 ]
208 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 206 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
OLDNEW
« no previous file with comments | « pkg/analyzer/test/generated/parser_test.dart ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698