Closed
Bug 1338339
Opened 7 years ago
Closed 6 years ago
Intermittent dom/xhr/tests/browser_blobFromFile.js | The size matches - Got 28789, expected 31064
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: baku)
References
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell fixed:logic])
Attachments
(1 file)
2.43 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
Filed by: wkocher [at] mozilla.com https://treeherder.mozilla.org/logviewer.html#?job_id=76009337&repo=autoland https://archive.mozilla.org/pub/firefox/tinderbox-builds/autoland-win32/1486658480/autoland_win7_vm_test-mochitest-browser-chrome-2-bm139-tests1-windows-build452.txt.gz
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
![]() |
||
Updated•7 years ago
|
Priority: -- → P5
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 12•6 years ago
|
||
on the 19th, this started failing at a very high failure rate for linux (mostly debug/asan, some opt) on both e10s and non-e10s. :overholt, can you help find someone to look into this?
Flags: needinfo?(overholt)
Priority: P5 → --
Whiteboard: [stockwell needswork:DOM]
Comment hidden (Intermittent Failures Robot) |
Comment 14•6 years ago
|
||
Oops, I meant to needinfo baku here.
Flags: needinfo?(overholt) → needinfo?(amarchesini)
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → amarchesini
Flags: needinfo?(amarchesini)
Assignee | ||
Comment 15•6 years ago
|
||
Attachment #8889524 -
Flags: review?(bugs)
Assignee | ||
Comment 16•6 years ago
|
||
The issue here is that pref.js is overwritten and it changes the size during the test. Better to use a different file for testing.
Comment 17•6 years ago
|
||
Comment on attachment 8889524 [details] [diff] [review] intermittent.patch >+ let fileData = ""; >+ for (var i = 0; i < 100; ++i) { >+ fileData += "hello world!"; >+ } Wouldn't let fileData = (new Array(100)).join("hello world!"); be a bit simpler. But no need to change. We don't need to remove the created file?
Attachment #8889524 -
Flags: review?(bugs) → review+
Comment 18•6 years ago
|
||
Pushed by amarchesini@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/130073f0bc06 dom/xhr/tests/browser_blobFromFile.js must use a separate file for testing instead of prefs.js, r=smaug
Comment 19•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/130073f0bc06
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
Updated•6 years ago
|
Whiteboard: [stockwell needswork:DOM] → [stockwell fixed:logic]
Comment hidden (Intermittent Failures Robot) |
Updated•5 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•