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: date-format/timezone testcase failing #41

Open jbajwa opened 7 years ago

jbajwa commented 7 years ago
>out/s390x.release/d8 --test --random-seed=708450518 --allow-natives-syntax --nohard-abort --nodead-code-elimination --nofold-constants test/intl/assert.js test/intl/utils.js test/intl/regexp-prepare.js test/intl/date-format/timezone.js test/intl/regexp-assert.js

stdout:
test/intl/assert.js:105: Error: Failure: expected <UTC>, found <Etc/UTC>.
  throw new Error(message);
  ^
Error: Failure: expected <UTC>, found <Etc/UTC>.
    at fail (test/intl/assert.js:105:9)
    at assertEquals (test/intl/assert.js:114:5)
    at test/intl/date-format/timezone.js:35:1

Could be caused by the regexp code stub move to TF changes in the following CL: https://codereview.chromium.org/2738413002 https://codereview.chromium.org/2757673004