diff options
author | simonhatch <simonhatch@chromium.org> | 2016-02-01 08:34:51 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-01 16:36:10 +0000 |
commit | 891ddee8278f6d88f4c9cb0a56c46a7ea248bc89 (patch) | |
tree | e6e9ebce5bfcd198f80c534379d208cb3af7d5a9 /third_party/WebKit/PerformanceTests | |
parent | f8d0d1cd15d403831e1a11c3d4050eec8068d504 (diff) | |
download | chromium_src-891ddee8278f6d88f4c9cb0a56c46a7ea248bc89.zip chromium_src-891ddee8278f6d88f4c9cb0a56c46a7ea248bc89.tar.gz chromium_src-891ddee8278f6d88f4c9cb0a56c46a7ea248bc89.tar.bz2 |
Revert of Re-enable v1 distribution (patchset #1 id:1 of https://codereview.chromium.org/1646253002/ )
Reason for revert:
Reference builds failing
crbug.com/579107
Original issue's description:
> Re-enable v1 distribution
>
> Re-enable ShadowDOM/v1distribution performance test, which was disabled in https://codereview.chromium.org/1607883004/
> , since the bug was fixed in the following CL : https://codereview.chromium.org/1630003004
>
> BUG=582137, 579107
>
> Committed: https://crrev.com/a163e6ecf2dde5bafbc7029c32f4f14096704bfa
> Cr-Commit-Position: refs/heads/master@{#372607}
TBR=hayato@chromium.org,kochi@chromium.org,kojii@chromium.org,yuzus@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=582137, 579107
Review URL: https://codereview.chromium.org/1654103002
Cr-Commit-Position: refs/heads/master@{#372672}
Diffstat (limited to 'third_party/WebKit/PerformanceTests')
-rw-r--r-- | third_party/WebKit/PerformanceTests/Skipped | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/WebKit/PerformanceTests/Skipped b/third_party/WebKit/PerformanceTests/Skipped index a28fcb2..5e316b0 100644 --- a/third_party/WebKit/PerformanceTests/Skipped +++ b/third_party/WebKit/PerformanceTests/Skipped @@ -54,3 +54,6 @@ Animation/overlay-background-color-transitions.html # Assumes window.eventSender is always supported; it only is for "content-shell" performance runs. DOM/click_webkit_user_select_none.html + +# Times out on reference build - crbug.com/579107 +ShadowDOM/v1-distribution.html |