Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure SpiderMonkey shuts down cleanly #24862

Merged
merged 2 commits into from Nov 27, 2019

Conversation

@jdm
Copy link
Member

jdm commented Nov 25, 2019

This is the alternate solution that I described in #24845. Given how much simpler the resulting code is, I'm now much more in favour of this design. Depends on servo/rust-mozjs#487.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #21696 and fix #22276
  • There are tests for these changes
@highfive
Copy link

highfive commented Nov 25, 2019

Heads up! This PR modifies the following files:

  • @asajeffrey: components/script/lib.rs, components/script/script_runtime.rs, components/script/init.rs
  • @KiChjang: components/script/lib.rs, components/script/script_runtime.rs, components/script/init.rs
@highfive
Copy link

highfive commented Nov 25, 2019

warning Warning warning

  • These commits modify script code, but no tests are modified. Please consider adding a test!
@jdm
Copy link
Member Author

jdm commented Nov 25, 2019

@bors-servo try=wpt

@bors-servo
Copy link
Contributor

bors-servo commented Nov 25, 2019

Trying commit ecda9b8 with merge f4f716e...

bors-servo added a commit that referenced this pull request Nov 25, 2019
Ensure SpiderMonkey shuts down cleanly

This is the alternate solution that I described in #24845. Given how much simpler the resulting code is, I'm now much more in favour of this design.

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #21696 and fix #22276
- [x] There are tests for these changes
@jdm
Copy link
Member Author

jdm commented Nov 25, 2019

@bors-servo
Copy link
Contributor

bors-servo commented Nov 25, 2019

💔 Test failed - status-taskcluster

@jdm
Copy link
Member Author

jdm commented Nov 25, 2019

@bors-servo try=wpt

@bors-servo
Copy link
Contributor

bors-servo commented Nov 25, 2019

Trying commit ebd60dc with merge 9d8bdf4...

bors-servo added a commit that referenced this pull request Nov 25, 2019
Ensure SpiderMonkey shuts down cleanly

This is the alternate solution that I described in #24845. Given how much simpler the resulting code is, I'm now much more in favour of this design. Depends on servo/rust-mozjs#487.

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #21696 and fix #22276
- [x] There are tests for these changes
@bors-servo
Copy link
Contributor

bors-servo commented Nov 25, 2019

💔 Test failed - status-taskcluster

@jdm
Copy link
Member Author

jdm commented Nov 25, 2019

The only tests that failed were known intermittent failures \o/

@jdm jdm removed the S-tests-failed label Nov 25, 2019
@jdm
Copy link
Member Author

jdm commented Nov 25, 2019

@highfive highfive assigned asajeffrey and unassigned SimonSapin Nov 25, 2019
Copy link
Member

asajeffrey left a comment

LGTM, modulo the comments in the mozjs PR.

@jdm jdm force-pushed the jdm:js-init-destroy-fit-the-second branch from ebd60dc to 1c7f2d6 Nov 27, 2019
@jdm
Copy link
Member Author

jdm commented Nov 27, 2019

@bors-servo r=asajeffrey

@bors-servo
Copy link
Contributor

bors-servo commented Nov 27, 2019

📌 Commit 1c7f2d6 has been approved by asajeffrey

@bors-servo
Copy link
Contributor

bors-servo commented Nov 27, 2019

Testing commit 1c7f2d6 with merge 26ae18f...

bors-servo added a commit that referenced this pull request Nov 27, 2019
Ensure SpiderMonkey shuts down cleanly

This is the alternate solution that I described in #24845. Given how much simpler the resulting code is, I'm now much more in favour of this design. Depends on servo/rust-mozjs#487.

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #21696 and fix #22276
- [x] There are tests for these changes
@bors-servo
Copy link
Contributor

bors-servo commented Nov 27, 2019

💔 Test failed - status-taskcluster

@jdm
Copy link
Member Author

jdm commented Nov 27, 2019

@bors-servo
Copy link
Contributor

bors-servo commented Nov 27, 2019

Testing commit 1c7f2d6 with merge f166422...

bors-servo added a commit that referenced this pull request Nov 27, 2019
Ensure SpiderMonkey shuts down cleanly

This is the alternate solution that I described in #24845. Given how much simpler the resulting code is, I'm now much more in favour of this design. Depends on servo/rust-mozjs#487.

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #21696 and fix #22276
- [x] There are tests for these changes
@bors-servo
Copy link
Contributor

bors-servo commented Nov 27, 2019

☀️ Test successful - status-taskcluster
Approved by: asajeffrey
Pushing f166422 to master...

@bors-servo bors-servo merged commit 1c7f2d6 into servo:master Nov 27, 2019
2 checks passed
2 checks passed
Community-TC (pull_request) TaskGroup: success
Details
homu Test successful
Details
@bors-servo bors-servo mentioned this pull request Nov 27, 2019
4 of 4 tasks complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.