@@ -341,18 +341,18 @@ list_replace_range_test: RuntimeError
341341list_set_all_test: RuntimeError
342342null_nosuchmethod_test/01: CompileTimeError # Issue 31402 (Invocation arguments)
343343null_nosuchmethod_test/none: CompileTimeError # Issue 31402 (Invocation arguments)
344- string_from_environment3_test/03: MissingCompileTimeError
345- symbol_operator_test/03: RuntimeError
346- symbol_reserved_word_test/04: MissingCompileTimeError
347- symbol_reserved_word_test/06: RuntimeError
348- symbol_reserved_word_test/07: MissingCompileTimeError
349- symbol_reserved_word_test/09: RuntimeError
350- symbol_reserved_word_test/10: MissingCompileTimeError
351- symbol_reserved_word_test/12: RuntimeError
352- symbol_test/02: MissingCompileTimeError
353- symbol_test/03: MissingCompileTimeError
354- symbol_test/none: RuntimeError
355- unicode_test: RuntimeError
344+ string_from_environment3_test/03: MissingCompileTimeError # Issue 31936 - throwing const constructors.
345+ symbol_operator_test/03: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
346+ symbol_reserved_word_test/04: MissingCompileTimeError # Issue 31936 - throwing const constructors.
347+ symbol_reserved_word_test/06: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
348+ symbol_reserved_word_test/07: MissingCompileTimeError # Issue 31936 - throwing const constructors.
349+ symbol_reserved_word_test/09: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
350+ symbol_reserved_word_test/10: MissingCompileTimeError # Issue 31936 - throwing const constructors.
351+ symbol_reserved_word_test/12: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
352+ symbol_test/02: MissingCompileTimeError # Issue 31936 - throwing const constructors.
353+ symbol_test/03: MissingCompileTimeError # Issue 31936 - throwing const constructors.
354+ symbol_test/none: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
355+ unicode_test: RuntimeError # Issue 18061: German double S.
356356
357357# ===== dartkp + dart_precompiled status lines =====
358358[ $compiler == dartkp && $runtime == dart_precompiled && $strong ]
@@ -369,18 +369,18 @@ list_set_all_test: RuntimeError
369369null_nosuchmethod_test/01: CompileTimeError # Issue 31402 (Invocation arguments)
370370null_nosuchmethod_test/none: CompileTimeError # Issue 31402 (Invocation arguments)
371371regexp/stack-overflow_test: RuntimeError
372- string_from_environment3_test/03: MissingCompileTimeError
373- symbol_operator_test/03: RuntimeError
374- symbol_reserved_word_test/04: MissingCompileTimeError
375- symbol_reserved_word_test/06: RuntimeError
376- symbol_reserved_word_test/07: MissingCompileTimeError
377- symbol_reserved_word_test/09: RuntimeError
378- symbol_reserved_word_test/10: MissingCompileTimeError
379- symbol_reserved_word_test/12: RuntimeError
380- symbol_test/02: MissingCompileTimeError
381- symbol_test/03: MissingCompileTimeError
382- symbol_test/none: RuntimeError
383- unicode_test: RuntimeError
372+ string_from_environment3_test/03: MissingCompileTimeError # Issue 31936 - throwing const constructors.
373+ symbol_operator_test/03: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
374+ symbol_reserved_word_test/04: MissingCompileTimeError # Issue 31936 - throwing const constructors.
375+ symbol_reserved_word_test/06: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
376+ symbol_reserved_word_test/07: MissingCompileTimeError # Issue 31936 - throwing const constructors.
377+ symbol_reserved_word_test/09: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
378+ symbol_reserved_word_test/10: MissingCompileTimeError # Issue 31936 - throwing const constructors.
379+ symbol_reserved_word_test/12: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
380+ symbol_test/02: MissingCompileTimeError # Issue 31936 - throwing const constructors.
381+ symbol_test/03: MissingCompileTimeError # Issue 31936 - throwing const constructors.
382+ symbol_test/none: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
383+ unicode_test: RuntimeError # Issue 18061: German double S.
384384
385385[ $compiler == none && $runtime == drt ]
386386string_from_environment2_test: Skip
0 commit comments