Source: mozjs60
Version: 60.1.0-1
Severity: wishlist

We maybe able to build mozjs with the system icu libraries now that the 
versions are in sync with the bundled copy. Since as far as can recall that was 
the main reason we were using the bundled one being the system libraries were 
too old. 

I did quickly try a test build using --with-system-icu and it produced one test 
failure: 

## non262/Intl/DateTimeFormat/tz-environment-variable.js: rc = 3, run time = 
0.113342
non262/Intl/DateTimeFormat/tz-environment-variable.js:62:9 Error: Assertion 
failed: got "EST5EDT", expected "CST6CDT"
Stack:
  @non262/Intl/DateTimeFormat/tz-environment-variable.js:62:9
  inTimeZone@non262/Intl/DateTimeFormat/tz-environment-variable.js:36:9
  @non262/Intl/DateTimeFormat/tz-environment-variable.js:60:5
TEST-UNEXPECTED-FAIL | non262/Intl/DateTimeFormat/tz-environment-variable.js | 
(args: "") [0.1 s]
{"action": "test_start", "pid": 17199, "source": "jstests", "test": 
"non262/Intl/DateTimeFormat/tz-environment-variable.js", "thread": "main", 
"time": 1536640032.461421}
{"action": "test_end", "extra": {"jitflags": []}, "pid": 17199, "source": 
"jstests", "status": "FAIL", "test": 
"non262/Intl/DateTimeFormat/tz-environment-variable.js", "thread": "main", 
"time": 1536640032.574763}

Reply via email to