Closed Bug 1526676 Opened 6 years ago Closed 6 years ago

msan permafailure on Try js/src/jit-test/tests/bug1375074.js | Unknown (code 77, args "--no-baseline --no-asmjs --wasm-compiler=none --no-native-regexp")

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla67
Tracking Status
firefox-esr60 --- unaffected
firefox65 --- unaffected
firefox66 --- unaffected
firefox67 --- fixed

People

(Reporter: nataliaCs, Assigned: sfink)

Details

(Keywords: intermittent-failure)

Attachments

(1 file)

[Tracking Requested - why for this release]:
Central as Beta: https://treeherder.mozilla.org/#/jobs?repo=try&revision=4b496c112bcc31927a23390fbab54e3bbf321015&selectedJob=227397683&searchStr=linux%2Cx64%2Copt%2Cspidermonkey%2Cbuilds%2Cspidermonkey-sm-msan-linux64%2Fopt%2Csm%28msan%29

Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=227397683&repo=try&lineNumber=2361

[task 2019-02-09T12:14:35.108Z] TEST-PASS | js/src/jit-test/tests/TypedObject/array-hasproperty.js | Success (code 59, args "--no-baseline --no-asmjs --wasm-compiler=none --no-native-regexp") [0.6 s]
[task 2019-02-09T12:14:35.108Z] {"action": "test_start", "jitflags": "--no-baseline --no-asmjs --wasm-compiler=none --no-native-regexp", "pid": 4258, "source": "jittests", "test": "TypedObject/array-hasproperty.js", "thread": "main", "time": 1549714474.517024}
[task 2019-02-09T12:14:35.108Z] {"action": "test_end", "extra": {"jitflags": "--no-baseline --no-asmjs --wasm-compiler=none --no-native-regexp", "pid": 4258}, "jitflags": "--no-baseline --no-asmjs --wasm-compiler=none --no-native-regexp", "message": "Success", "pid": 4258, "source": "jittests", "status": "PASS", "test": "TypedObject/array-hasproperty.js", "thread": "main", "time": 1549714475.108402}
[task 2019-02-09T12:14:35.111Z] TEST-PASS | js/src/jit-test/tests/TypedObject/bug1096016.js | Success (code 59, args "--no-baseline --no-asmjs --wasm-compiler=none --no-native-regexp") [0.6 s]
[task 2019-02-09T12:14:35.111Z] {"action": "test_start", "jitflags": "--no-baseline --no-asmjs --wasm-compiler=none --no-native-regexp", "pid": 4261, "source": "jittests", "test": "TypedObject/bug1096016.js", "thread": "main", "time": 1549714474.5518339}
[task 2019-02-09T12:14:35.112Z] {"action": "test_end", "extra": {"jitflags": "--no-baseline --no-asmjs --wasm-compiler=none --no-native-regexp", "pid": 4261}, "jitflags": "--no-baseline --no-asmjs --wasm-compiler=none --no-native-regexp", "message": "Success", "pid": 4261, "source": "jittests", "status": "PASS", "test": "TypedObject/bug1096016.js", "thread": "main", "time": 1549714475.11129}
[task 2019-02-09T12:14:35.147Z] Exit code: 77
[task 2019-02-09T12:14:35.147Z] FAIL - bug1375074.js
[task 2019-02-09T12:14:35.147Z] TEST-UNEXPECTED-FAIL | js/src/jit-test/tests/bug1375074.js | Unknown (code 77, args "--no-baseline --no-asmjs --wasm-compiler=none --no-native-regexp") [1.2 s]
[task 2019-02-09T12:14:35.147Z] {"action": "test_start", "jitflags": "--no-baseline --no-asmjs --wasm-compiler=none --no-native-regexp", "pid": 4102, "source": "jittests", "test": "bug1375074.js", "thread": "main", "time": 1549714473.921948}
[task 2019-02-09T12:14:35.147Z] {"action": "test_end", "extra": {"jitflags": "--no-baseline --no-asmjs --wasm-compiler=none --no-native-regexp", "pid": 4102}, "jitflags": "--no-baseline --no-asmjs --wasm-compiler=none --no-native-regexp", "message": "Unknown", "pid": 4102, "source": "jittests", "status": "FAIL", "test": "bug1375074.js", "thread": "main", "time": 1549714475.146966}
[task 2019-02-09T12:14:35.147Z] INFO exit-status : 77
[task 2019-02-09T12:14:35.147Z] INFO timed-out : False
[task 2019-02-09T12:14:35.147Z] TEST-PASS | js/src/jit-test/tests/TypedObject/bug1100202.js | Success (code 59, args "--no-baseline --no-asmjs --wasm-compiler=none --no-native-regexp") [0.6 s]

Summary: Permafailing SpiderMonkey bustage js/src/jit-test/tests/bug1375074.js | Unknown (code 77, args "--no-baseline --no-asmjs --wasm-compiler=none --no-native-regexp") → Permafailing SpiderMonkey bustage js/src/jit-test/tests/bug1375074.js | Unknown (code 77, args "--no-baseline --no-asmjs --wasm-compiler=none --no-native-regexp")when Gecko 67 merges to Beta on 2019-03-11

Tracking as this is affecting our central to bta merge process for 67.

This only runs on Try.

Summary: Permafailing SpiderMonkey bustage js/src/jit-test/tests/bug1375074.js | Unknown (code 77, args "--no-baseline --no-asmjs --wasm-compiler=none --no-native-regexp")when Gecko 67 merges to Beta on 2019-03-11 → msan permafailure on Try js/src/jit-test/tests/bug1375074.js | Unknown (code 77, args "--no-baseline --no-asmjs --wasm-compiler=none --no-native-regexp")

Sorry, my fault. I recently turned this build off everywhere by default, but left it available on try. However, it gets run if you push with try syntax "-p linux64". I forgot about that, and bumped it up from tier 3 to tier 1 (I figured it didn't really matter if it wasn't running anymore, at least unless people explicitly requested it.)

I'll drop it back to tier 3. Alternatively, I could remove it from the ridealong list, but it's probably not hard to just get the build working again and that seems more worth the effort. Changing tier is trivial.

Assignee: nobody → sphink
Pushed by sfink@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/dc1e0338526e demote SM(msan) back to tier 3; it is getting run via ridealongs, r=catlee
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: