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 upAdd Bluetooth idlharness test #15080
Conversation
|
r? @jdm Please not that this PR is not complete yet! I broke it 2 separate patch because the 2. will crash servo... crashlog |
|
@dati91 Do you still see that crash if you rebase against master? I'm used to seeing stacks like that before servo/rust-mozjs#326 and #15041 merged. |
|
I tested on a70af60 revision. |
|
The changes here look fine. Now that the cause for the crash has been discovered in #15085, I'd like to hold off on merging this until the crash is fixed. |
|
I also added the missing objects (intentionally missing to minimize the crash test case). |
|
@bors-servo: try |
Add Bluetooth idlharness test <!-- Please describe your changes on the following line: --> Add idlharness wpt test file for WebBluetooth. --- <!-- 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 - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [X] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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/15080) <!-- Reviewable:end -->
|
|
|
@jdm Updated the expected list and squashed everything. |
|
@bors-servo: r+ |
|
|
Add Bluetooth idlharness test <!-- Please describe your changes on the following line: --> Add idlharness wpt test file for WebBluetooth. --- <!-- 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 - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [X] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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/15080) <!-- Reviewable:end -->
|
|
|
Hmm, this can't be related because I only added a test... :/
|
|
@bors-servo: retry |
Add Bluetooth idlharness test <!-- Please describe your changes on the following line: --> Add idlharness wpt test file for WebBluetooth. --- <!-- 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 - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [X] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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/15080) <!-- Reviewable:end -->
|
|
dati91 commentedJan 17, 2017
•
edited by larsbergstrom
Add idlharness wpt test file for WebBluetooth.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is