Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 | |
| OLD | NEW |