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

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

Issue 3009623002: fix list_test for strong mode, and fix DDC List constructors (Closed)
Patch Set: update status, one additional fix Created 3 years, 3 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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 # Skip entire suite if not running in strong mode. 5 # Skip entire suite if not running in strong mode.
6 [ ! $strong ] 6 [ ! $strong ]
7 *: SkipByDesign 7 *: SkipByDesign
8 8
9 # Skip tests that are not yet strong-mode clean. 9 # Skip tests that are not yet strong-mode clean.
10 [ $strong ] 10 [ $strong ]
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 mirrors/invoke_natives_malicious_test: RuntimeError # Issue 29922 264 mirrors/invoke_natives_malicious_test: RuntimeError # Issue 29922
265 mirrors/invoke_private_test: RuntimeError # Issue 29922 265 mirrors/invoke_private_test: RuntimeError # Issue 29922
266 mirrors/invoke_private_wrong_library_test: RuntimeError # Issue 29922 266 mirrors/invoke_private_wrong_library_test: RuntimeError # Issue 29922
267 mirrors/invoke_test: RuntimeError # Issue 29922 267 mirrors/invoke_test: RuntimeError # Issue 29922
268 mirrors/invoke_throws_test: RuntimeError # Issue 29922 268 mirrors/invoke_throws_test: RuntimeError # Issue 29922
269 mirrors/libraries_test: RuntimeError # Issue 29922 269 mirrors/libraries_test: RuntimeError # Issue 29922
270 mirrors/library_enumeration_deferred_loading_test: RuntimeError # Issue 29922 270 mirrors/library_enumeration_deferred_loading_test: RuntimeError # Issue 29922
271 mirrors/library_metadata_test: RuntimeError # Issue 29922 271 mirrors/library_metadata_test: RuntimeError # Issue 29922
272 mirrors/library_uri_io_test: RuntimeError # Issue 29922 272 mirrors/library_uri_io_test: RuntimeError # Issue 29922
273 mirrors/library_uri_package_test: RuntimeError # Issue 29922 273 mirrors/library_uri_package_test: RuntimeError # Issue 29922
274 mirrors/list_constructor_test/01: RuntimeError # Issue 29922
275 mirrors/list_constructor_test/none: RuntimeError # Issue 29922
276 mirrors/local_function_is_static_test: RuntimeError # Issue 29922 274 mirrors/local_function_is_static_test: RuntimeError # Issue 29922
277 mirrors/local_isolate_test: RuntimeError # Issue 29922 275 mirrors/local_isolate_test: RuntimeError # Issue 29922
278 mirrors/metadata_constructed_constant_test: RuntimeError # Issue 29922 276 mirrors/metadata_constructed_constant_test: RuntimeError # Issue 29922
279 mirrors/metadata_test: RuntimeError # Issue 29922 277 mirrors/metadata_test: RuntimeError # Issue 29922
280 mirrors/method_mirror_location_test: RuntimeError # Issue 29922 278 mirrors/method_mirror_location_test: RuntimeError # Issue 29922
281 mirrors/method_mirror_returntype_test: RuntimeError # Issue 29922 279 mirrors/method_mirror_returntype_test: RuntimeError # Issue 29922
282 mirrors/method_mirror_source_line_ending_test: RuntimeError # Issue 29922 280 mirrors/method_mirror_source_line_ending_test: RuntimeError # Issue 29922
283 mirrors/method_mirror_source_test: RuntimeError # Issue 29922 281 mirrors/method_mirror_source_test: RuntimeError # Issue 29922
284 mirrors/mirrors_reader_test: RuntimeError # Issue 29922 282 mirrors/mirrors_reader_test: RuntimeError # Issue 29922
285 mirrors/mirrors_used_typedef_declaration_test/01: RuntimeError # Issue 29922 283 mirrors/mirrors_used_typedef_declaration_test/01: RuntimeError # Issue 29922
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 html/touchevent_test: RuntimeError # Issue 29922 344 html/touchevent_test: RuntimeError # Issue 29922
347 345
348 [ $compiler == dartdevc && $runtime == drt ] 346 [ $compiler == dartdevc && $runtime == drt ]
349 html/svg_test: RuntimeError # Issue 29922 347 html/svg_test: RuntimeError # Issue 29922
350 math/math_test: RuntimeError # Issue 29922 348 math/math_test: RuntimeError # Issue 29922
351 math/math2_test: RuntimeError # Issue 29922 349 math/math2_test: RuntimeError # Issue 29922
352 350
353 [ $compiler == dartdevc && $system == windows ] 351 [ $compiler == dartdevc && $system == windows ]
354 convert/json_pretty_test: RuntimeError # Issue 30336 352 convert/json_pretty_test: RuntimeError # Issue 30336
355 html/xhr_test/xhr: Skip # Times out. Issue 21527 353 html/xhr_test/xhr: Skip # Times out. Issue 21527
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698