deps: revert whitespace changes on V8#32587
Conversation
While landing the upgrade to V8 8.1, something went wrong and git made unecessary (and incorrect) whitespace changes to test fixtures, which broke V8 tests. Revert those changes to fix our tests.
|
Not sure if we should bump |
addaleax
left a comment
There was a problem hiding this comment.
LGTM
Did you use git node land? It’s really time to get that tool away from manually downloading patches…
|
@addaleax yes, I used |
|
I think we should fastrack this |
IMO we shouldn't |
|
If anyone wants to land it feel free to do so. I won't be able to do it before later today or tomorrow morning. |
While landing the upgrade to V8 8.1, something went wrong and git made unecessary (and incorrect) whitespace changes to test fixtures, which broke V8 tests. Revert those changes to fix our tests. PR-URL: #32587 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
|
Landed on f6dcd63 (I didn't use |
While landing the upgrade to V8 8.1, something went wrong and git made unecessary (and incorrect) whitespace changes to test fixtures, which broke V8 tests. Revert those changes to fix our tests. PR-URL: #32587 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
While landing the upgrade to V8 8.1, something went wrong and git made
unecessary (and incorrect) whitespace changes to test fixtures, which
broke V8 tests. Revert those changes to fix our tests.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes