servo/etc/ci
bors-servo 318b23ed00 Auto merge of #13472 - asajeffrey:util-remutex-dont-log-while-mutating-lock, r=jdm
Don't log in the middle of mutating a reentrant lock

<!-- Please describe your changes on the following line: -->

Moved assertion that we are the lock owner to after the lock release. The problem is that Servo uses a reentrant lock for logging, so logging in the middle of mutating the lock is A Bad Idea.

While I was at it, I tidied up the reentrant lock code.

cc @jdm

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #13463.
- [X] These changes do not require tests because they fix an existing intermittent.

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13472)
<!-- Reviewable:end -->
2016-10-04 16:01:40 -05:00
..
fontconfig Cargoify servo 2014-09-08 20:21:42 -06:00
performance Auto merge of #13248 - asajeffrey:etc-ci-performance-gitignore, r=shinglyu 2016-09-26 06:03:55 -05:00
buildbot_steps.yml Auto merge of #12688 - paulrouget:brew, r=larsbergstrom 2016-08-14 15:25:25 -05:00
chaos_monkey_test.py Added /etc/ci/chaos_monkey_test.py. 2016-04-29 09:54:20 -05:00
check_dynamic_symbols.py Adding absolute_import to check_dynamic_symbols.py 2016-04-26 10:01:57 +09:00
check_intermittents.sh Add script to check for intermittent regressions 2016-08-09 21:25:45 -07:00
check_no_unwrap.sh Add linting for shell scripts 2016-07-22 11:53:14 -05:00
former_intermittents_css.txt Moved assertion to after lock release; tidied up code. 2016-10-04 15:50:38 -05:00
former_intermittents_wpt.txt Enable canvas_over_area.html (closes #8311) 2016-08-10 16:10:34 +02:00
lockfile_changed.sh Add lint to ensure substitutions use the full form 2016-08-05 09:29:10 -04:00
manifest_changed.sh Add lint to ensure substitutions use the full form 2016-08-05 09:29:10 -04:00
servo-binary-formula.rb.in brew package 2016-08-09 05:48:27 +02:00
update_brew.sh Don't leak GitHub tokens during network failures 2016-10-04 08:57:44 -04:00
upload_docs.sh Don't leak GitHub tokens during network failures 2016-10-04 08:57:44 -04:00
upload_nightly.sh brew package 2016-08-09 05:48:27 +02:00
xorg.conf Cargoify servo 2014-09-08 20:21:42 -06:00