| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index c15db49fee817287061443ded5604536db1780ee..906f5ed611c3d81c2d813381c46f9479693963f0 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -58,7 +58,12 @@ debugger/*: Skip # Do not run standalone debugger tests in browser.
|
| coverage_test: Skip
|
| http_launch_test: Skip
|
|
|
| -[ $runtime == vm && $arch == x64 ]
|
| +[ ($runtime == vm || $runtime == drt) && $arch == x64 ]
|
| +53bit_overflow_test: Fail # Issue 11411
|
| +
|
| +[ $runtime == drt && $system == linux ]
|
| +# This should be redundant, but on linux, drt runs x64 code event when asking
|
| +# for ia32.
|
| 53bit_overflow_test: Fail # Issue 11411
|
|
|
| [ $compiler == dartc ]
|
|
|