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

Issue 1858103004: bluetooth: Separate notification tests (Closed)

Created:
4 years, 8 months ago by ortuno
Modified:
4 years, 8 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-notifications
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

bluetooth: Separate notification tests We separate the tests so that we don't have to manually stop notifications after each test is done. Because notifications state is kept in the frame and the frame cleans up the state after navigation we know the tests won't interfere with each other. BUG=554240 Committed: https://crrev.com/af5b0e45b29290c7d013e3c5e01a86fcfa9d50a4 Cr-Commit-Position: refs/heads/master@{#387734}

Patch Set 1 #

Patch Set 2 : Merge #

Patch Set 3 : Merge #

Patch Set 4 : Merge #

Total comments: 10

Patch Set 5 : Address jyasskin's comments #

Patch Set 6 : Merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -346 lines) Patch
M third_party/WebKit/LayoutTests/bluetooth/characteristicvaluechanged.html View 1 2 1 chunk +0 lines, -63 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/notifications/add-listener-after-promise.html View 1 2 1 chunk +12 lines, -7 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/notifications/add-multiple-event-listeners.html View 1 2 2 chunks +10 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/bluetooth/notifications/characteristic-does-not-support-notifications.html View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/notifications/concurrent-starts.html View 1 2 3 4 1 chunk +7 lines, -9 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/notifications/concurrent-stops.html View 1 2 3 4 1 chunk +7 lines, -7 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/notifications/event-after-starting.html View 1 2 3 4 1 chunk +7 lines, -7 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/notifications/gc-with-pending-start.html View 1 2 3 4 2 chunks +14 lines, -8 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/notifications/gc-with-pending-stop.html View 1 2 3 4 2 chunks +13 lines, -8 lines 0 comments Download
D third_party/WebKit/LayoutTests/bluetooth/notifications/notifications.html View 1 2 1 chunk +0 lines, -185 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/notifications/parallel-start-stop.html View 1 2 3 4 1 chunk +20 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/notifications/start-before-stop-resolves.html View 1 2 3 4 1 chunk +7 lines, -7 lines 0 comments Download
A third_party/WebKit/LayoutTests/bluetooth/notifications/start-fails.html View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/notifications/start-stop-start-stop.html View 1 2 3 4 1 chunk +7 lines, -7 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/notifications/start-succeeds.html View 1 2 3 4 1 chunk +5 lines, -6 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/notifications/start-twice-in-a-row.html View 1 2 3 4 1 chunk +5 lines, -7 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/notifications/stop-twice.html View 1 2 1 chunk +4 lines, -7 lines 0 comments Download
A + third_party/WebKit/LayoutTests/bluetooth/notifications/stop-without-starting.html View 1 2 1 chunk +3 lines, -6 lines 0 comments Download

Messages

Total messages: 23 (11 generated)
ortuno
jyasskin: PTAL
4 years, 8 months ago (2016-04-13 22:18:52 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1858103004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1858103004/40001
4 years, 8 months ago (2016-04-13 22:19:06 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_gn/builds/18742) ios_dbg_simulator_ninja on ...
4 years, 8 months ago (2016-04-13 22:22:39 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1858103004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1858103004/60001
4 years, 8 months ago (2016-04-13 22:36:15 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_gn/builds/18753) ios_dbg_simulator_ninja on ...
4 years, 8 months ago (2016-04-13 22:39:00 UTC) #11
Jeffrey Yasskin
Other than the comments and the red tests, LGTM. https://codereview.chromium.org/1858103004/diff/60001/third_party/WebKit/LayoutTests/bluetooth/notifications/event-after-starting.html File third_party/WebKit/LayoutTests/bluetooth/notifications/event-after-starting.html (right): https://codereview.chromium.org/1858103004/diff/60001/third_party/WebKit/LayoutTests/bluetooth/notifications/event-after-starting.html#newcode17 third_party/WebKit/LayoutTests/bluetooth/notifications/event-after-starting.html:17: ...
4 years, 8 months ago (2016-04-15 19:56:46 UTC) #12
ortuno
Thanks! I'm getting a patch error so I think I have to wait until the ...
4 years, 8 months ago (2016-04-15 20:59:06 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1858103004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1858103004/80001
4 years, 8 months ago (2016-04-15 20:59:48 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/160481) ios_rel_device_gn on ...
4 years, 8 months ago (2016-04-15 21:02:51 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1858103004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1858103004/100001
4 years, 8 months ago (2016-04-15 21:33:39 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 8 months ago (2016-04-15 22:48:07 UTC) #21
commit-bot: I haz the power
4 years, 8 months ago (2016-04-15 22:49:45 UTC) #23
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/af5b0e45b29290c7d013e3c5e01a86fcfa9d50a4
Cr-Commit-Position: refs/heads/master@{#387734}

Powered by Google App Engine
This is Rietveld 408576698