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

Issue 866713002: Reland: Reenable oobe spoken feedback test. (Closed)

Created:
5 years, 11 months ago by Peter Lundblad
Modified:
5 years, 10 months ago
Reviewers:
dmazzoni, David Tseng
CC:
chromium-reviews, oshima+watch_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, yuzo+watch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, nkostylev+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland: Reenable oobe spoken feedback test. The test was disabled because it was flaky. This CL tries to address that and reenables the test. This relands the previous attempt which was still flaky on slow enough environments (such as the memory bots). BUG=346797 R=dtseng@chromium.org Committed: https://crrev.com/e03f042d1c76262248e42334b1d0326b0e4319e7 Cr-Commit-Position: refs/heads/master@{#313467} Committed: https://crrev.com/d329c7f093c4c7af682e514eeb2bfb3148342575 Cr-Commit-Position: refs/heads/master@{#314298}

Patch Set 1 #

Patch Set 2 : Temporarily add logging for debugging on the bot. #

Patch Set 3 : Rewrite OOBE test to be based on LoginManagerTest and not assume initial speech, git cl format. #

Total comments: 5

Patch Set 4 : Nits and remove a LOG(ERROR) #

Patch Set 5 : Add logging. #

Patch Set 6 : Actually focus the language select element. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -34 lines) Patch
M chrome/browser/chromeos/accessibility/speech_monitor.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc View 1 2 3 4 5 6 chunks +38 lines, -34 lines 0 comments Download

Messages

Total messages: 19 (3 generated)
Peter Lundblad
5 years, 11 months ago (2015-01-22 13:46:50 UTC) #1
dmazzoni
Thanks for working on this! Looks like it's still failing on one bot, though. I ...
5 years, 11 months ago (2015-01-22 14:33:44 UTC) #3
Peter Lundblad
Yes, I am debugging. Of course it doesn't fail locally... I really want to get ...
5 years, 11 months ago (2015-01-22 14:38:49 UTC) #4
dmazzoni
Yeah, at one point I ran it 100x in a script and it didn't fail ...
5 years, 11 months ago (2015-01-22 14:44:04 UTC) #5
Peter Lundblad
Looking at the latest failure with tts logging haccked in, it turns out that the ...
5 years, 11 months ago (2015-01-22 15:40:42 UTC) #6
Peter Lundblad
PTAL Basically rewrote this test, it doesn't seem flaky locally and succeeds on the bot ...
5 years, 10 months ago (2015-01-27 17:50:05 UTC) #7
David Tseng
lgtm https://codereview.chromium.org/866713002/diff/40001/chrome/browser/chromeos/accessibility/speech_monitor.cc File chrome/browser/chromeos/accessibility/speech_monitor.cc (right): https://codereview.chromium.org/866713002/diff/40001/chrome/browser/chromeos/accessibility/speech_monitor.cc#newcode76 chrome/browser/chromeos/accessibility/speech_monitor.cc:76: VLOG(0) << "Speaking " << utterance->text(); nit: remove ...
5 years, 10 months ago (2015-01-27 18:16:45 UTC) #8
dmazzoni
lgtm https://codereview.chromium.org/866713002/diff/40001/chrome/browser/chromeos/accessibility/speech_monitor.cc File chrome/browser/chromeos/accessibility/speech_monitor.cc (right): https://codereview.chromium.org/866713002/diff/40001/chrome/browser/chromeos/accessibility/speech_monitor.cc#newcode76 chrome/browser/chromeos/accessibility/speech_monitor.cc:76: VLOG(0) << "Speaking " << utterance->text(); On 2015/01/27 ...
5 years, 10 months ago (2015-01-27 18:38:44 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/866713002/60001
5 years, 10 months ago (2015-01-28 08:47:06 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 10 months ago (2015-01-28 09:38:38 UTC) #12
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/e03f042d1c76262248e42334b1d0326b0e4319e7 Cr-Commit-Position: refs/heads/master@{#313467}
5 years, 10 months ago (2015-01-28 09:40:08 UTC) #13
dconnelly
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/884643003/ by dconnelly@chromium.org. ...
5 years, 10 months ago (2015-01-28 13:28:24 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/866713002/100001
5 years, 10 months ago (2015-02-03 08:53:27 UTC) #16
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 10 months ago (2015-02-03 09:30:14 UTC) #17
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/d329c7f093c4c7af682e514eeb2bfb3148342575 Cr-Commit-Position: refs/heads/master@{#314298}
5 years, 10 months ago (2015-02-03 09:33:31 UTC) #18
David Tseng
5 years, 10 months ago (2015-02-03 19:13:24 UTC) #19
Message was sent while issue was closed.
This is still failing for me (on linux_chromium_chromeos_asan_rel_ng).

example:
http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...

On Tue, Feb 3, 2015 at 1:33 AM, <commit-bot@chromium.org> wrote:

> Patchset 6 (id:??) landed as
> https://crrev.com/d329c7f093c4c7af682e514eeb2bfb3148342575
> Cr-Commit-Position: refs/heads/master@{#314298}
>
>
> https://codereview.chromium.org/866713002/
>
> To unsubscribe from this group and stop receiving emails from it, send an
> email to chromium-reviews+unsubscribe@chromium.org.
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698