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

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

Issue 1383933002: Don't run wrapping_collections_test on dart2js (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | 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 interactive_test: Skip # Must be run manually. 5 interactive_test: Skip # Must be run manually.
6 dromaeo_smoke_test: Skip # Issue 14521, 8257 6 dromaeo_smoke_test: Skip # Issue 14521, 8257
7 cross_frame_test: Skip # Test reloads itself. Issue 18558 7 cross_frame_test: Skip # Test reloads itself. Issue 18558
8 8
9 js_array_test: Skip # Issue 23676, 23677 9 js_array_test: Skip # Issue 23676, 23677
10 js_typed_interop_test: Skip # Issue 23676, 23677 10 js_typed_interop_test: Skip # Issue 23676, 23677
(...skipping 20 matching lines...) Expand all
31 indexeddb_1_test/functional: Skip # Issue 19512 (timing out) 31 indexeddb_1_test/functional: Skip # Issue 19512 (timing out)
32 indexeddb_4_test: Skip # Issue 19726 32 indexeddb_4_test: Skip # Issue 19726
33 worker_api_test: Fail # Issue 10223 33 worker_api_test: Fail # Issue 10223
34 resource_http_test: Fail # Issue 24203 34 resource_http_test: Fail # Issue 24203
35 35
36 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] 36 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
37 datalistelement_test: Skip # Issue 20540 37 datalistelement_test: Skip # Issue 20540
38 38
39 [ $compiler == dart2js ] 39 [ $compiler == dart2js ]
40 input_element_test/attributes: Fail # Issue 21555 40 input_element_test/attributes: Fail # Issue 21555
41 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant to Dartium
41 42
42 [ $compiler == dart2js && $csp && $browser ] 43 [ $compiler == dart2js && $csp && $browser ]
43 custom/js_custom_test: Fail # Issue 14643 44 custom/js_custom_test: Fail # Issue 14643
44 custom/element_upgrade_test: Fail # Issue 17298 45 custom/element_upgrade_test: Fail # Issue 17298
45 46
46 [ $compiler == dart2js && $browser ] 47 [ $compiler == dart2js && $browser ]
47 custom/created_callback_test: Fail # Support for created constructor. Issue 1483 5 48 custom/created_callback_test: Fail # Support for created constructor. Issue 1483 5
48 fontface_loaded_test: Fail # Support for promises. 49 fontface_loaded_test: Fail # Support for promises.
49 storage_quota_test: Fail # Support for promises. API also not yet available anyw here. 50 storage_quota_test: Fail # Support for promises. API also not yet available anyw here.
50 51
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 queryall_test: fail 419 queryall_test: fail
419 track_element_constructor_test: StaticWarning 420 track_element_constructor_test: StaticWarning
420 transferables_test: StaticWarning 421 transferables_test: StaticWarning
421 typed_arrays_range_checks_test: StaticWarning 422 typed_arrays_range_checks_test: StaticWarning
422 typing_test: StaticWarning 423 typing_test: StaticWarning
423 webgl_1_test: StaticWarning 424 webgl_1_test: StaticWarning
424 window_nosuchmethod_test: StaticWarning 425 window_nosuchmethod_test: StaticWarning
425 426
426 [ $compiler == dart2js && $cps_ir ] 427 [ $compiler == dart2js && $cps_ir ]
427 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);}) : await for 428 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);}) : await for
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698