OLD | NEW |
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 23432_test: Fail # Issue 23432 |
8 class_test: Fail | 8 class_test: Fail |
9 statements_test: Fail | 9 statements_test: Fail |
10 typed_locals_test: Fail | 10 typed_locals_test: Fail |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 | 66 |
67 [ $compiler == dart2js && $cps_ir ] | 67 [ $compiler == dart2js && $cps_ir ] |
68 11673_test: RuntimeError # Cannot read property 'prototype' of undefined | 68 11673_test: RuntimeError # Cannot read property 'prototype' of undefined |
69 12320_test: RuntimeError # Cannot read property 'prototype' of undefined | 69 12320_test: RuntimeError # Cannot read property 'prototype' of undefined |
70 16407_test: Pass # Please triage this failure. | 70 16407_test: Pass # Please triage this failure. |
71 17094_test: RuntimeError # Please triage this failure. | 71 17094_test: RuntimeError # Please triage this failure. |
72 17645_test: RuntimeError # Please triage this failure. | 72 17645_test: RuntimeError # Please triage this failure. |
73 19191_test: RuntimeError # Please triage this failure. | 73 19191_test: RuntimeError # Please triage this failure. |
74 21166_test: RuntimeError # Please triage this failure. | 74 21166_test: RuntimeError # Please triage this failure. |
75 21579_test: RuntimeError # Please triage this failure. | 75 21579_test: RuntimeError # Please triage this failure. |
76 21666_test: Crash # Internal Error: No default constructor available. | 76 21666_test: Crash # Issue 23692 |
77 22487_test: RuntimeError # Cannot read property 'prototype' of undefined | 77 22487_test: RuntimeError # Cannot read property 'prototype' of undefined |
78 22868_test: Crash # (main()async{var clo... cannot handle async/sync*/async* fu
nctions | 78 22868_test: Crash # (main()async{var clo... cannot handle async/sync*/async* fu
nctions |
79 22895_test: Crash # (main()async{var clo... cannot handle async/sync*/async* fu
nctions | 79 22895_test: Crash # (main()async{var clo... cannot handle async/sync*/async* fu
nctions |
80 23404_test: RuntimeError # Cannot read property 'prototype' of undefined | 80 23404_test: RuntimeError # Cannot read property 'prototype' of undefined |
81 LayoutTests_fast_mediastream_getusermedia_t01_test/none: RuntimeError # Cannot r
ead property 'prototype' of undefined | 81 LayoutTests_fast_mediastream_getusermedia_t01_test/none: RuntimeError # Cannot r
ead property 'prototype' of undefined |
82 async_stacktrace_test/asyncStar: Crash # (try {return f(arg1,arg2);}finally {Zon
e._leave(old);}): try/finally | 82 async_stacktrace_test/asyncStar: Crash # (try {return f(arg1,arg2);}finally {Zon
e._leave(old);}): try/finally |
83 async_stacktrace_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone._le
ave(old);}): try/finally | 83 async_stacktrace_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone._le
ave(old);}): try/finally |
84 bounds_check_test/none: RuntimeError # Please triage this failure. | 84 bounds_check_test/none: RuntimeError # Please triage this failure. |
85 closure5_test: RuntimeError # Cannot read property 'prototype' of undefined | 85 closure5_test: RuntimeError # Cannot read property 'prototype' of undefined |
86 closure_capture4_test: RuntimeError # Please triage this failure. | 86 closure_capture4_test: RuntimeError # Please triage this failure. |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 mirrors_used_native_test: RuntimeError # Please triage this failure. | 121 mirrors_used_native_test: RuntimeError # Please triage this failure. |
122 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 |
123 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 |
124 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 |
125 no_such_method_mirrors_test: RuntimeError # Please triage this failure. | 125 no_such_method_mirrors_test: RuntimeError # Please triage this failure. |
126 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. |
127 runtime_type_test: RuntimeError # Cannot read property 'prototype' of undefined | 127 runtime_type_test: RuntimeError # Cannot read property 'prototype' of undefined |
128 string_interpolation_opt1_test: RuntimeError # Please triage this failure. | 128 string_interpolation_opt1_test: RuntimeError # Please triage this failure. |
129 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 |
130 timer_test: RuntimeError # receiver.get$_collection$_nums is not a function | 130 timer_test: RuntimeError # receiver.get$_collection$_nums is not a function |
OLD | NEW |