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

Side by Side Diff: tests/compiler/dart2js_extra/dart2js_extra.status

Issue 1203523003: Revert "Fix for issue 23432." (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: 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 | « sdk/lib/_internal/compiler/js_lib/js_helper.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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 16407_test: Fail # Issue 16407 6 16407_test: Fail # Issue 16407
7 23432_test: Fail # Issue 23432
7 class_test: Fail 8 class_test: Fail
8 statements_test: Fail 9 statements_test: Fail
9 typed_locals_test: Fail 10 typed_locals_test: Fail
10 no_such_method_test: Fail # Wrong Invocation.memberName. 11 no_such_method_test: Fail # Wrong Invocation.memberName.
11 constant_javascript_semantics4_test: Fail, OK 12 constant_javascript_semantics4_test: Fail, OK
12 mirrors_used_closure_test: Fail # Issue 17939 13 mirrors_used_closure_test: Fail # Issue 17939
13 14
14 [ $compiler == dart2js && $runtime == jsshell ] 15 [ $compiler == dart2js && $runtime == jsshell ]
15 mirror_printer_test: Pass, Slow # Issue 16473 16 mirror_printer_test: Pass, Slow # Issue 16473
16 17
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 mirrors_used_native_test: RuntimeError # Please triage this failure. 121 mirrors_used_native_test: RuntimeError # Please triage this failure.
121 mirrors_used_warning2_test: Crash # (try {return f(arg);}finally {Zone._leave(ol d);}): try/finally 122 mirrors_used_warning2_test: Crash # (try {return f(arg);}finally {Zone._leave(ol d);}): try/finally
122 mirrors_used_warning_test/minif: Crash # (try {return f(arg1,arg2);}finally {Zon e._leave(old);}): try/finally 123 mirrors_used_warning_test/minif: Crash # (try {return f(arg1,arg2);}finally {Zon e._leave(old);}): try/finally
123 mirrors_used_warning_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone ._leave(old);}): try/finally 124 mirrors_used_warning_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone ._leave(old);}): try/finally
124 no_such_method_mirrors_test: RuntimeError # Please triage this failure. 125 no_such_method_mirrors_test: RuntimeError # Please triage this failure.
125 reflect_native_types_test: Crash # Internal Error: No default constructor availa ble. 126 reflect_native_types_test: Crash # Internal Error: No default constructor availa ble.
126 runtime_type_test: RuntimeError # Cannot read property 'prototype' of undefined 127 runtime_type_test: RuntimeError # Cannot read property 'prototype' of undefined
127 string_interpolation_opt1_test: RuntimeError # Please triage this failure. 128 string_interpolation_opt1_test: RuntimeError # Please triage this failure.
128 switch_test/none: Crash # (switch (val){foo:ba... continue to a labeled switch case 129 switch_test/none: Crash # (switch (val){foo:ba... continue to a labeled switch case
129 timer_test: RuntimeError # receiver.get$_collection$_nums is not a function 130 timer_test: RuntimeError # receiver.get$_collection$_nums is not a function
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/js_lib/js_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698