New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 616699 link

Starred by 0 users

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Jun 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 1
Type: Bug
Team-Accessibility

Blocked on:
issue 616768



Sign in to add a comment

accessibility/image-inside-link.html fails/asserts on Mac

Project Member Reported by vabr@chromium.org, Jun 2 2016

Issue description

First build: https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.11%20%28dbg%29/builds/2185

Not clear what happens, but the following output (full log attached) may have some hints.

The only Blink-related CLs I found in the blamelist were https://chromium.googlesource.com/chromium/src/+/53559da8fd5faa99d30a00eadbc6da3aebbde2b1 and https://chromium.googlesource.com/chromium/src/+/5b9bce08ba348bf5e77fd693b6d463c7363777ff, so I'm Cc-ing the authors in case they have some clue (I don't see a direct relation to the failure, though).

15:43:16.805 5862 worker/0 accessibility/image-inside-link.html started
15:43:27.378 5862 worker/0 accessibility/image-inside-link.html output stderr lines:
15:43:27.378 5862   objc[9580]: Class MockCrApp is implemented in both /b/build/slave/WebKit_Mac10_11__dbg_/build/src/out/Debug/libtest_runner.dylib and /b/build/slave/WebKit_Mac10_11__dbg_/build/src/out/Debug/Content Shell.app/Contents/Frameworks/Content Shell Framework.framework/Content Shell Framework. One of the two will be used. Which one is undefined.
15:43:27.378 5862   objc[9580]: Class CocoaTestHelperWindow is implemented in both /b/build/slave/WebKit_Mac10_11__dbg_/build/src/out/Debug/libtest_runner.dylib and /b/build/slave/WebKit_Mac10_11__dbg_/build/src/out/Debug/Content Shell.app/Contents/Frameworks/Content Shell Framework.framework/Content Shell Framework. One of the two will be used. Which one is undefined.
15:43:27.378 5862   objc[9581]: Class MockCrApp is implemented in both /b/build/slave/WebKit_Mac10_11__dbg_/build/src/out/Debug/libtest_runner.dylib and /b/build/slave/WebKit_Mac10_11__dbg_/build/src/out/Debug/Content Shell.app/Contents/Frameworks/Content Shell Framework.framework/Content Shell Framework. One of the two will be used. Which one is undefined.
15:43:27.378 5862   objc[9581]: Class CocoaTestHelperWindow is implemented in both /b/build/slave/WebKit_Mac10_11__dbg_/build/src/out/Debug/libtest_runner.dylib and /b/build/slave/WebKit_Mac10_11__dbg_/build/src/out/Debug/Content Shell.app/Contents/Frameworks/Content Shell Framework.framework/Content Shell Framework. One of the two will be used. Which one is undefined.
15:43:27.378 5862   objc[9582]: Class MockCrApp is implemented in both /b/build/slave/WebKit_Mac10_11__dbg_/build/src/out/Debug/libtest_runner.dylib and /b/build/slave/WebKit_Mac10_11__dbg_/build/src/out/Debug/Content Shell.app/Contents/Frameworks/Content Shell Framework.framework/Content Shell Framework. One of the two will be used. Which one is undefined.
15:43:27.378 5862   objc[9582]: Class CocoaTestHelperWindow is implemented in both /b/build/slave/WebKit_Mac10_11__dbg_/build/src/out/Debug/libtest_runner.dylib and /b/build/slave/WebKit_Mac10_11__dbg_/build/src/out/Debug/Content Shell.app/Contents/Frameworks/Content Shell Framework.framework/Content Shell Framework. One of the two will be used. Which one is undefined.
15:43:27.379 5862   [9581:1295:0601/154317:3835847108831:WARNING:vt_video_decode_accelerator_mac.cc(162)] Failed to create VTDecompressionSession: Error Domain=NSOSStatusErrorDomain Code=-8973 "codecOpenErr" (-8973)
15:43:27.379 5862   [9581:1295:0601/154317:3835847520299:WARNING:vt_video_decode_accelerator_mac.cc(197)] Failed to create hardware VideoToolbox session
15:43:27.379 5862   [9581:1295:0601/154317:3835861028726:ERROR:vt_video_encode_accelerator_mac.cc(550)]  VTCompressionSessionCreate failed: -12908
15:43:27.379 5862   [9580:1295:0601/154317:3835986040168:ERROR:service_registry_impl.cc(95)] blink::mojom::VRService not found
15:43:27.380 5862 [1/1] accessibility/image-inside-link.html failed unexpectedly (asserts failed)
 
Log File contents.html
9.9 MB View Download
Project Member

Comment 1 by bugdroid1@chromium.org, Jun 2 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/3c31fcd4ee220ea042f269b5214403fb98357f76

commit 3c31fcd4ee220ea042f269b5214403fb98357f76
Author: vabr <vabr@chromium.org>
Date: Thu Jun 02 09:16:42 2016

Disable accessibility/image-inside-link.html on Mac

TBR=wangxianzhu@chromium.org
BUG= 616699 

Review-Url: https://codereview.chromium.org/2028383004
Cr-Commit-Position: refs/heads/master@{#397345}

[modify] https://crrev.com/3c31fcd4ee220ea042f269b5214403fb98357f76/third_party/WebKit/LayoutTests/TestExpectations

Blockedon: 616768
Project Member

Comment 3 by bugdroid1@chromium.org, Jun 2 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/8a9efc33eff42eb20660bde7a878c2eec6afc610

commit 8a9efc33eff42eb20660bde7a878c2eec6afc610
Author: jbroman <jbroman@chromium.org>
Date: Thu Jun 02 16:00:10 2016

Revert of Disable accessibility/image-inside-link.html on Mac (patchset #1 id:1 of https://codereview.chromium.org/2028383004/ )

Reason for revert:
I reverted the test altogether for flakiness, but this line was left behind.

https://bugs.chromium.org/p/chromium/issues/detail?id=616768

Original issue's description:
> Disable accessibility/image-inside-link.html on Mac
>
> TBR=wangxianzhu@chromium.org
> BUG= 616699 
>
> Committed: https://crrev.com/3c31fcd4ee220ea042f269b5214403fb98357f76
> Cr-Commit-Position: refs/heads/master@{#397345}

TBR=wangxianzhu@chromium.org,vabr@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG= 616699 , 616768 

Review-Url: https://codereview.chromium.org/2033703003
Cr-Commit-Position: refs/heads/master@{#397427}

[modify] https://crrev.com/8a9efc33eff42eb20660bde7a878c2eec6afc610/third_party/WebKit/LayoutTests/TestExpectations

Owner: nek...@chromium.org
Status: Fixed (was: Available)
I re-submitted the original patch with the test written in a different way so that it doesn't time out.

Sign in to add a comment