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
Thanks for working on this! Looks like it's still failing on one bot, though. I
think there's actually a race condition and the same control doesn't always get
focus. I've even seen that in person, and I'm not even sure ChromeVox is related
to the race condition, it may just affect whether or not the first combo box
actually has focus or not.
In an earlier version of the test we tried to keep tabbing until we hit a known
control, maybe we need to do something along those lines?
Alternatively, add a fix to the oobe code itself that forces a certain control
to get focus?
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
Yes, I am debugging. Of course it doesn't fail locally...
I really want to get to the bottom of this now.
@David: hold of reviewing until this is fixed please.
dmazzoni@chromium.org writes:
> Thanks for working on this! Looks like it's still failing on one bot,
> though. I
> think there's actually a race condition and the same control doesn't always
> get
> focus. I've even seen that in person, and I'm not even sure ChromeVox is
> related
> to the race condition, it may just affect whether or not the first combo box
> actually has focus or not.
>
> In an earlier version of the test we tried to keep tabbing until we hit a
> known
> control, maybe we need to do something along those lines?
>
> Alternatively, add a fix to the oobe code itself that forces a certain
> control
> to get focus?
>
>
> 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.
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
Yeah, at one point I ran it 100x in a script and it didn't fail locally
once, but it failed on the bots. Frustrating.
On Thu, Jan 22, 2015 at 6:38 AM, <plundblad@chromium.org> wrote:
> Yes, I am debugging. Of course it doesn't fail locally...
> I really want to get to the bottom of this now.
>
>
> @David: hold of reviewing until this is fixed please.
>
>
>
> dmazzoni@chromium.org writes:
> > Thanks for working on this! Looks like it's still failing on one bot,
> > though. I
> > think there's actually a race condition and the same control doesn't
> always
> > get
> > focus. I've even seen that in person, and I'm not even sure ChromeVox is
> > related
> > to the race condition, it may just affect whether or not the first combo
> box
> > actually has focus or not.
> >
> > In an earlier version of the test we tried to keep tabbing until we hit a
> > known
> > control, maybe we need to do something along those lines?
> >
> > Alternatively, add a fix to the oobe code itself that forces a certain
> > control
> > to get focus?
> >
> >
> > 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.
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
Looking at the latest failure with tts logging haccked in, it turns out that
the OOBE flow is different when the machine lacks HID devices which the
bots presumably do. Will compensate for that in the test.
Thanks,
//Peter
--
To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.
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
PTAL
Basically rewrote this test, it doesn't seem flaky locally and succeeds on the
bot (fingers crossed). Ready for another look.
//Peter
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_chromeos_asan_rel_ng/builds/684/steps/interactive_ui_tests%20%28without%20patch%29/logs/OobeSpokenFeedbackTest.SpokenFeedbackInOobe On Tue, Feb 3, 2015 ...
5 years, 10 months ago
(2015-02-03 19:13:24 UTC)
#19
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: David Tseng, dmazzoni
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 5