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

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

Issue 75393002: unittest: A unittest with 0 test cases should PASS, fixed incorrect unittest-suite-* messages Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « pkg/unittest/lib/html_enhanced_config.dart ('k') | no next file » | 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 async_window_test: Skip #TODO(gram): investigating 5 async_window_test: Skip #TODO(gram): investigating
6 event_test: Skip # Issue 1996 6 event_test: Skip # Issue 1996
7 interactive_test: Skip # Must be run manually. 7 interactive_test: Skip # Must be run manually.
8 dromaeo_smoke_test: Skip # Issue 14521, 8257 8 dromaeo_smoke_test: Skip # Issue 14521, 8257
9 9
10 [ $compiler == dart2js && $csp ] 10 [ $compiler == dart2js && $csp ]
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 events_test: StaticWarning 408 events_test: StaticWarning
409 htmlelement_test: StaticWarning 409 htmlelement_test: StaticWarning
410 localstorage_test: StaticWarning 410 localstorage_test: StaticWarning
411 mutationobserver_test: StaticWarning 411 mutationobserver_test: StaticWarning
412 track_element_constructor_test: StaticWarning 412 track_element_constructor_test: StaticWarning
413 transferables_test: StaticWarning 413 transferables_test: StaticWarning
414 typed_arrays_range_checks_test: StaticWarning 414 typed_arrays_range_checks_test: StaticWarning
415 typing_test: StaticWarning 415 typing_test: StaticWarning
416 webgl_1_test: StaticWarning 416 webgl_1_test: StaticWarning
417 window_nosuchmethod_test: StaticWarning 417 window_nosuchmethod_test: StaticWarning
418
419
420 # TODO(blois/efortuna): Add dummy tests so we no longer enqueue 0 tests (which
421 # is a failure)
422 [ $compiler == dart2js && $runtime == ff ]
423 custom/document_register_type_extensions_test/*: Pass, RuntimeError
Emily Fortuna 2013/11/21 19:07:04 does * work here? I wasn't aware of that.
kustermann 2013/11/21 22:17:24 Yes it does work. It's necessary in this case, bec
424 custom_elements_test/preregister: RuntimeError
425 element_types_test/ul: RuntimeError
426 fileapi_test/directoryReader: RuntimeError
427 fileapi_test/entry: RuntimeError
428 fileapi_test/fileEntry: RuntimeError
429 fileapi_test/getDirectory: RuntimeError
430 fileapi_test/getFile: RuntimeError
431 indexeddb_1_test/dynamic: RuntimeError
432 indexeddb_1_test/typed: RuntimeError
433 svgelement_test/supported: RuntimeError
434 svg_test/svgBehavioral: RuntimeError
435
436 # TODO(blois/efortuna): Add dummy tests so we no longer enqueue 0 tests (which
437 # is a failure)
438 [ $compiler == dart2js && $runtime == chrome ]
439 custom/document_register_type_extensions_test/*: Pass, RuntimeError
440 custom_elements_test/preregister: RuntimeError
441 element_types_test/ul: RuntimeError
442 indexeddb_1_test/dynamic: RuntimeError
443 indexeddb_1_test/typed: RuntimeError
444 svgelement_test/supported: RuntimeError
445 svg_test/svgBehavioral: RuntimeError
446
447 # TODO(blois/efortuna): Add dummy tests so we no longer enqueue 0 tests (which
448 # is a failure)
449 [ $compiler == dart2js && $runtime == drt ]
450 custom/document_register_type_extensions_test/*: Pass, RuntimeError
451 custom_elements_test/preregister: RuntimeError
452 element_types_test/ul: RuntimeError
453 indexeddb_1_test/dynamic: RuntimeError
454 indexeddb_1_test/typed: RuntimeError
455 svgelement_test/supported: RuntimeError
456 svg_test/svgBehavioral: RuntimeError
457
OLDNEW
« no previous file with comments | « pkg/unittest/lib/html_enhanced_config.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698