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

Issue 10963022: Mark html/window_open_test flaky. (Closed)

Created:
8 years, 3 months ago by ricow1
Modified:
8 years, 3 months ago
Reviewers:
ahe, gram
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Mark html/window_open_test flaky. This is reappearing, see issue 5151 Committed: https://code.google.com/p/dart/source/detail?r=12681

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M tests/html/html.status View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ricow1
8 years, 3 months ago (2012-09-21 06:49:32 UTC) #1
ricow1
TBR
8 years, 3 months ago (2012-09-21 06:51:20 UTC) #2
ahe
8 years, 3 months ago (2012-09-21 09:19:29 UTC) #3
Are you sure it is flaky?

I think Graham's change to the status file only made the test non-flaky. Fixing
the test requires this:

test('Enable opening of Windows', () {
 evaluateJavaScript('''
var tester = (testRunner || layoutTestController);
if (tester) tester.setCanOpenWindows()''');
});

Powered by Google App Engine
This is Rietveld 408576698