Closed
Bug 1359760
Opened 8 years ago
Closed 7 years ago
enable green tc win 10 tests
Categories
(Infrastructure & Operations :: RelOps: General, task)
Infrastructure & Operations
RelOps: General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: grenade, Assigned: grenade)
References
Details
Attachments
(1 file)
this bug will just track what has been validated green and then enabled by default for Taskcluster Windows 10 test suites.
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Assignee: relops → rthijssen
Status: NEW → ASSIGNED
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8861852 [details]
Bug 1359760 - enable: a11y, awsy, cpp, j, jit, jp, mn, ss suites on tc win10;
https://reviewboard.mozilla.org/r/133876/#review136796
with these changes, I am concerned that turning on tests for windows 10 will require us to make exclusions for windows10-asan (which are being removed here). Can we not just adjust the test-sets for now?
::: taskcluster/ci/test/tests.yml:1375
(Diff revision 1)
> description: "Are we slim yet"
> suite: awsy
> treeherder-symbol: tc-SY(sy)
> - run-on-projects: ['mozilla-beta', 'mozilla-aurora', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
> + run-on-projects:
> + by-test-platform:
> + windows10.*: []
awsy runs on windows 10 currently, we should keep that running there
Attachment #8861852 -
Flags: review?(jmaher) → review-
| Assignee | ||
Comment 3•8 years ago
|
||
awsy failed on win 10 in my pre-push tests (but succeeded on win 7), this is why it was disabled: https://treeherder.mozilla.org/#/jobs?repo=try&revision=fbc489dc0333cd18c0f90f47c29fe0c33e0f4a39&filter-searchStr=sy
i believe the asan exclusions were introduced because most tests were failing see bug 1333003, comment 132 onward. however the new exclusions just disable all non-green tests for all win 10. the tests which are green now, should also be green for asan builds. tests that are not green on win 10 are not likely to be green in asan.
there's no way to adjust just the test sets (except creating separate sets for win 7 and win 10, but you said previously you did not want that approach).
this patch was the only way i could come up with to enable all green windows tests on both win 7 and 10 (where different tests pass/fail) without forking test sets for 7 & 10. happy to hear alternate ideas though.
Flags: needinfo?(jmaher)
Comment 4•8 years ago
|
||
so awsy started failing yesterday- it should be fixed and continue to run (I filed bug 1359805 to track this). Historically tests are not green on linux64 asan vs opt/debug, so I don't want to make assumptions that they will be green or we will want to run tests on that configuration.
I think keeping awsy going and I will be convinced of a r+. There are no other great ideas I have for this.
Flags: needinfo?(jmaher)
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 6•8 years ago
|
||
ok, new review request pushed which adds:
- a11y
- awsy
- marionette
to (what was included in earlier push):
- cppunit
- jetpack
- jit
- jsreftest
the three additional test suites go green because the worker types for win 10 are switched to runAsCurrentUser (matching win 7 configuration).
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 8•8 years ago
|
||
i forgot to mention mochitest-browser-screenshots, which is also enabled (and greened due to runAsCurrentUser) in this patch.
this means bug 1332945 can be resolved with this patch too.
Blocks: 1332945
Comment 9•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8861852 [details]
Bug 1359760 - enable: a11y, awsy, cpp, j, jit, jp, mn, ss suites on tc win10;
https://reviewboard.mozilla.org/r/133876/#review136896
thanks for the work on this
Attachment #8861852 -
Flags: review?(jmaher) → review+
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed,
leave-open
Comment 10•8 years ago
|
||
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/856951fadbb6
enable: a11y, awsy, cpp, j, jit, jp, mn, ss suites on tc win10; r=jmaher
Keywords: checkin-needed
Comment 11•8 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 12•8 years ago
|
||
gtest also now greened and enabled (see bug 1352137, comment 7)
| Assignee | ||
Comment 14•8 years ago
|
||
this is just a tracker bug. when the mochitest-media and reftest bugs are resolved, this can be closed.
Flags: needinfo?(rthijssen)
| Assignee | ||
Comment 15•7 years ago
|
||
closing as no longer useful
| Assignee | ||
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Comment 16•7 years ago
|
||
Removing leave-open keyword from resolved bugs, per :sylvestre.
Keywords: leave-open
You need to log in
before you can comment on or make changes to this bug.
Description
•