@@ -16,8 +16,7 @@ apply3_test: RuntimeError
16
16
bool_from_environment2_test/03: Crash
17
17
int_modulo_arith_test/modPow: RuntimeError
18
18
int_modulo_arith_test/none: RuntimeError
19
- null_nosuchmethod_test/01: CompileTimeError
20
- null_nosuchmethod_test/none: CompileTimeError
19
+ null_nosuchmethod_test/01: RuntimeError # Issue 32088
21
20
string_from_environment3_test/03: Crash
22
21
23
22
[ $compiler == precompiler ]
@@ -137,6 +136,7 @@ regexp/pcre_test: Pass, Slow # Issue 21593
137
136
138
137
[ $compiler == dart2js && $runtime != none && !$checked && !$dart2js_with_kernel ]
139
138
growable_list_test: RuntimeError # Concurrent modifications test always runs
139
+ null_nosuchmethod_test: RuntimeError # Like many tests, fails if type checks are skipped.
140
140
splay_tree_from_iterable_test: RuntimeError
141
141
string_split_test/checkedstore: RuntimeError # Issue 30548: does not check stores into List<String>
142
142
@@ -231,8 +231,6 @@ list_set_all_test: RuntimeError
231
231
list_test/01: RuntimeError
232
232
list_test/none: RuntimeError
233
233
nan_infinity_test/01: RuntimeError
234
- null_nosuchmethod_test/01: CompileTimeError
235
- null_nosuchmethod_test/none: CompileTimeError
236
234
queue_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart': Failed assertion: line 391 pos 16: 'receiver.nonCheck() == user.inputs[1].nonCheck()': is not true.
237
235
splay_tree_from_iterable_test: RuntimeError
238
236
stacktrace_fromstring_test: Crash # Assertion failure: Runtime type information not available for type_variable_local(bindCallback.R) in (local(_RootZone.bindCallback#)) for j:closure_call(_RootZone_bindCallback_closure.call).
@@ -268,8 +266,6 @@ list_set_all_test: RuntimeError # Issue 32010
268
266
list_test/01: RuntimeError
269
267
list_test/none: RuntimeError
270
268
nan_infinity_test/01: RuntimeError
271
- null_nosuchmethod_test/01: CompileTimeError
272
- null_nosuchmethod_test/none: CompileTimeError
273
269
queue_test: RuntimeError
274
270
splay_tree_from_iterable_test: RuntimeError
275
271
stacktrace_fromstring_test: Crash # Assertion failure: Runtime type information not available for type_variable_local(bindCallback.R) in (local(_RootZone.bindCallback#)) for j:closure_call(_RootZone_bindCallback_closure.call).
@@ -331,6 +327,7 @@ string_from_environment3_test/03: MissingCompileTimeError
331
327
332
328
[ $compiler == dartdevc && $runtime != none ]
333
329
compare_to2_test: CompileTimeError # invalid test
330
+ null_nosuchmethod_test/01: RuntimeError # Issue 32088
334
331
symbol_operator_test: RuntimeError # Issue 29921
335
332
336
333
[ $compiler != dartdevc && $compiler != dartdevk && $checked && !$strong ]
@@ -341,8 +338,8 @@ string_base_vm_static_test: MissingCompileTimeError
341
338
string_replace_static_test: MissingCompileTimeError
342
339
string_static_test: MissingCompileTimeError
343
340
344
- [ $compiler != dartdevc && $runtime != none && !$checked && ! $strong ]
345
- null_nosuchmethod_test: RuntimeError # needs Dart 2 or checked mode
341
+ [ $compiler == dartk && $mode == debug && $runtime == vm && $strong ]
342
+ null_nosuchmethod_test: Crash # Issue 32089
346
343
347
344
# Enabling of dartk for sim{arm,arm64,dbc64} revelaed these test failures, which
348
345
# are to be triaged. Isolate tests are skipped on purpose due to the usage of
@@ -358,23 +355,22 @@ apply_test: RuntimeError, OK
358
355
iterable_fold_test/02: RuntimeError
359
356
iterable_reduce_test/01: CompileTimeError # Issue 31533
360
357
iterable_reduce_test/none: RuntimeError
361
- null_nosuchmethod_test/01: CompileTimeError # Issue 31402 (Invocation arguments)
362
- null_nosuchmethod_test/none: CompileTimeError # Issue 31402 (Invocation arguments)
363
358
symbol_operator_test/03: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
364
359
symbol_reserved_word_test/06: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
365
360
symbol_reserved_word_test/09: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
366
361
symbol_reserved_word_test/12: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
367
362
symbol_test/none: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
368
363
unicode_test: RuntimeError # Issue 18061: German double S.
369
364
365
+ [ $compiler == dartkp && $mode == debug && $runtime == dart_precompiled && $strong ]
366
+ null_nosuchmethod_test: Crash # Issue 32089
367
+
370
368
# ===== dartkp + dart_precompiled status lines =====
371
369
[ $compiler == dartkp && $runtime == dart_precompiled && $strong ]
372
370
apply_test: RuntimeError, OK
373
371
iterable_fold_test/02: RuntimeError
374
372
iterable_reduce_test/01: CompileTimeError # Issue 31533
375
373
iterable_reduce_test/none: RuntimeError
376
- null_nosuchmethod_test/01: CompileTimeError # Issue 31402 (Invocation arguments)
377
- null_nosuchmethod_test/none: CompileTimeError # Issue 31402 (Invocation arguments)
378
374
regexp/stack-overflow_test: RuntimeError
379
375
symbol_operator_test/03: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
380
376
symbol_reserved_word_test/06: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
@@ -453,7 +449,6 @@ list_concurrent_modify_test: RuntimeError # DDC uses ES6 array iterators so it d
453
449
list_removeat_test: RuntimeError # Issue 29921
454
450
main_test: RuntimeError # Issue 29921
455
451
nan_infinity_test/01: RuntimeError # Issue 29921
456
- null_nosuchmethod_test/01: RuntimeError # DDC checks type before too many arguments, so TypeError instead of NSM
457
452
regexp/alternative-length-miscalculation_test: RuntimeError # Issue 29921
458
453
regexp/ascii-regexp-subject_test: RuntimeError # Issue 29921
459
454
regexp/bol-with-multiline_test: RuntimeError # Issue 29921
0 commit comments