Start implementing WritableStream, behind a pref, often with stubbed-out functions that just throw
Categories
(Core :: JavaScript: Standard Library, enhancement, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | affected |
People
(Reporter: Waldo, Assigned: Waldo)
References
Details
Attachments
(63 files)
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review |
A full WritableStream implementation is going to be pretty large. We'll have to go somewhat (abstract) function by function, or group of them, or something smaller than "here's a fully usable implementation of a subset of WritableStream". Meanwhile, as long as the entrypoint to it all -- the WritableStream constructor (and eventually ReadableStream.prototype.pipeThrough, but that doesn't exist yet so I don't have to be cautious about it) -- is turned off, it should be no biggie having a bunch of code that in many many places will end up in JS_ReportErrorASCII(cx, "NYI"); return false; sorts of code paths.
I started these patches out methodically from the WritableStream constructor, but at a certain point I kind of hopped off that bandwagon and just started looking for functions that were fairly easy to implement without having to depend on implementationally-tricky things. End of day everything will be implemented. Just not yet.
There are going to be a bunch of // XXX jwalden ... comments in these patches as I stub out helpers in extremely aggressive fashion when I first hit a "need" for them. A more pedantic sort of person would insist on citing a bug in all such comments for everyone one of them, but I hope I can escape that requirement at least for now -- I really don't want to have to be thinking about bug-filling-maintenance paper-pushing as I write every single quick stub. Please?
| Assignee | ||
Comment 1•6 years ago
|
||
Depends on D46395
| Assignee | ||
Comment 2•6 years ago
|
||
Depends on D46396
| Assignee | ||
Comment 3•6 years ago
|
||
Depends on D46397
| Assignee | ||
Comment 4•6 years ago
|
||
Depends on D46398
| Assignee | ||
Comment 5•6 years ago
|
||
Depends on D46399
| Assignee | ||
Comment 6•6 years ago
|
||
Depends on D46400
| Assignee | ||
Comment 7•6 years ago
|
||
Depends on D46401
| Assignee | ||
Comment 8•6 years ago
|
||
Depends on D46402
| Assignee | ||
Comment 9•6 years ago
|
||
Depends on D46403
| Assignee | ||
Comment 10•6 years ago
|
||
Depends on D46404
| Assignee | ||
Comment 11•6 years ago
|
||
Depends on D46405
| Assignee | ||
Comment 12•6 years ago
|
||
Depends on D46406
| Assignee | ||
Comment 13•6 years ago
|
||
Depends on D46407
| Assignee | ||
Comment 14•6 years ago
|
||
Depends on D46408
| Assignee | ||
Comment 15•6 years ago
|
||
Depends on D46409
| Assignee | ||
Comment 16•6 years ago
|
||
Depends on D46410
| Assignee | ||
Comment 17•6 years ago
|
||
Depends on D46411
| Assignee | ||
Comment 18•6 years ago
|
||
Depends on D46412
| Assignee | ||
Comment 19•6 years ago
|
||
Depends on D46413
| Assignee | ||
Comment 20•6 years ago
|
||
Depends on D46414
Updated•6 years ago
|
Comment 21•6 years ago
|
||
Comment 22•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/d880163db39a
https://hg.mozilla.org/mozilla-central/rev/022992275778
https://hg.mozilla.org/mozilla-central/rev/ade306c6ac9e
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 23•6 years ago
|
||
Comment 24•6 years ago
|
||
| bugherder | ||
Comment 25•6 years ago
|
||
Comment 26•6 years ago
|
||
Backed out 6 changesets (bug 1582348) for build bustage in streams/WritableStreamOperations.cpp
Log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=268886073&repo=autoland&lineNumber=24216
Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=bb2e05de06384de6ae4158e6a7d14d1d6fe9a5ce
Backout:
https://hg.mozilla.org/integration/autoland/rev/98a731bedf388118208858f749376b913d18f253
Comment 27•6 years ago
|
||
Comment 28•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/6468d1383eed
https://hg.mozilla.org/mozilla-central/rev/3d7cb583ec80
https://hg.mozilla.org/mozilla-central/rev/eb99905e2a22
https://hg.mozilla.org/mozilla-central/rev/32d49dee2c84
https://hg.mozilla.org/mozilla-central/rev/7eb27b8da551
https://hg.mozilla.org/mozilla-central/rev/5b8db6d5f2a3
| Assignee | ||
Updated•6 years ago
|
Comment 29•6 years ago
|
||
Comment 30•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/325d52211e61
https://hg.mozilla.org/mozilla-central/rev/303ff0fb526a
https://hg.mozilla.org/mozilla-central/rev/09a9d352a37d
https://hg.mozilla.org/mozilla-central/rev/c8ad32cc516d
https://hg.mozilla.org/mozilla-central/rev/b4429b63f237
https://hg.mozilla.org/mozilla-central/rev/bf4c77c5ef43
https://hg.mozilla.org/mozilla-central/rev/54d17d430de3
| Assignee | ||
Comment 31•6 years ago
|
||
| Assignee | ||
Comment 32•6 years ago
|
||
Depends on D49538
| Assignee | ||
Comment 33•6 years ago
|
||
Depends on D49539
| Assignee | ||
Comment 34•6 years ago
|
||
Depends on D49540
| Assignee | ||
Comment 35•6 years ago
|
||
Depends on D49541
| Assignee | ||
Comment 36•6 years ago
|
||
Depends on D49542
| Assignee | ||
Comment 37•6 years ago
|
||
Depends on D49543
| Assignee | ||
Comment 38•6 years ago
|
||
Depends on D49544
| Assignee | ||
Comment 39•6 years ago
|
||
Depends on D49545
| Assignee | ||
Comment 40•6 years ago
|
||
Depends on D49546
| Assignee | ||
Comment 41•6 years ago
|
||
Depends on D49547
| Assignee | ||
Comment 42•6 years ago
|
||
Depends on D49548
| Assignee | ||
Comment 43•6 years ago
|
||
Depends on D49549
| Assignee | ||
Comment 44•6 years ago
|
||
Depends on D49550
| Assignee | ||
Comment 45•6 years ago
|
||
Depends on D49551
| Assignee | ||
Comment 46•6 years ago
|
||
Depends on D50093
| Assignee | ||
Comment 47•6 years ago
|
||
Depends on D50094
| Assignee | ||
Comment 48•6 years ago
|
||
Depends on D50095
| Assignee | ||
Comment 49•6 years ago
|
||
Depends on D50099
| Assignee | ||
Comment 50•6 years ago
|
||
Depends on D50100
| Assignee | ||
Comment 51•6 years ago
|
||
Depends on D50101
| Assignee | ||
Comment 52•6 years ago
|
||
Depends on D50102
| Assignee | ||
Comment 53•6 years ago
|
||
Depends on D50103
| Assignee | ||
Comment 54•6 years ago
|
||
Depends on D50104
| Assignee | ||
Comment 55•6 years ago
|
||
Depends on D50105
| Assignee | ||
Comment 56•6 years ago
|
||
Depends on D50106
| Assignee | ||
Comment 57•6 years ago
|
||
Depends on D50107
Comment 58•6 years ago
|
||
Comment 59•6 years ago
|
||
| bugherder | ||
Comment 60•6 years ago
|
||
Comment 61•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/bb048f85a3a9
https://hg.mozilla.org/mozilla-central/rev/519ddce02f43
https://hg.mozilla.org/mozilla-central/rev/060a76418b95
https://hg.mozilla.org/mozilla-central/rev/6dc87f50afb5
https://hg.mozilla.org/mozilla-central/rev/9194f4c3a4b0
https://hg.mozilla.org/mozilla-central/rev/cdee74198a02
https://hg.mozilla.org/mozilla-central/rev/efddf4dea6a9
| Assignee | ||
Comment 62•6 years ago
|
||
Depends on D50099
| Assignee | ||
Comment 63•6 years ago
|
||
Depends on D50108
| Assignee | ||
Comment 64•6 years ago
|
||
Depends on D51042
| Assignee | ||
Comment 65•6 years ago
|
||
Depends on D51043
| Assignee | ||
Comment 66•6 years ago
|
||
Depends on D51044
| Assignee | ||
Comment 67•6 years ago
|
||
Depends on D51045
| Assignee | ||
Comment 68•6 years ago
|
||
Depends on D51046
| Assignee | ||
Comment 69•6 years ago
|
||
Depends on D51047
| Assignee | ||
Comment 70•6 years ago
|
||
Depends on D51048
Comment 71•6 years ago
|
||
Comment 72•6 years ago
|
||
Backed out 7 changesets (bug 1582348) for spidermonkey bustage at WritableStream.cpp on a CLOSED TREE.
Backout link: https://hg.mozilla.org/integration/autoland/rev/0b9f03d1ba899606b748a06bb49d5a0e55a150f0
Push with failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&revision=912867da09871edf3daf04088e3333603ce2e2e4&selectedJob=273619463
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=273619463&repo=autoland&lineNumber=4087
Log snippet:
[task 2019-10-30T05:20:02.700Z] js/src/frontend/ElemOpEmitter.o
[task 2019-10-30T05:20:03.394Z] /builds/worker/fetches/gcc/bin/g++ -o testIsInsideNursery.o -c -I/builds/worker/workspace/build/src/obj-spider/dist/system_wrappers -include /builds/worker/workspace/build/src/config/gcc_hidden.h -DDEBUG=1 -DMOZ_HAS_MOZGLUE -DEXPORT_JS_API -Dtopsrcdir=/builds/worker/workspace/build/src/js/src -I/builds/worker/workspace/build/src/js/src/jsapi-tests -I/builds/worker/workspace/build/src/obj-spider/js/src/jsapi-tests -I/builds/worker/workspace/build/src/obj-spider/js/src -I/builds/worker/workspace/build/src/js/src -I/builds/worker/workspace/build/src/obj-spider/dist/include -I/builds/worker/workspace/build/src/obj-spider/dist/include/nspr -fPIC -DMOZILLA_CLIENT -include /builds/worker/workspace/build/src/obj-spider/js/src/js-confdefs.h -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wall -Wempty-body -Wignored-qualifiers -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wwrite-strings -Wno-invalid-offsetof -Wduplicated-cond -Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=coverage-mismatch -Wno-error=free-nonheap-object -Wformat -D_GLIBCXX_USE_CXX11_ABI=0 -fno-sized-deallocation -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread -pipe -g -freorder-blocks -O3 -fno-omit-frame-pointer -funwind-tables -Werror -fno-strict-aliasing -Werror=format -Wno-shadow -Wno-attributes -MD -MP -MF .deps/testIsInsideNursery.o.pp /builds/worker/workspace/build/src/js/src/jsapi-tests/testIsInsideNursery.cpp
[task 2019-10-30T05:20:03.395Z] js/src/jsapi-tests/testIteratorObject.o
[task 2019-10-30T05:20:05.513Z] /builds/worker/fetches/gcc/bin/g++ -o testIteratorObject.o -c -I/builds/worker/workspace/build/src/obj-spider/dist/system_wrappers -include /builds/worker/workspace/build/src/config/gcc_hidden.h -DDEBUG=1 -DMOZ_HAS_MOZGLUE -DEXPORT_JS_API -Dtopsrcdir=/builds/worker/workspace/build/src/js/src -I/builds/worker/workspace/build/src/js/src/jsapi-tests -I/builds/worker/workspace/build/src/obj-spider/js/src/jsapi-tests -I/builds/worker/workspace/build/src/obj-spider/js/src -I/builds/worker/workspace/build/src/js/src -I/builds/worker/workspace/build/src/obj-spider/dist/include -I/builds/worker/workspace/build/src/obj-spider/dist/include/nspr -fPIC -DMOZILLA_CLIENT -include /builds/worker/workspace/build/src/obj-spider/js/src/js-confdefs.h -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wall -Wempty-body -Wignored-qualifiers -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wwrite-strings -Wno-invalid-offsetof -Wduplicated-cond -Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=coverage-mismatch -Wno-error=free-nonheap-object -Wformat -D_GLIBCXX_USE_CXX11_ABI=0 -fno-sized-deallocation -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread -pipe -g -freorder-blocks -O3 -fno-omit-frame-pointer -funwind-tables -Werror -fno-strict-aliasing -Werror=format -Wno-shadow -Wno-attributes -MD -MP -MF .deps/testIteratorObject.o.pp /builds/worker/workspace/build/src/js/src/jsapi-tests/testIteratorObject.cpp
[task 2019-10-30T05:20:05.513Z] js/src/jsapi-tests/testJSEvaluateScript.o
[task 2019-10-30T05:20:05.778Z] /builds/worker/workspace/build/src/js/src/builtin/streams/WritableStream.cpp: In function 'bool WritableStream_abort(JSContext*, unsigned int, JS::Value*)':
[task 2019-10-30T05:20:05.778Z] /builds/worker/workspace/build/src/js/src/builtin/streams/WritableStream.cpp:189:35: error: 'GetErrorMessage' was not declared in this scope
[task 2019-10-30T05:20:05.778Z] JS_ReportErrorNumberASCII(cx, GetErrorMessage, nullptr,
[task 2019-10-30T05:20:05.778Z] ^~~~~~~~~~~~~~~
[task 2019-10-30T05:20:05.778Z] /builds/worker/workspace/build/src/js/src/builtin/streams/WritableStream.cpp:189:35: note: suggested alternative:
[task 2019-10-30T05:20:05.778Z] In file included from /builds/worker/workspace/build/src/js/src/vm/NativeObject.h:15:0,
[task 2019-10-30T05:20:05.778Z] from /builds/worker/workspace/build/src/js/src/vm/List.h:12,
[task 2019-10-30T05:20:05.778Z] from /builds/worker/workspace/build/src/js/src/builtin/streams/WritableStream.h:23,
[task 2019-10-30T05:20:05.778Z] from /builds/worker/workspace/build/src/js/src/builtin/streams/WritableStream.cpp:9:
[task 2019-10-30T05:20:05.778Z] /builds/worker/workspace/build/src/js/src/jsfriendapi.h:1307:49: note: 'js::GetErrorMessage'
[task 2019-10-30T05:20:05.778Z] extern JS_FRIEND_API const JSErrorFormatString* GetErrorMessage(
[task 2019-10-30T05:20:05.778Z] ^~~~~~~~~~~~~~~
[task 2019-10-30T05:20:06.113Z] /builds/worker/fetches/gcc/bin/g++ -o Memory.o -c -I/builds/worker/workspace/build/src/obj-spider/dist/system_wrappers -include /builds/worker/workspace/build/src/config/gcc_hidden.h -DDEBUG=1 -DWASM_SUPPORTS_HUGE_MEMORY -DJS_CACHEIR_SPEW -DJS_STRUCTURED_SPEW -DEXPORT_JS_API -DMOZ_HAS_MOZGLUE -I/builds/worker/workspace/build/src/js/src/gc -I/builds/worker/workspace/build/src/obj-spider/js/src/gc -I/builds/worker/workspace/build/src/obj-spider/js/src -I/builds/worker/workspace/build/src/js/src -I/builds/worker/workspace/build/src/obj-spider/dist/include -I/builds/worker/workspace/build/src/obj-spider/dist/include/nspr -fPIC -DMOZILLA_CLIENT -include /builds/worker/workspace/build/src/obj-spider/js/src/js-confdefs.h -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wall -Wempty-body -Wignored-qualifiers -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wwrite-strings -Wno-invalid-offsetof -Wduplicated-cond -Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=coverage-mismatch -Wno-error=free-nonheap-object -Wformat -D_GLIBCXX_USE_CXX11_ABI=0 -fno-sized-deallocation -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread -pipe -g -freorder-blocks -O3 -fno-omit-frame-pointer -funwind-tables -Werror -fno-strict-aliasing -Werror=format -Wno-shadow -Wno-attributes -MD -MP -MF .deps/Memory.o.pp /builds/worker/workspace/build/src/js/src/gc/Memory.cpp
[task 2019-10-30T05:20:06.113Z] js/src/gc/Nursery.o
[task 2019-10-30T05:20:06.698Z] /builds/worker/fetches/gcc/bin/g++ -o ElemOpEmitter.o -c -I/builds/worker/workspace/build/src/obj-spider/dist/system_wrappers -include /builds/worker/workspace/build/src/config/gcc_hidden.h -DDEBUG=1 -DWASM_SUPPORTS_HUGE_MEMORY -DJS_CACHEIR_SPEW -DJS_STRUCTURED_SPEW -DEXPORT_JS_API -DMOZ_HAS_MOZGLUE -I/builds/worker/workspace/build/src/js/src/frontend -I/builds/worker/workspace/build/src/obj-spider/js/src/frontend -I/builds/worker/workspace/build/src/obj-spider/js/src -I/builds/worker/workspace/build/src/js/src -I/builds/worker/workspace/build/src/obj-spider/dist/include -I/builds/worker/workspace/build/src/obj-spider/dist/include/nspr -fPIC -DMOZILLA_CLIENT -include /builds/worker/workspace/build/src/obj-spider/js/src/js-confdefs.h -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wall -Wempty-body -Wignored-qualifiers -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wwrite-strings -Wno-invalid-offsetof -Wduplicated-cond -Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=coverage-mismatch -Wno-error=free-nonheap-object -Wformat -D_GLIBCXX_USE_CXX11_ABI=0 -fno-sized-deallocation -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fno-math-errno -pthread -pipe -g -freorder-blocks -O3 -fno-omit-frame-pointer -funwind-tables -Werror -fno-strict-aliasing -Werror=format -Wno-shadow -Wno-attributes -MD -MP -MF .deps/ElemOpEmitter.o.pp /builds/worker/workspace/build/src/js/src/frontend/ElemOpEmitter.cpp
[task 2019-10-30T05:20:06.698Z] js/src/frontend/EmitterScope.o
[task 2019-10-30T05:20:07.131Z] /builds/worker/workspace/build/src/config/rules.mk:787: recipe for target 'WritableStream.o' failed
[task 2019-10-30T05:20:07.131Z] make[3]: *** [WritableStream.o] Error 1
[task 2019-10-30T05:20:07.131Z] make[3]: Leaving directory '/builds/worker/workspace/build/src/obj-spider/js/src'
[task 2019-10-30T05:20:07.132Z] /builds/worker/workspace/build/src/config/recurse.mk:74: recipe for target 'js/src/target-objects' failed
[task 2019-10-30T05:20:07.132Z] make[2]: *** [js/src/target-objects] Error 2
[task 2019-10-30T05:20:07.132Z] make[2]: *** Waiting for unfinished jobs....
Comment 73•6 years ago
|
||
Comment 74•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/c43485290702
https://hg.mozilla.org/mozilla-central/rev/b324f9e52e05
https://hg.mozilla.org/mozilla-central/rev/d3f5c02f5998
https://hg.mozilla.org/mozilla-central/rev/0b7f8d406863
https://hg.mozilla.org/mozilla-central/rev/1a7175e8af9e
https://hg.mozilla.org/mozilla-central/rev/a9088be943d2
https://hg.mozilla.org/mozilla-central/rev/a605285038fe
Updated•6 years ago
|
Comment 75•6 years ago
|
||
Comment 76•6 years ago
|
||
| bugherder | ||
Comment 77•6 years ago
|
||
Comment 78•6 years ago
|
||
| bugherder landing | ||
https://hg.mozilla.org/integration/mozilla-inbound/rev/c43485290702
https://hg.mozilla.org/integration/mozilla-inbound/rev/b324f9e52e05
https://hg.mozilla.org/integration/mozilla-inbound/rev/d3f5c02f5998
https://hg.mozilla.org/integration/mozilla-inbound/rev/0b7f8d406863
https://hg.mozilla.org/integration/mozilla-inbound/rev/1a7175e8af9e
https://hg.mozilla.org/integration/mozilla-inbound/rev/a9088be943d2
https://hg.mozilla.org/integration/mozilla-inbound/rev/a605285038fe
Comment 79•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/0695bdca115c
https://hg.mozilla.org/mozilla-central/rev/61afdffa6c61
https://hg.mozilla.org/mozilla-central/rev/9515a29ca747
https://hg.mozilla.org/mozilla-central/rev/df73afe636f4
https://hg.mozilla.org/mozilla-central/rev/1de9eca9cdab
https://hg.mozilla.org/mozilla-central/rev/31d663782160
https://hg.mozilla.org/mozilla-central/rev/bf009da407c8
https://hg.mozilla.org/mozilla-central/rev/18a51ecc0e31
https://hg.mozilla.org/mozilla-central/rev/31081d27ff05
https://hg.mozilla.org/mozilla-central/rev/97f48c45c1d0
https://hg.mozilla.org/mozilla-central/rev/f3c25182df77
https://hg.mozilla.org/mozilla-central/rev/b74411c57592
https://hg.mozilla.org/mozilla-central/rev/0b04695b380e
https://hg.mozilla.org/mozilla-central/rev/a6bf506749c9
https://hg.mozilla.org/mozilla-central/rev/c42a3c4cccc6
https://hg.mozilla.org/mozilla-central/rev/db95a431fc20
https://hg.mozilla.org/mozilla-central/rev/2786d88246d4
| Assignee | ||
Comment 80•6 years ago
|
||
| Assignee | ||
Comment 81•6 years ago
|
||
Depends on D51964
| Assignee | ||
Comment 82•6 years ago
|
||
Depends on D51965
| Assignee | ||
Comment 83•6 years ago
|
||
Depends on D51966
| Assignee | ||
Comment 84•6 years ago
|
||
Depends on D51967
| Assignee | ||
Comment 85•6 years ago
|
||
Depends on D51968
| Assignee | ||
Comment 86•6 years ago
|
||
Depends on D51969
Comment 87•6 years ago
|
||
Comment 88•6 years ago
|
||
Backed out 7 changesets (bug 1582348) for Spidermonkey failures in streams/writable-streams/brand-checks.any.js. CLOSED TREE
Log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=274948789&repo=autoland&lineNumber=87786
Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&group_state=expanded&revision=aae7cc724b3ebf21ed1427cf53ec205ce62d2748
Backout:
https://hg.mozilla.org/integration/autoland/rev/7e3a8ad78d7e550e134c8541245b241fb37258a1
| Assignee | ||
Comment 89•6 years ago
|
||
Hrm. I'm not sure why those tests would be failing up there, when they work for me locally. Relanding all the but the last test, whilst I figure out why they pass for me locally but fail on tinderbox.
Comment 90•6 years ago
|
||
Comment 91•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/eadda7d0287c
https://hg.mozilla.org/mozilla-central/rev/875c829c57ce
https://hg.mozilla.org/mozilla-central/rev/979d77ef5692
https://hg.mozilla.org/mozilla-central/rev/9e620f21ea4f
https://hg.mozilla.org/mozilla-central/rev/3ba2ca38372d
https://hg.mozilla.org/mozilla-central/rev/8caeb3eb603c
Updated•6 years ago
|
Comment 92•6 years ago
|
||
Comment 93•6 years ago
|
||
Comment 94•6 years ago
|
||
| bugherder | ||
Comment 95•5 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:jorendorff, maybe it's time to close this bug?
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Description
•