On 2012/02/29 16:33:16, Michael Starzinger wrote:
https://chromiumcodereview.appspot.com/9540010/diff/1/test/test262/test262.status
File test/test262/test262.status (right):
https://chromiumcodereview.appspot.com/9540010/diff/1/test/test262/test262.status#newcode74
test/test262/test262.status:74: S8.5_A2.1: PASS, FAIL if ($system ==
linux &&
($arch == ia32 || $arch == arm))
I checked whether this syntax works, unfortunately it doesn't, it just
marks
the
test case as being flakey. But the following syntax does the trick:
[ $system == linux && ($arch == ia32 || $arch == arm) ]
S8.5_A2.1: FAIL_OK
S8.5_A2.2: FAIL_OK
Also I suspect this to fail on MIPS as well, so we might want to add that
to
the
list as well.
Please take another look.
http://codereview.chromium.org/9540010/
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev