mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 14:32:24 +00:00
Update status for failing tests on MIPS hardware.
BUG=dartbug.com/23536, dartbug.com/22626 R=sgjesse@google.com Review URL: https://codereview.chromium.org//1153243002
This commit is contained in:
parent
b91e8e1c6c
commit
49a94a6938
2 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,7 @@ dart/data_uri_failures_test/base64: RuntimeError, OK
|
|||
[ $arch == mips ]
|
||||
cc/StaticNonNullSumCallCodegen: Crash, Pass # Issue 17440
|
||||
cc/ArrayLengthMaxElements: Crash # Issue 23275
|
||||
cc/Int8ListLengthMaxElements: Skip # Issue 23536, uses 1 GB memory.
|
||||
|
||||
[ $arch == mips && $mode == debug ]
|
||||
cc/FindCodeObject: Skip # Takes more than 8 minutes. Issue 17440
|
||||
|
|
|
@ -300,6 +300,9 @@ mirrors/*deferred*: Skip # Issue 17458
|
|||
[ $compiler == dart2js && $mode == debug ]
|
||||
mirrors/native_class_test: Pass, Slow
|
||||
|
||||
[ $compiler == none && $arch == mips ]
|
||||
async/timer_regress22626_test: Pass, RuntimeError # Issue 22626
|
||||
|
||||
[ $arch == simarm || $arch == simarmv5te ]
|
||||
convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
|
||||
convert/utf85_test: Skip # Pass, Slow Issue 12644.
|
||||
|
|
Loading…
Reference in a new issue