Changeset 145577 in webkit


Ignore:
Timestamp:
Mar 12, 2013 1:27:53 PM (11 years ago)
Author:
rniwa@webkit.org
Message:

Some canvas tests only fail on Mac EWS
https://bugs.webkit.org/show_bug.cgi?id=112176

Reviewed by Simon Fraser.

Add Failure / Pass test expectations on tests that only fail on Mac EWS bots.

Ideally, we can figure out the root cause of this failure and fix that problem but we haven't been able
to do so. We also don't have a way of adding test expectations only on EWS bots we're out of luck here.

  • platform/mac/TestExpectations:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r145570 r145577  
     12013-03-12  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Some canvas tests only fail on Mac EWS
     4        https://bugs.webkit.org/show_bug.cgi?id=112176
     5
     6        Reviewed by Simon Fraser.
     7
     8        Add Failure / Pass test expectations on tests that only fail on Mac EWS bots.
     9
     10        Ideally, we can figure out the root cause of this failure and fix that problem but we haven't been able
     11        to do so. We also don't have a way of adding test expectations only on EWS bots we're out of luck here.
     12
     13        * platform/mac/TestExpectations:
     14
    1152013-03-12  Ryosuke Niwa  <rniwa@webkit.org>
    216
  • trunk/LayoutTests/platform/mac/TestExpectations

    r145422 r145577  
    14621462webkit.org/b/111606 fast/borders/border-fit.html [ Failure Pass ]
    14631463webkit.org/b/111606 fast/repaint/border-fit-lines.html [ Failure Pass ]
     1464
     1465# The following tests only fail on Mac EWS bots. Unfortunately, we haven't been able to figure out the cause of these failures.
     1466webkit.org/b/112176 canvas/philip/tests/2d.path.arc.scale.2.html [ Failure Pass ]
     1467webkit.org/b/112176 canvas/philip/tests/2d.path.arcTo.scale.html [ Failure Pass ]
     1468webkit.org/b/112176 canvas/philip/tests/2d.path.arcTo.transformation.html [ Failure Pass ]
     1469webkit.org/b/112176 canvas/philip/tests/2d.path.stroke.scale1.html [ Failure Pass ]
     1470webkit.org/b/112176 canvas/philip/tests/2d.path.stroke.skew.html [ Failure Pass ]
     1471webkit.org/b/112176 compositing/overflow/composited-scrolling-paint-phases.html [ Failure Pass ]
     1472webkit.org/b/112176 fast/canvas/canvas-composite-alpha.html [ Failure Pass ]
     1473webkit.org/b/112176 fast/canvas/webgl/read-pixels-test.html [ Failure Pass ]
Note: See TracChangeset for help on using the changeset viewer.