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

Lock stderr while printing the alert() message. #7027

Merged
merged 1 commit into from Aug 6, 2015

Conversation

@Ms2ger
Copy link
Contributor

Ms2ger commented Aug 6, 2015

2a7f262 was unsufficient for the case where
the interleaved output was actually on stderr rather than stdout, such as
output from the error macro.

Review on Reviewable

@jdm
Copy link
Member

jdm commented Aug 6, 2015

@bors-servo
Copy link
Contributor

bors-servo commented Aug 6, 2015

📌 Commit dd2d306 has been approved by jdm

@metajack
Copy link
Contributor

metajack commented Aug 6, 2015

@bors-servo p=1

Bumping priority up since this will stabilize intermittents.

@bors-servo
Copy link
Contributor

bors-servo commented Aug 6, 2015

Testing commit dd2d306 with merge 6e210e1...

bors-servo pushed a commit that referenced this pull request Aug 6, 2015
Lock stderr while printing the alert() message.

2a7f262 was unsufficient for the case where
the interleaved output was actually on stderr rather than stdout, such as
output from the error macro.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7027)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Aug 6, 2015

💔 Test failed - linux1

@metajack
Copy link
Contributor

metajack commented Aug 6, 2015

/home/servo/buildbot/slave/linux1/build/components/script/dom/window.rs:366:22: 366:28 error: unresolved name `stderr` [E0425]
/home/servo/buildbot/slave/linux1/build/components/script/dom/window.rs:366         let stderr = stderr();
                                                                                                 ^~~~~~
2a7f262 was unsufficient for the case where
the interleaved output was actually on stderr rather than stdout, such as
output from the error macro.
@Ms2ger Ms2ger force-pushed the Ms2ger:lock-stderr branch from dd2d306 to c98d35e Aug 6, 2015
@Ms2ger
Copy link
Contributor Author

Ms2ger commented Aug 6, 2015

@bors-servo r=jdm

@bors-servo
Copy link
Contributor

bors-servo commented Aug 6, 2015

📌 Commit c98d35e has been approved by jdm

@bors-servo
Copy link
Contributor

bors-servo commented Aug 6, 2015

Testing commit c98d35e with merge 522ebe7...

bors-servo pushed a commit that referenced this pull request Aug 6, 2015
Lock stderr while printing the alert() message.

2a7f262 was unsufficient for the case where
the interleaved output was actually on stderr rather than stdout, such as
output from the error macro.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7027)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Aug 6, 2015

☀️ Test successful - android, gonk, linux1, linux2, mac1, mac2, mac3

@bors-servo bors-servo merged commit c98d35e into servo:master Aug 6, 2015
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@Ms2ger Ms2ger deleted the Ms2ger:lock-stderr branch Aug 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants
You can’t perform that action at this time.