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

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

Issue 1195573003: dart2js cps: Refactor and optimize string concatenations. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Revert doc comment change 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/compiler/dart2js_extra/dart2js_extra.status ('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 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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 storage_test: Crash # Invalid argument(s) 527 storage_test: Crash # Invalid argument(s)
528 streams_test: Crash # Invalid argument(s) 528 streams_test: Crash # Invalid argument(s)
529 svg_test: Crash # (try {body();}catch ... try/finally 529 svg_test: Crash # (try {body();}catch ... try/finally
530 svgelement_test: Crash # (try {body();}catch ... try/finally 530 svgelement_test: Crash # (try {body();}catch ... try/finally
531 table_test: Crash # Invalid argument(s) 531 table_test: Crash # Invalid argument(s)
532 text_event_test: Crash # Invalid argument(s) 532 text_event_test: Crash # Invalid argument(s)
533 touchevent_test: Crash # (try {body();}catch ... try/finally 533 touchevent_test: Crash # (try {body();}catch ... try/finally
534 track_element_constructor_test: Crash # (try {return f(arg1,arg2);}finally {Zone ._leave(old);}): try/finally 534 track_element_constructor_test: Crash # (try {return f(arg1,arg2);}finally {Zone ._leave(old);}): try/finally
535 transferables_test: Crash # Invalid argument(s) 535 transferables_test: Crash # Invalid argument(s)
536 transition_event_test: Crash # (try {body();}catch ... try/finally 536 transition_event_test: Crash # (try {body();}catch ... try/finally
537 trusted_html_tree_sanitizer_test : Crash # bailout: (try {body();}catch (e,trace ){var stack=(trace==null)?'':': ${trace.toString()}';environment.uncaughtErrorMe ssage="${e.toString()}${stack}";}finally {environment.currentContext=environment .currentContext.parent;}): try/finally
537 typed_arrays_1_test: Crash # (try {body();}catch ... try/finally 538 typed_arrays_1_test: Crash # (try {body();}catch ... try/finally
538 typed_arrays_2_test: Crash # Invalid argument(s) 539 typed_arrays_2_test: Crash # Invalid argument(s)
539 typed_arrays_3_test: Crash # Invalid argument(s) 540 typed_arrays_3_test: Crash # Invalid argument(s)
540 typed_arrays_4_test: Crash # Invalid argument(s) 541 typed_arrays_4_test: Crash # Invalid argument(s)
541 typed_arrays_5_test: Crash # Invalid argument(s) 542 typed_arrays_5_test: Crash # Invalid argument(s)
542 typed_arrays_arraybuffer_test: Crash # Invalid argument(s) 543 typed_arrays_arraybuffer_test: Crash # Invalid argument(s)
543 typed_arrays_dataview_test: Crash # Invalid argument(s) 544 typed_arrays_dataview_test: Crash # Invalid argument(s)
544 typed_arrays_range_checks_test: Crash # Invalid argument(s) 545 typed_arrays_range_checks_test: Crash # Invalid argument(s)
545 typed_arrays_simd_test: Crash # Invalid argument(s) 546 typed_arrays_simd_test: Crash # Invalid argument(s)
546 typing_test: Crash # Invalid argument(s) 547 typing_test: Crash # Invalid argument(s)
547 unknownelement_test: Crash # Invalid argument(s) 548 unknownelement_test: Crash # Invalid argument(s)
548 uri_test: Crash # Invalid argument(s) 549 uri_test: Crash # Invalid argument(s)
549 url_test: Crash # (try {body();}catch ... try/finally 550 url_test: Crash # (try {body();}catch ... try/finally
550 webgl_1_test: Crash # (try {body();}catch ... try/finally 551 webgl_1_test: Crash # (try {body();}catch ... try/finally
551 websocket_test: Crash # (try {body();}catch ... try/finally 552 websocket_test: Crash # (try {body();}catch ... try/finally
552 websql_test: Crash # (try {body();}catch ... try/finally 553 websql_test: Crash # (try {body();}catch ... try/finally
553 wheelevent_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}) : try/finally 554 wheelevent_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}) : try/finally
554 window_eq_test: Crash # Invalid argument(s) 555 window_eq_test: Crash # Invalid argument(s)
555 window_mangling_test: Crash # Invalid argument(s) 556 window_mangling_test: Crash # Invalid argument(s)
556 window_nosuchmethod_test: Crash # Invalid argument(s) 557 window_nosuchmethod_test: Crash # Invalid argument(s)
557 window_test: Crash # Invalid argument(s) 558 window_test: Crash # Invalid argument(s)
558 worker_api_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}) : try/finally 559 worker_api_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}) : try/finally
559 worker_test: Crash # (try {body();}catch ... try/finally 560 worker_test: Crash # (try {body();}catch ... try/finally
560 xhr_cross_origin_test: Crash # (try {body();}catch ... try/finally 561 xhr_cross_origin_test: Crash # (try {body();}catch ... try/finally
561 xhr_test: Crash # (try {body();}catch ... try/finally 562 xhr_test: Crash # (try {body();}catch ... try/finally
562 xsltprocessor_test: Crash # (try {body();}catch ... try/finally 563 xsltprocessor_test: Crash # (try {body();}catch ... try/finally
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698