Uh oh!
There was an error while loading. Please reload this page.
test: TextDecoder custom inspection - #24166
Conversation
gireeshpunathil
commented
Nov 11, 2018
gireeshpunathil
commented
Nov 11, 2018
@robin-drexler - CI fails for this PR, which I guess is related, please have a look: |
bd53ab9 to
5c2cf21Compare@gireeshpunathil yes, these failures were because of our changes - we used the option Edit: Also, since I rebased and made actual changes to the commit and code, we should invalidate all approvals on this PR? |
gireeshpunathil
commented
Nov 13, 2018
@robin-drexler - thanks. the sanity test failed because: we can fix it while landing, so no worries.
|
gireeshpunathil
commented
Nov 13, 2018
@robin-drexler - linter failed with: so basically the |
gireeshpunathil
commented
Nov 13, 2018
CI failure seems to be unrelated, however re-running to be doubles-sure. |
Trott
commented
Nov 13, 2018
Failure on shared-lib without-intl CI seems related: 04:51:17 not ok 1999 parallel/test-whatwg-encoding-textdecoder04:51:17 ---04:51:17 duration_ms: 0.14204:51:17 severity: fail04:51:17 exitcode: 104:51:17 stack: |-04:51:17 assert.js:8604:51:17 throw new AssertionError(obj);04:51:17 ^04:51:17 04:51:17 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:04:51:17 + actual - expected04:51:17 04:51:17 + "TextDecoder {\n encoding: 'utf-8',\n fatal: false,\n ignoreBOM: true,\n [Symbol(flags)]: 4,\n [Symbol(handle)]:\n StringDecoder {\n encoding: 'utf8',\n [Symbol(kNativeDecoder)]: <Buffer 00 00 00 00 00 00 01> } }"04:51:17 - "TextDecoder {\n encoding: 'utf-8',\n fatal: false,\n ignoreBOM: true,\n [Symbol(flags)]: 4,\n [Symbol(handle)]: {} }"04:51:17 at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/nodes/ubuntu1604_sharedlibs_withoutintl_x64/test/parallel/test-whatwg-encoding-textdecoder.js:104:10)04:51:17 at Module._compile (internal/modules/cjs/loader.js:722:30)04:51:17 at Object.Module._extensions..js (internal/modules/cjs/loader.js:733:10)04:51:17 at Module.load (internal/modules/cjs/loader.js:620:32)04:51:17 at tryModuleLoad (internal/modules/cjs/loader.js:560:12)04:51:17 at Function.Module._load (internal/modules/cjs/loader.js:552:3)04:51:17 at Function.Module.runMain (internal/modules/cjs/loader.js:775:12)04:51:17 at startup (internal/bootstrap/node.js:300:19)04:51:17 at bootstrapNodeJSCore (internal/bootstrap/node.js:833:3)04:51:17 ... |
Trott
commented
Nov 14, 2018
I'm fixing the test and will try to leave the co-authorship in there, but if our tooling chokes and we can only have one author, is there a clear primary author here? |
robin-drexler
commented
Nov 14, 2018
That'd be @ZauberNerd as I got the sole git attribution for other PR we've paired. @Trott thanks for offering to do the fix, I just wonder if maybe @ZauberNerd would like to do it himself, though. :) |
Trott
commented
Nov 14, 2018
Cool. I'll hold off, especially because I'm not actually sure if the the test is failing because stuff is broken or if the different result should be expected if there is no Intl compiled into the (If it helps, please note that |
Trott
commented
Nov 20, 2018
@robin-drexler@ZauberNerd Still being worked on? Or should someone else pick this up? |
5c2cf21 to
a696d1dCompareThese tests ensure hidden fields are shown when inspecting with `showHidden` and that passing negative `depth` prints simplified value. Co-authored-by: Robin Drexler <drexler.robin@gmail.com>
a696d1d to
3813422Compare@Trott I rebased against master, amended the commit message to adhere to the linter rules and added an if/else branch for Edit: The Jenkins jobs have not re-run after this force-push. Do they need to be triggered manually? |
Trott
commented
Nov 20, 2018
Yep! |
These tests ensure hidden fields are shown when inspecting with `showHidden` and that passing negative `depth` prints simplified value. Co-authored-by: Robin Drexler <drexler.robin@gmail.com> PR-URL: nodejs#24166 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Trott
commented
Nov 21, 2018
Landed in 57869bf. 🎉 Thanks for the contribution! |
These tests ensure hidden fields are shown when inspecting with `showHidden` and that passing negative `depth` prints simplified value. Co-authored-by: Robin Drexler <drexler.robin@gmail.com> PR-URL: #24166 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
These tests ensure hidden fields are shown when inspecting with `showHidden` and that passing negative `depth` prints simplified value. Co-authored-by: Robin Drexler <drexler.robin@gmail.com> PR-URL: #24166 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
These tests ensure hidden fields are shown when inspecting with `showHidden` and that passing negative `depth` prints simplified value. Co-authored-by: Robin Drexler <drexler.robin@gmail.com> PR-URL: #24166 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
These tests ensure hidden fields are shown when inspecting with `showHidden` and that passing negative `depth` prints simplified value. Co-authored-by: Robin Drexler <drexler.robin@gmail.com> PR-URL: nodejs#24166 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
These tests ensure hidden fields are shown when inspecting with `showHidden` and that passing negative `depth` prints simplified value. Co-authored-by: Robin Drexler <drexler.robin@gmail.com> PR-URL: #24166 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
These tests ensure hidden fields are shown when inspecting with
showHiddenand that passing negativedepthprints simplified value.Co-authored-by: ZauberNerd zaubernerd@zaubernerd.de
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes