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

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

Issue 1191193005: Implement simple switch statements as nested if/else. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Update status files, and merge. Created 5 years, 6 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 | « tests/corelib/corelib.status ('k') | tests/isolate/isolate.status » ('j') | 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 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189 31 (Disabled for Chrome 35 roll) 10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189 31 (Disabled for Chrome 35 roll)
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 indexeddb_1_test: Crash # (try {body();}catch ... try/finally 488 indexeddb_1_test: Crash # (try {body();}catch ... try/finally
489 indexeddb_2_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);} ): try/finally 489 indexeddb_2_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);} ): try/finally
490 indexeddb_3_test: Crash # Invalid argument(s) 490 indexeddb_3_test: Crash # Invalid argument(s)
491 indexeddb_4_test: Crash # Invalid argument(s) 491 indexeddb_4_test: Crash # Invalid argument(s)
492 indexeddb_5_test: Crash # Invalid argument(s) 492 indexeddb_5_test: Crash # Invalid argument(s)
493 input_element_test: Crash # (try {body();}catch ... try/finally 493 input_element_test: Crash # (try {body();}catch ... try/finally
494 instance_of_test: Crash # Invalid argument(s) 494 instance_of_test: Crash # Invalid argument(s)
495 isolates_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 495 isolates_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
496 js_interop_1_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old); }): try/finally 496 js_interop_1_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old); }): try/finally
497 js_test: Crash # (try {body();}catch ... try/finally 497 js_test: Crash # (try {body();}catch ... try/finally
498 keyboard_event_test: Crash # (switch (keyCode){ca... Unhandled node 498 keyboard_event_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old );}): try/finally
499 localstorage_test: Crash # Invalid argument(s) 499 localstorage_test: Crash # Invalid argument(s)
500 location_test: Crash # Invalid argument(s) 500 location_test: Crash # Invalid argument(s)
501 media_stream_test: Crash # (try {body();}catch ... try/finally 501 media_stream_test: Crash # (try {body();}catch ... try/finally
502 mediasource_test: Crash # (try {body();}catch ... try/finally 502 mediasource_test: Crash # (try {body();}catch ... try/finally
503 messageevent_test: Crash # Invalid argument(s) 503 messageevent_test: Crash # Invalid argument(s)
504 mouse_event_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);} ): try/finally 504 mouse_event_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);} ): try/finally
505 mutationobserver_test: Crash # (try {body();}catch ... try/finally 505 mutationobserver_test: Crash # (try {body();}catch ... try/finally
506 native_gc_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 506 native_gc_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally
507 navigator_test: Crash # Invalid argument(s) 507 navigator_test: Crash # Invalid argument(s)
508 node_test: Crash # (try {body();}catch ... try/finally 508 node_test: Crash # (try {body();}catch ... try/finally
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 wheelevent_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}) : try/finally 552 wheelevent_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}) : try/finally
553 window_eq_test: Crash # Invalid argument(s) 553 window_eq_test: Crash # Invalid argument(s)
554 window_mangling_test: Crash # Invalid argument(s) 554 window_mangling_test: Crash # Invalid argument(s)
555 window_nosuchmethod_test: Crash # Invalid argument(s) 555 window_nosuchmethod_test: Crash # Invalid argument(s)
556 window_test: Crash # Invalid argument(s) 556 window_test: Crash # Invalid argument(s)
557 worker_api_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}) : try/finally 557 worker_api_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}) : try/finally
558 worker_test: Crash # (try {body();}catch ... try/finally 558 worker_test: Crash # (try {body();}catch ... try/finally
559 xhr_cross_origin_test: Crash # (try {body();}catch ... try/finally 559 xhr_cross_origin_test: Crash # (try {body();}catch ... try/finally
560 xhr_test: Crash # (try {body();}catch ... try/finally 560 xhr_test: Crash # (try {body();}catch ... try/finally
561 xsltprocessor_test: Crash # (try {body();}catch ... try/finally 561 xsltprocessor_test: Crash # (try {body();}catch ... try/finally
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698