Uh oh!
There was an error while loading. Please reload this page.
test: remove Object.observe from tests - #4769
Conversation
silverwind
commented
Jan 19, 2016
Do we know when v8 will drop it? |
cjihrig
commented
Jan 19, 2016
LGTM if the CI is happy, although we should probably keep the tests as long as our V8 ships |
vkurchatkin
commented
Jan 19, 2016
@cjihrig we could, but to tell the truth, it doesn't really add value in this particular case |
silverwind
commented
Jan 19, 2016
Found it: https://groups.google.com/a/chromium.org/forum/#!topic/blink-reviews-bindings/vwyJiq5u38E
|
mgol
commented
Jan 19, 2016
It says about deprecating, not dropping, though. |
silverwind
commented
Jan 20, 2016
How about skipping the test if |
cjihrig
commented
Jan 20, 2016
Is there any real rush to get rid of this? Is it hindering anything at all? |
Fishrock123
commented
Jan 20, 2016
@cjihrig It fails in Chakra because uh, Chakra doesn't have it since it's no-longer spec. |
bnoordhuis
commented
Jan 20, 2016
LGTM. It's non-spec so let's get rid of it. |
bnoordhuis
commented
Jan 20, 2016
cjihrig
commented
Jan 20, 2016
Makes sense then. LGTM |
mscdex
commented
Jan 20, 2016
LGTM assuming the two test failures on pi1 in CI are unrelated. |
jasnell
commented
Jan 22, 2016
They appear to be unrelated. |
silverwind
commented
Jan 27, 2016
Thanks! Landed in b4313cf. |
Testing this wasn't really useful, besides Object.observe is going to be deprecated. Also this test fails with Chakra (#4765) for obvious reason. PR-URL: #4769 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
ChALkeR
commented
Jan 27, 2016
I was under an impression that they already did drop it, but it seems they re-enabled it again due to backwards compatibility with something. |
Testing this wasn't really useful, besides Object.observe is going to be deprecated. Also this test fails with Chakra (#4765) for obvious reason. PR-URL: #4769 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Testing this wasn't really useful, besides Object.observe is going to be deprecated. Also this test fails with Chakra (#4765) for obvious reason. PR-URL: #4769 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Testing this wasn't really useful, besides Object.observe is going to be deprecated. Also this test fails with Chakra (#4765) for obvious reason. PR-URL: #4769 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Testing this wasn't really useful, besides Object.observe is going to be deprecated. Also this test fails with Chakra (#4765) for obvious reason. PR-URL: #4769 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Testing this wasn't really useful, besides Object.observe is going to be deprecated. Also this test fails with Chakra (#4765) for obvious reason. PR-URL: #4769 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Testing this wasn't really useful, besides Object.observe is going to be deprecated. Also this test fails with Chakra (nodejs#4765) for obvious reason. PR-URL: nodejs#4769 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Testing this wasn't really useful, besides Object.observe is going to be deprecated.
Also this test fails with Chakra (#4765) for obvious reason.