Bug 101181 - [EFL] Skip compositing/repaint/invalidations-on-composited-layers.html
Summary: [EFL] Skip compositing/repaint/invalidations-on-composited-layers.html
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-04 22:38 PST by Chris Dumez
Modified: 2012-11-05 01:34 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.58 KB, patch)
2012-11-04 22:40 PST, Chris Dumez
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
Patch (1.58 KB, patch)
2012-11-04 23:57 PST, Chris Dumez
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
Patch (1.58 KB, patch)
2012-11-05 00:49 PST, Chris Dumez
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2012-11-04 22:38:47 PST
compositing/repaint/invalidations-on-composited-layers.html was added in r133332 but fails on EFL port because accelerated compositing is disabled by default. We need to skip it until AC gets enabled by default.
Comment 1 Chris Dumez 2012-11-04 22:40:38 PST
Created attachment 172269 [details]
Patch
Comment 2 Build Bot 2012-11-04 23:12:11 PST
Comment on attachment 172269 [details]
Patch

Attachment 172269 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/14680194

New failing tests:
inspector/profiler/heap-snapshot.html
Comment 3 Chris Dumez 2012-11-04 23:23:33 PST
Comment on attachment 172269 [details]
Patch

False alarm. Requesting cq again.
Comment 4 WebKit Review Bot 2012-11-04 23:46:13 PST
Comment on attachment 172269 [details]
Patch

Rejecting attachment 172269 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 1

ERROR: /mnt/git/webkit-commit-queue/LayoutTests/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive).

Full output: http://queues.webkit.org/results/14714717
Comment 5 Chris Dumez 2012-11-04 23:57:51 PST
Created attachment 172277 [details]
Patch

Fixed Changelog. Could someone please cq+ ?
Comment 6 WebKit Review Bot 2012-11-05 00:35:06 PST
Comment on attachment 172277 [details]
Patch

Rejecting attachment 172277 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
re-externals' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
50>At revision 155.

________ running '/usr/bin/python tools/clang/scripts/update.py --mac-only' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'

________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
Updating webkit projects from gyp files...
LayoutTests/platform/efl/TestExpectations:1495:  Path does not exist.  [test/expectations] [5]
Total errors found: 1 in 1 files

Full output: http://queues.webkit.org/results/14732508
Comment 7 Chris Dumez 2012-11-05 00:49:13 PST
Created attachment 172288 [details]
Patch

Not sure what's wrong with Chromium EWS. Requesting cq again...
Comment 8 WebKit Review Bot 2012-11-05 00:52:00 PST
Attachment 172288 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/plat..." exit_code: 1
LayoutTests/platform/efl/TestExpectations:1495:  Path does not exist.  [test/expectations] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 9 WebKit Review Bot 2012-11-05 01:20:16 PST
Comment on attachment 172288 [details]
Patch

Rejecting attachment 172288 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
re-externals' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
50>At revision 155.

________ running '/usr/bin/python tools/clang/scripts/update.py --mac-only' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'

________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
Updating webkit projects from gyp files...
LayoutTests/platform/efl/TestExpectations:1495:  Path does not exist.  [test/expectations] [5]
Total errors found: 1 in 1 files

Full output: http://queues.webkit.org/results/14724695
Comment 10 Dominik Röttsches (drott) 2012-11-05 01:34:20 PST
Committed r133445: <http://trac.webkit.org/changeset/133445>