| 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 class_test: Fail | 6 class_test: Fail |
| 7 statements_test: Fail | 7 statements_test: Fail |
| 8 typed_locals_test: Fail | 8 typed_locals_test: Fail |
| 9 no_such_method_test: Fail # Wrong Invocation.memberName. | 9 no_such_method_test: Fail # Wrong Invocation.memberName. |
| 10 constant_javascript_semantics4_test: Fail, OK | 10 constant_javascript_semantics4_test: Fail, OK |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 17856_test: Crash | 176 17856_test: Crash |
| 177 19191_test: Crash | 177 19191_test: Crash |
| 178 21166_test: Crash | 178 21166_test: Crash |
| 179 21579_test: Crash | 179 21579_test: Crash |
| 180 21666_test: Crash | 180 21666_test: Crash |
| 181 21724_test: Crash | 181 21724_test: Crash |
| 182 22487_test: Crash | 182 22487_test: Crash |
| 183 22776_test: Crash | 183 22776_test: Crash |
| 184 22868_test: Crash | 184 22868_test: Crash |
| 185 22917_test: Crash | 185 22917_test: Crash |
| 186 23056_test: RuntimeError | |
| 187 23264_test: Crash | 186 23264_test: Crash |
| 188 23404_test: Crash | 187 23404_test: Crash |
| 189 23432_test: Crash | 188 23432_test: Crash |
| 190 23432b_test: Crash # type 'KMethod' is not a subtype of type 'MemberElement' of
'member' where | 189 23432b_test: Crash # type 'KMethod' is not a subtype of type 'MemberElement' of
'member' where |
| 191 23804_test: Crash | 190 23804_test: Crash |
| 192 23828_test: Crash | 191 23828_test: Crash |
| 193 26243_test: Crash | 192 26243_test: Crash |
| 194 28749_test: Crash | 193 28749_test: Crash |
| 195 28919_test: Crash | 194 28919_test: Crash |
| 196 LayoutTests_fast_mediastream_getusermedia_t01_test/none: Crash | 195 LayoutTests_fast_mediastream_getusermedia_t01_test/none: Crash |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 500 timer_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu
ll. | 499 timer_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu
ll. |
| 501 to_string_test: Crash | 500 to_string_test: Crash |
| 502 truncation_errors_test: Crash # Assertion failure: Cannot find value local(main_
closure.call#Infinity) in (local(main#)) for j:closure_call(main_closure.call). | 501 truncation_errors_test: Crash # Assertion failure: Cannot find value local(main_
closure.call#Infinity) in (local(main#)) for j:closure_call(main_closure.call). |
| 503 type_argument_factory_crash_test: Crash # Assertion failure: Cannot find value l
ocal(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.cal
l#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:cl
osure_call(Maps_mapToString_closure.call). | 502 type_argument_factory_crash_test: Crash # Assertion failure: Cannot find value l
ocal(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.cal
l#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:cl
osure_call(Maps_mapToString_closure.call). |
| 504 type_argument_factory_nocrash_test: Crash # Assertion failure: Cannot find value
local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.c
all#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:
closure_call(Maps_mapToString_closure.call). | 503 type_argument_factory_nocrash_test: Crash # Assertion failure: Cannot find value
local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.c
all#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:
closure_call(Maps_mapToString_closure.call). |
| 505 type_constant_switch_test/01: MissingCompileTimeError | 504 type_constant_switch_test/01: MissingCompileTimeError |
| 506 type_error_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass'
was called on null. | 505 type_error_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass'
was called on null. |
| 507 unconditional_dartio_import_test: CompileTimeError | 506 unconditional_dartio_import_test: CompileTimeError |
| 508 useful_error_message_1_test: Crash # NoSuchMethodError: The getter 'enclosingCla
ss' was called on null. | 507 useful_error_message_1_test: Crash # NoSuchMethodError: The getter 'enclosingCla
ss' was called on null. |
| 509 | 508 |
| OLD | NEW |