Bug 12829 - fast/lists/inlineBoxWrapperNullCheck fails intermittently on the buildbot
Summary: fast/lists/inlineBoxWrapperNullCheck fails intermittently on the buildbot
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2007-02-20 09:24 PST by Geoffrey Garen
Modified: 2022-12-30 16:32 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2007-02-20 09:24:15 PST
See http://build.webkit.org/results/post-commit-powerpc-mac-os-x/5709/fast/lists/inlineBoxWrapperNullCheck-diffs.txt, for example.

--- /Users/buildbot/Desktop/BuildData/WebKit-BuildSlave/post-commit-powerpc-mac-os-x/build/LayoutTests/fast/lists/inlineBoxWrapperNullCheck-expected.txt	2007-01-08 11:12:11.000000000 -0800
+++ layout-test-results/fast/lists/inlineBoxWrapperNullCheck-actual.txt	2007-02-20 04:50:49.000000000 -0800
@@ -6,7 +6,7 @@
       RenderBlock {DIV} at (0,0) size 190x20
         RenderBlock {UL} at (0,0) size 190x20
           RenderListItem {LI} at (40,0) size 150x20
-            RenderListMarker at (0,0) size 7x18: bullet
+            RenderListMarker at (-17,0) size 7x18: bullet
             RenderInline {A} at (0,0) size 197x14
               RenderText {#text} at (0,0) size 0x0
               RenderImage {IMG} at (0,0) size 197x20

CC'ing Beth because she checked it in.
Comment 1 David Kilzer (:ddkilzer) 2007-02-20 14:19:24 PST
Sounds a lot like the misaligned bullet issue from Bug 12455.  It was very intermittent for me--I could never reproduce it on demand.

Comment 2 Ahmad Saleem 2022-12-30 16:32:39 PST
This test seems to work fine these days except "win" where it is tagged as "Failure".

https://github.com/search?q=repo%3AWebKit%2FWebKit%20inlineBoxWrapperNullCheck&type=code

I am marking this as "RESOLVED CONFIGURATION CHANGED" based on Comment 01 since we don't need to track failure on PowerPC platform in 2022.