Closed
Bug 1544961
Opened 4 years ago
Closed 4 years ago
windows/aarch64 - disable gtests that crash the suite
Categories
(Testing :: GTest, defect)
Testing
GTest
Tracking
(firefox68 fixed)
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: egao, Assigned: egao)
References
Details
Attachments
(2 files)
Some tests, when run on windows10-aarch64, cause crash of the gtest harness due to timeouts.
Turn off these tests such that the suite is able to complete the run.
Assignee | ||
Comment 1•4 years ago
|
||
- revert to using #if define for TestMultiWriterQueue
Pushed by egao@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/3aa904e59c1b disable tests that cause gtest harness to crash on windows10-aarch64 r=jmaher,gbrown
Can you please add a comment to each location that you modified, explaining why the code is disabled. It's really frustrating to come across code that does a mysterious thing without saying why.
Assignee | ||
Comment 4•4 years ago
|
||
- added comments for disabled sections
Comment 5•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Updated•4 years ago
|
Assignee: nobody → egao
Updated•4 years ago
|
Attachment #9059320 -
Attachment description: Bug 1544961 - disable tests that cause gtest harness to crash on windows10-aarch64 → Bug 1544961 - comment on gtests that are disabled, disable ThreadUtils.IdleRunnableMethod and Timers.FindExpirationTime for windows10-aarch64
Pushed by egao@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/181f85197920 comment on gtests that are disabled, disable ThreadUtils.IdleRunnableMethod and Timers.FindExpirationTime for windows10-aarch64 r=jmaher,gbrown,dmajor
Comment 7•4 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•