Change run-webkit-tests default test order to random |
||||||||
Issue descriptionThis change should be tested and land on December 14. Full RandomOrder context here: https://docs.google.com/document/d/11-628Ny6hY__kfIv__zVD0m3rA0OB9tQLLC_gJI_PNg/edit
,
Dec 7 2016
,
Dec 7 2016
,
Dec 7 2016
,
Dec 14 2016
,
Dec 15 2016
,
Dec 16 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/cf4cbd7b38be23f7bcf3aab5ed3a448f5bc6dd5d commit cf4cbd7b38be23f7bcf3aab5ed3a448f5bc6dd5d Author: jeffcarp <jeffcarp@chromium.org> Date: Fri Dec 16 22:11:28 2016 Change run_webkit_tests default order to random on Linux and Mac This is the first step in moving all platforms to random order. Once Windows is stable in random order I will follow this up with a CL that removes the platform-specific logic and leaves default='random' for --order. BUG= 671805 R=dpranke@chromium.org,qyearsley@chromium.org,ojan@chromium.org Review-Url: https://codereview.chromium.org/2557673003 Cr-Commit-Position: refs/heads/master@{#439210} [modify] https://crrev.com/cf4cbd7b38be23f7bcf3aab5ed3a448f5bc6dd5d/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py [modify] https://crrev.com/cf4cbd7b38be23f7bcf3aab5ed3a448f5bc6dd5d/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
,
Dec 19 2016
Linux & Mac have been successfully moved to random order. Working on Windows this week.
,
Dec 20 2016
,
Jan 3 2017
I plan on landing https://codereview.chromium.org/2591933002 tomorrow (Wednesday) morning to move all other builds over to random.
,
Jan 4 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/86c477efe2039ae9f9970313769f337d8606ca95 commit 86c477efe2039ae9f9970313769f337d8606ca95 Author: jeffcarp <jeffcarp@chromium.org> Date: Wed Jan 04 19:10:08 2017 Make run_webkit_tests random order by default for all platforms. BUG= 671805 R=dpranke@chromium.org,qyearsley@chromium.org Review-Url: https://codereview.chromium.org/2591933002 Cr-Commit-Position: refs/heads/master@{#441424} [modify] https://crrev.com/86c477efe2039ae9f9970313769f337d8606ca95/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py [modify] https://crrev.com/86c477efe2039ae9f9970313769f337d8606ca95/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
,
Jan 4 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/c51ad71bc112439aedbc8c8e1906f9ea098da9cc commit c51ad71bc112439aedbc8c8e1906f9ea098da9cc Author: jeffcarp <jeffcarp@chromium.org> Date: Wed Jan 04 21:14:01 2017 Revert of Make run_webkit_tests random order by default for all platforms (patchset #2 id:20001 of https://codereview.chromium.org/2591933002/ ) Reason for revert: fast/text/ellipsis-stroked.html started failing on some Linux and Mac bots. Original issue's description: > Make run_webkit_tests random order by default for all platforms. > > BUG= 671805 > R=dpranke@chromium.org,qyearsley@chromium.org > > Committed: https://crrev.com/86c477efe2039ae9f9970313769f337d8606ca95 > Cr-Commit-Position: refs/heads/master@{#441424} TBR=dpranke@chromium.org,qyearsley@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= 671805 Review-Url: https://codereview.chromium.org/2617563002 Cr-Commit-Position: refs/heads/master@{#441465} [modify] https://crrev.com/c51ad71bc112439aedbc8c8e1906f9ea098da9cc/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py [modify] https://crrev.com/c51ad71bc112439aedbc8c8e1906f9ea098da9cc/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
,
Jan 6 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/f8e75174463273c99caae55d988ebcf935582f5c commit f8e75174463273c99caae55d988ebcf935582f5c Author: jeffcarp <jeffcarp@chromium.org> Date: Fri Jan 06 03:13:20 2017 Reland of Make run_webkit_tests random order by default for all platforms (patchset #1 id:1 of https://codereview.chromium.org/2617563002/ ) Reason for revert: Re-land Original issue's description: > Revert of Make run_webkit_tests random order by default for all platforms (patchset #2 id:20001 of https://codereview.chromium.org/2591933002/ ) > > Reason for revert: > fast/text/ellipsis-stroked.html started failing on some Linux and Mac bots. > > Original issue's description: > > Make run_webkit_tests random order by default for all platforms. > > > > BUG= 671805 > > R=dpranke@chromium.org,qyearsley@chromium.org > > > > Committed: https://crrev.com/86c477efe2039ae9f9970313769f337d8606ca95 > > Cr-Commit-Position: refs/heads/master@{#441424} > > TBR=dpranke@chromium.org,qyearsley@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG= 671805 > > Committed: https://crrev.com/c51ad71bc112439aedbc8c8e1906f9ea098da9cc > Cr-Commit-Position: refs/heads/master@{#441465} TBR=dpranke@chromium.org,qyearsley@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= 671805 Review-Url: https://codereview.chromium.org/2612083003 Cr-Commit-Position: refs/heads/master@{#441859} [modify] https://crrev.com/f8e75174463273c99caae55d988ebcf935582f5c/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py [modify] https://crrev.com/f8e75174463273c99caae55d988ebcf935582f5c/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
,
Jan 6 2017
All platforms are now random order by default! |
||||||||
►
Sign in to add a comment |
||||||||
Comment 1 by jeffcarp@chromium.org
, Dec 6 2016