Bug 71158

Summary: Reftests don't work with apple-mac build
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: eric, hayato
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Ojan Vafai 2011-10-28 16:23:07 PDT
They run and always say they pass. For example, for fast/writing-mode/borders.html, modify it and see that it still passes even though borders-expected.html now renders differently.

They seem to run correctly on the chromium mac build at least.
Comment 1 Hayato Ito 2011-10-28 18:45:19 PDT
This reminds me of this bug.
https://bugs.webkit.org/show_bug.cgi?id=59188

I guess a regression might happen.
Let me take a look later. I can not access to a Mac environment for a week.
Comment 2 Ojan Vafai 2011-11-01 16:29:48 PDT
We should make it so that running a reftest without -p either does the pixel comparison or prints an error.
Comment 3 Ojan Vafai 2011-11-01 16:40:12 PDT
Relevant webkit-dev discussion: https://lists.webkit.org/pipermail/webkit-dev/2011-November/018422.html

So far it sounds like people are not opposed to just enabling reftests by default. I guess we'll eventually need to provide a --no-reftest or something to disable running reftests since --no-pixel doesn't do it. I'm OK with just enabling it by default for now and seeing if people ever actually need to disable them.
Comment 4 Ojan Vafai 2011-11-02 18:58:11 PDT
Fixing bug 60605 will effectively resolve thisl

*** This bug has been marked as a duplicate of bug 60605 ***