Alex Crichton
ade4561eba
Don't unwrap mutex lock in headless testing
...
We don't worry about poisoning and it causes too many test failures if it's
turned on!
2018-07-09 14:55:55 -07:00
Alex Crichton
b66095bcff
Avoid logging body text
...
This was meant for debugging and is otherwise pretty noisy
2018-07-08 08:20:21 -07:00
Alex Crichton
bc01d6cd61
Fix onerror function in headless mode
...
Otherwise we don't see any output!
2018-07-08 08:20:14 -07:00
Alex Crichton
3236bac3f6
Start out a test's status as incomplete
...
That way if we don't fill it in the error message doesn't look quite so bizarre
2018-07-08 08:20:06 -07:00
Nick Fitzgerald
549e5a9be9
tests: Pull the project()
builder out into its own crate
...
The WebIDL-based -sys crate will also use this, but I want its tests to be a
separate suite that we can run separately and in parallel in CI. Therefore, this
testing infrastructure code needs to be share-able between them :)
2018-07-05 14:27:26 -07:00