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

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

Issue 2996463002: Make minification Entity-friendly. (Closed)
Patch Set: . Created 3 years, 4 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
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 [ $strong ] 5 [ $strong ]
6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts. 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts.
7 7
8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
9 string_case_test/01: Fail # Bug 18061 9 string_case_test/01: Fail # Bug 18061
10 10
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 71
72 [ $compiler == precompiler ] 72 [ $compiler == precompiler ]
73 int_parse_radix_test: Pass, Timeout # --no_intrinsify 73 int_parse_radix_test: Pass, Timeout # --no_intrinsify
74 74
75 [ $compiler == precompiler || $compiler == app_jit ] 75 [ $compiler == precompiler || $compiler == app_jit ]
76 file_resource_test: Skip # Resolve URI not supported yet in product mode. 76 file_resource_test: Skip # Resolve URI not supported yet in product mode.
77 http_resource_test: Skip # Resolve URI not supported yet in product mode. 77 http_resource_test: Skip # Resolve URI not supported yet in product mode.
78 78
79 [ $compiler == dart2js && $dart2js_with_kernel ] 79 [ $compiler == dart2js && $dart2js_with_kernel ]
80 error_stack_trace1_test: Pass # Issue 27394 80 error_stack_trace1_test: Pass # Issue 27394
81 integer_to_string_test/01: RuntimeError
81 82
82 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && $dart2 js_with_kernel ] 83 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && $dart2 js_with_kernel ]
83 regress/4562_test/01: Crash # Issue 27394 84 regress/4562_test/01: Crash # Issue 27394
84 85
85 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ] 86 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
86 string_case_test/01: RuntimeError 87 string_case_test/01: RuntimeError
87 string_from_environment3_test/01: MissingCompileTimeError 88 string_from_environment3_test/01: MissingCompileTimeError
88 string_from_environment3_test/02: MissingCompileTimeError 89 string_from_environment3_test/02: MissingCompileTimeError
89 string_from_environment3_test/03: MissingCompileTimeError 90 string_from_environment3_test/03: MissingCompileTimeError
90 string_from_environment3_test/04: MissingCompileTimeError 91 string_from_environment3_test/04: MissingCompileTimeError
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 expando_test: Crash 124 expando_test: Crash
124 for_in_test: Crash 125 for_in_test: Crash
125 growable_list_test: Crash 126 growable_list_test: Crash
126 has_next_iterator_test: Crash 127 has_next_iterator_test: Crash
127 hash_map2_test: Crash 128 hash_map2_test: Crash
128 int_parse_radix_bad_handler_test: Crash 129 int_parse_radix_bad_handler_test: Crash
129 int_parse_radix_test/01: Crash 130 int_parse_radix_test/01: Crash
130 int_parse_radix_test/02: Crash 131 int_parse_radix_test/02: Crash
131 int_parse_radix_test/none: Crash 132 int_parse_radix_test/none: Crash
132 integer_to_radix_string_test: Crash 133 integer_to_radix_string_test: Crash
133 integer_to_string_test/01: Crash
134 integer_to_string_test/none: Crash
135 is_operator_basic_types_test: Crash 134 is_operator_basic_types_test: Crash
136 iterable_contains2_test: Crash 135 iterable_contains2_test: Crash
137 iterable_contains_test: Crash 136 iterable_contains_test: Crash
138 iterable_element_at_test: Crash 137 iterable_element_at_test: Crash
139 iterable_empty_test: Crash 138 iterable_empty_test: Crash
140 iterable_expand_test: Crash 139 iterable_expand_test: Crash
141 iterable_first_test: Crash 140 iterable_first_test: Crash
142 iterable_first_where_test: Crash 141 iterable_first_where_test: Crash
143 iterable_fold_test: Crash 142 iterable_fold_test: Crash
144 iterable_generate_test/01: Crash 143 iterable_generate_test/01: Crash
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 238
240 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 239 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
241 double_round3_test: Crash 240 double_round3_test: Crash
242 double_round4_test: Crash 241 double_round4_test: Crash
243 double_round_test: Crash 242 double_round_test: Crash
244 double_round_to_double2_test: Crash 243 double_round_to_double2_test: Crash
245 double_round_to_double3_test: Crash 244 double_round_to_double3_test: Crash
246 double_round_to_double_test: Crash 245 double_round_to_double_test: Crash
247 double_truncate_test: Crash 246 double_truncate_test: Crash
248 double_truncate_to_double_test: Crash 247 double_truncate_to_double_test: Crash
249 errors_test: Crash
250 int_round_test: Crash
251 int_round_to_double_test: Crash
252 int_to_int_test: Crash
253 int_truncate_test: Crash
254 int_truncate_to_double_test: Crash
255 list_filled_type_argument_test: Crash
256 list_index_of2_test: Crash 248 list_index_of2_test: Crash
257 list_index_of_test: Crash
258 reg_exp1_test: Crash 249 reg_exp1_test: Crash
259 reg_exp_first_match_test: Crash 250 reg_exp_first_match_test: Crash
260 reg_exp_group_test: Crash 251 reg_exp_group_test: Crash
261 reg_exp_groups_test: Crash 252 reg_exp_groups_test: Crash
262 reg_exp_has_match_test: Crash 253 reg_exp_has_match_test: Crash
263 reg_exp_pattern_test: Crash 254 reg_exp_pattern_test: Crash
264 reg_exp_string_match_test: Crash 255 reg_exp_string_match_test: Crash
265 regexp/UC16_test: Crash 256 regexp/UC16_test: Crash
266 regexp/alternative-length-miscalculation_test: Crash 257 regexp/alternative-length-miscalculation_test: Crash
267 regexp/alternatives_test: Crash 258 regexp/alternatives_test: Crash
268 regexp/assertion_test: Crash 259 regexp/assertion_test: Crash
269 regexp/backreferences_test: Crash 260 regexp/backreferences_test: Crash
270 regexp/bol_test: Crash 261 regexp/bol_test: Crash
271 regexp/captures_test: Crash 262 regexp/captures_test: Crash
272 regexp/look-ahead_test: Crash 263 regexp/look-ahead_test: Crash
273 regexp/malformed-escapes_test: Crash 264 regexp/malformed-escapes_test: Crash
274 regexp/many-brackets_test: Crash 265 regexp/many-brackets_test: Crash
275 regexp/non-bmp_test: Crash 266 regexp/non-bmp_test: Crash
276 regexp/non-capturing-backtracking_test: Crash 267 regexp/non-capturing-backtracking_test: Crash
277 regexp/non-character_test: Crash 268 regexp/non-character_test: Crash
278 regexp/non-greedy-parentheses_test: Crash 269 regexp/non-greedy-parentheses_test: Crash
279 regexp/norepeat_test: Crash 270 regexp/norepeat_test: Crash
280 regexp/overflow_test: Crash 271 regexp/overflow_test: Crash
281 regexp/stack-overflow2_test: Crash 272 regexp/stack-overflow2_test: Crash
282 regexp/stack-overflow_test: Crash 273 regexp/stack-overflow_test: Crash
283 regress_11099_test: Crash 274 regress_11099_test: Crash
284 regress_r21715_test: Crash 275 regress_r21715_test: Crash
285 safe_to_string_test: Crash 276 safe_to_string_test: Crash
286 sort_test: Crash 277 sort_test: Crash
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_native/dart2js_native.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698