• littledan's avatar
    Mark SizeOfFirstPageIsLargeEnough failing on mips64 · 40d01b57
    littledan authored
    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}
    40d01b57
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...