ibmruntimes / v8-zos

The official mirror of the V8 git repository
https://chromium.googlesource.com/v8/v8.git
Other
1 stars 1 forks source link

PPC/s390 (be/native): testcase d8-worker-sharedarraybuffer.js failing #10

Closed jbajwa closed 8 years ago

jbajwa commented 8 years ago
> out/ppc64.release/d8 --test --random-seed=-633966520 --nohard-abort --nodead-code-elimination --nofold-constants --harmony-sharedarraybuffer test/mjsunit/mjsunit.js test/mjsunit/d8-worker-sharedarraybuffer.js

test/mjsunit/d8-worker-sharedarraybuffer.js:63: TypeError: [object Uint32Array] is not an integer shared typed array.
    while ((ta0 = Atomics.load(ta, 0)) == 0) {}
                          ^
TypeError: [object Uint32Array] is not an integer shared typed array.
    at Atomics.load (<anonymous>)
    at TestTransfer (test/mjsunit/d8-worker-sharedarraybuffer.js:63:27)
    attest/mjsunit/d8-worker-sharedarraybuffer.js:70:5
jbajwa commented 8 years ago

Investigating this issue, the failure started after this CL https://chromiumcodereview.appspot.com/2436893003

mcornac commented 8 years ago

I think it's solved here: fb7841b314e73e665c3c13a24ca8d96eec553ac3

jbajwa commented 8 years ago

yup, this issue is fixed.