Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Issue 1910933002: bluetooth: Separate requestDevice tests (Closed)

Created:
4 years, 8 months ago by ortuno
Modified:
4 years, 7 months ago
Reviewers:
Jeffrey Yasskin
CC:
blink-reviews, chromium-reviews, ortuno+watch_chromium.org, scheib+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@bluetooth-mojo-gatt-connect
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

bluetooth: Separate requestDevice tests BUG=554240 Committed: https://crrev.com/b5e139fd003e69025f2422d4a2635ac3a74cb153 Cr-Commit-Position: refs/heads/master@{#393060}

Patch Set 1 #

Patch Set 2 : Merge #

Patch Set 3 : Move files #

Patch Set 4 : Moar clean up #

Patch Set 5 : Merge #

Patch Set 6 : Merge #

Total comments: 38

Patch Set 7 : Address jyasskin's comments #

Patch Set 8 : Replace uses of assert_promise_rejects because it was removed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+923 lines, -794 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/bluetooth/iframeRequestDevice.html View 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/WebKit/LayoutTests/bluetooth/requestDevice.html View 1 2 3 4 5 6 7 1 chunk +0 lines, -242 lines 0 comments Download
D third_party/WebKit/LayoutTests/bluetooth/requestDevice-blacklist.html View 1 2 3 4 5 6 7 1 chunk +0 lines, -40 lines 0 comments Download
D third_party/WebKit/LayoutTests/bluetooth/requestDevice-canonicalize-filter.html View 1 2 3 4 5 6 7 1 chunk +0 lines, -233 lines 0 comments Download
D third_party/WebKit/LayoutTests/bluetooth/requestDevice-matches-a-filter.html View 1 2 3 4 5 6 7 1 chunk +0 lines, -155 lines 0 comments Download
D third_party/WebKit/LayoutTests/bluetooth/requestDevice-sandboxed-iframe.html View 1 chunk +0 lines, -30 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/adapter-not-present.html View 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/adapter-off.html View 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/blacklisted-service-in-filter.html View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/blacklisted-service-in-optionalServices.html View 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-filter.html View 1 2 3 4 5 6 7 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-filters-member.html View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-namePrefix.html View 1 2 3 4 5 6 7 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-services-member.html View 1 2 3 4 5 6 7 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/max-length-for-device-name-name.html View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/max-length-for-device-name-namePrefix.html View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/max-length-for-name-in-adv-name.html View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/max-length-for-name-in-adv-namePrefix.html View 1 2 3 4 5 6 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/no-arguments.html View 1 2 3 4 5 6 7 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/no-filters-member.html View 1 2 3 4 5 6 7 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/unicode-max-length-for-device-name-name.html View 1 2 3 4 5 6 7 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/unicode-max-length-for-device-name-namePrefix.html View 1 2 3 4 5 6 7 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/unicode-max-length-for-name-in-adv-name.html View 1 2 3 4 5 6 7 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/unicode-max-length-for-name-in-adv-namePrefix.html View 1 2 3 4 5 6 7 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-name.html View 1 2 3 4 5 6 7 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-namePrefix.html View 1 2 3 4 5 6 7 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-optionalServices-member.html View 1 2 3 4 5 6 7 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-services-member.html View 1 2 3 4 5 6 7 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/chooser-restarts-scan.html View 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/consumes-user-gesture.html View 1 2 3 4 5 6 7 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/correct-filters.html View 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/correct-uuids.html View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/discovery-fails-to-start.html View 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/discovery-succeeds.html View 1 2 3 4 5 6 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/filter-does-not-match.html View 1 2 3 4 5 6 7 1 chunk +97 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/filter-matches.html View 1 2 3 4 5 6 7 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/multiple-machting-devices.html View 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/no-devices.html View 1 chunk +15 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/requestDevice/not-processing-user-gesture.html View 1 2 3 4 5 6 7 1 chunk +5 lines, -6 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/requestDevice/request-from-iframe.html View 2 chunks +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/requestDevice/request-from-sandboxed-iframe.html View 2 chunks +4 lines, -4 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/same-device.html View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/requestDevice/single-filter-single-service.html View 1 chunk +4 lines, -5 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/requestDevice/single-filter-two-services-fails.html View 1 2 3 4 5 6 7 1 chunk +16 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/requestDevice/single-filter-two-services-succeeds.html View 1 chunk +4 lines, -5 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/requestDevice/two-filters.html View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js View 1 2 3 4 5 6 1 chunk +27 lines, -15 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 15 (6 generated)
ortuno
jyasskin: PTAL. This is the last one!
4 years, 7 months ago (2016-05-06 19:33:46 UTC) #3
Jeffrey Yasskin
That was big! https://codereview.chromium.org/1910933002/diff/100001/third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-namePrefix.html File third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-namePrefix.html (right): https://codereview.chromium.org/1910933002/diff/100001/third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-namePrefix.html#newcode42 third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-namePrefix.html:42: }, 'A filter must restrict the ...
4 years, 7 months ago (2016-05-09 22:09:58 UTC) #4
ortuno
https://codereview.chromium.org/1910933002/diff/100001/third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-namePrefix.html File third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-namePrefix.html (right): https://codereview.chromium.org/1910933002/diff/100001/third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-namePrefix.html#newcode42 third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-namePrefix.html:42: }, 'A filter must restrict the devices in some ...
4 years, 7 months ago (2016-05-11 19:29:39 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1910933002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1910933002/140001
4 years, 7 months ago (2016-05-11 19:30:05 UTC) #7
Jeffrey Yasskin
lgtm https://codereview.chromium.org/1910933002/diff/100001/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js File third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js (right): https://codereview.chromium.org/1910933002/diff/100001/third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js#newcode309 third_party/WebKit/LayoutTests/resources/bluetooth/bluetooth-helpers.js:309: services = (services === undefined) ? ['heart_rate'] : ...
4 years, 7 months ago (2016-05-11 20:27:17 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-11 20:34:52 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1910933002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1910933002/140001
4 years, 7 months ago (2016-05-11 20:59:03 UTC) #12
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 7 months ago (2016-05-11 21:07:39 UTC) #13
commit-bot: I haz the power
4 years, 7 months ago (2016-05-11 21:26:13 UTC) #15
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/b5e139fd003e69025f2422d4a2635ac3a74cb153
Cr-Commit-Position: refs/heads/master@{#393060}

Powered by Google App Engine
This is Rietveld 408576698