forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[web tests] Add specifier declarations in the heading
This CL adds the specifier declaration heading for the new test expectations format. We want to make sure the expectations files are backwards compatible with both blinkpy's and typ's expectations parsers. Bug: chromium:986447 Change-Id: I96aebbe97f22a092a2f0767ca9510656070bb4e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1967424 Reviewed-by: Robert Ma <robertma@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#725231}
- Loading branch information
Rakib M. Hasan
authored and
Commit Bot
committed
Dec 16, 2019
1 parent
bec92b5
commit e3d399b
Showing
20 changed files
with
103 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 6 additions & 1 deletion
7
third_party/blink/web_tests/FlagExpectations/back-forward-cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
# tags: [ Android Fuchsia IOS IOS12.2 IOS13.0 Linux Mac Mac10.10 Mac10.11 Mac10.12 Retina | ||
# Mac10.13 Win Win7 Win10 ] | ||
# tags: [ Release Debug ] | ||
# results: [ Timeout Crash Pass Failure Slow Skip ] | ||
|
||
# Tests that fail with BackForwardCache, running on linux-bfcache-debug bot. | ||
crbug.com/1010870 virtual/gpu/fast/canvas/color-space/canvas-createImageBitmap-e_srgb.html [ Failure ] | ||
crbug.com/1010870 virtual/gpu/fast/canvas/canvas-composite-alpha.html [ Failure ] | ||
crbug.com/1010870 virtual/gpu/fast/canvas/canvas-composite-text-alpha.html [ Failure ] | ||
crbug.com/1010870 virtual/gpu/fast/canvas/canvas-composite-text-alpha.html [ Failure ] |
5 changes: 5 additions & 0 deletions
5
third_party/blink/web_tests/FlagExpectations/disable-layout-ng
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
third_party/blink/web_tests/FlagExpectations/disable-site-isolation-trials
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
third_party/blink/web_tests/FlagExpectations/enable-features=OutOfBlinkCors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
third_party/blink/web_tests/FlagExpectations/enable-features=UseSkiaRenderer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 6 additions & 1 deletion
7
third_party/blink/web_tests/FlagExpectations/enable-gpu-rasterization
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
# tags: [ Android Fuchsia IOS IOS12.2 IOS13.0 Linux Mac Mac10.10 Mac10.11 Mac10.12 Retina | ||
# Mac10.13 Win Win7 Win10 ] | ||
# tags: [ Release Debug ] | ||
# results: [ Timeout Crash Pass Failure Slow Skip ] | ||
|
||
# Flaky Input Related Tests | ||
crbug.com/1026375 media/controls/video-enter-exit-fullscreen-without-hovering-doesnt-show-controls.html [ Failure Pass ] | ||
crbug.com/1026375 media/media-controls-tap-show-controls-without-activating.html [ Failure Pass ] | ||
crbug.com/1026375 media/video-controls-auto-hide-after-play-by-touch.html [ Failure Pass ] | ||
crbug.com/1026375 media/video-controls-hide-after-touch-on-control.html [ Failure Pass ] | ||
crbug.com/1026375 media/video-controls-hide-on-move-outside-controls.html [ Failure Pass ] | ||
crbug.com/1026375 media/video-controls-visibility-multimodal-touch-after-mouse.html [ Failure Pass ] | ||
crbug.com/1026375 media/video-persistence.html [ Failure Pass ] | ||
crbug.com/1026375 media/video-persistence.html [ Failure Pass ] |
5 changes: 5 additions & 0 deletions
5
third_party/blink/web_tests/FlagExpectations/layout-ng-fragment-item
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
third_party/blink/web_tests/FlagExpectations/use-vulkan=native
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters