Mark SizeOfFirstPageIsLargeEnough failing on mips64
authorlittledan <littledan@chromium.org>
Tue, 30 Jun 2015 00:44:43 +0000 (17:44 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 30 Jun 2015 00:44:52 +0000 (00:44 +0000)
The failure was been triggered by turning on --harmony-arrays,
maybe because code size was increased or code was added later
in the bootstrap process. Because it doesn't look like a bug
in anything guarded by --harmony-arrays directly, I'd suggest
shipping the flag and disabling the test on the architectures
where it's been observed to fail. It's already disabled on arm64
and this patch disables it on mips64 as well.

BUG=v8:4200
LOG=N
R=adamk

Review URL: https://codereview.chromium.org/1212963004

Cr-Commit-Position: refs/heads/master@{#29361}

test/cctest/cctest.status

index de8a63b187c1f787c06abbabdb8bfeb17ec168ed..2ef829675e8a0cd2a618626cdcdca02bc6d2607a 100644 (file)
   'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP],
   'test-serialize/DeserializeAndRunScript2': [SKIP],
   'test-serialize/DeserializeFromSecondSerialization': [SKIP],
+
+  # BUG(v8:4200).
+  'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL],
 }],  # 'arch == mips64el'
 
 ##############################################################################