@@ -39,8 +39,6 @@ integer_to_string_test/01: RuntimeError
3939integer_to_string_test/01: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
4040iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
4141list_unmodifiable_test: Pass, RuntimeError # Issue 28712
42- num_parse_test/01: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
43- num_parse_test/none: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
4442
4543[ $compiler != dartdevc ]
4644error_stack_trace_test/static: MissingCompileTimeError
@@ -316,8 +314,6 @@ list_concurrent_modify_test: RuntimeError # DDC uses ES6 array iterators so it d
316314list_removeat_test: RuntimeError # Issue 29921
317315main_test: RuntimeError # Issue 29921
318316nan_infinity_test/01: RuntimeError # Issue 29921
319- num_parse_test/01: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
320- num_parse_test/none: CompileTimeError, OK # Error if web int literal cannot be represented exactly, see http://dartbug.com/33351
321317regexp/alternative-length-miscalculation_test: RuntimeError # Issue 29921
322318regexp/ascii-regexp-subject_test: RuntimeError # Issue 29921
323319regexp/bol-with-multiline_test: RuntimeError # Issue 29921
0 commit comments