Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix all AudioBuffer WPTs #21602
Fix all AudioBuffer WPTs #21602
Conversation
highfive
commented
Sep 4, 2018
|
Heads up! This PR modifies the following files:
|
|
@bors-servo try=wpt |
Fix AudioBuffer crash - [X] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [X] There are tests for these changes <!-- 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/21602) <!-- Reviewable:end -->
|
r? @Manishearth |
|
|
Ugh |
|
If I run these two tests independently, I get the crashes. If I run them together via |
This is fun. I am getting different behaviors on OSX and Linux. On OSX I get what I described above (timeouts when running all tests together). On Linux, what the try run reported (crashes). |
|
@bors-servo try=wpt |
1 similar comment
|
@bors-servo try=wpt |
Fix AudioBuffer crash - [X] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [X] There are tests for these changes <!-- 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/21602) <!-- Reviewable:end -->
|
|
|
@bors-servo try=wpt |
Fix AudioBuffer crash - [X] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [X] There are tests for these changes <!-- 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/21602) <!-- Reviewable:end -->
|
|
|
Regarding #21602 (comment), I am trying to fix all these crashes, so we don't introduce intermittent TIMEOUT vs CRASH failures. |
|
@bors-servo try=wpt |
Fix all AudioBuffer WPTs - [X] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [X] There are tests for these changes <!-- 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/21602) <!-- Reviewable:end -->
|
|
|
All AudioBuffer tests are passing now. I'll look at #21322 next. r? @Manishearth |
|
r=me should there be test expectation updates here? |
Oh, I updated the expectation, but it seems that I discarded the commit while force pushing (that's one of the issues of working with two different machines...). |
|
@bors-servo r=Manishearth |
|
|
Fix all AudioBuffer WPTs - [X] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [X] There are tests for these changes <!-- 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/21602) <!-- Reviewable:end -->
|
|
ferjm commentedSep 4, 2018
•
edited
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is