Skip to content

Commit b468990

Browse files
committed
WebBluetooth WPT tests
1 parent 467ab16 commit b468990

File tree

239 files changed

+4726
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+4726
-0
lines changed

tests/wpt/mozilla/meta/MANIFEST.json

Lines changed: 972 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
prefs: [dom.bluetooth.testing.enabled:true]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[device-goes-out-of-range.html]
2+
type: testharness
3+
[Device goes out of range. Reject with NetworkError.]
4+
expected: FAIL
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[device-goes-out-of-range.html]
2+
type: testharness
3+
[Device goes out of range. Reject with NetworkError.]
4+
expected: FAIL
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[disconnect-called-before.html]
2+
type: testharness
3+
[disconnect() called before getCharacteristic. Reject with NetworkError.]
4+
expected: FAIL
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[disconnect-called-during.html]
2+
type: testharness
3+
[disconnect() called during getCharacteristic. Reject with NetworkError.]
4+
expected: FAIL
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[get-same-characteristic.html]
2+
type: testharness
3+
[Calls to get the same characteristic should return the same object.]
4+
expected: FAIL
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[service-is-removed.html]
2+
type: testharness
3+
[Service is removed. Reject with InvalidStateError.]
4+
expected: FAIL
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[blacklisted-characteristics.html]
2+
type: testharness
3+
[The Device Information service is composed of blacklisted characteristics so we shouldn't find any.]
4+
expected: FAIL
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[device-goes-out-of-range-with-uuid.html]
2+
type: testharness
3+
[Device goes out of range with UUID. Reject with NetworkError.]
4+
expected: FAIL

0 commit comments

Comments
 (0)