Changeset 74230 in webkit


Ignore:
Timestamp:
Dec 16, 2010 7:51:59 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2010-12-16 Benjamin Kalman <kalman@chromium.org>

Reviewed by Ojan Vafai.

Update BUG comment in test expectations files
https://bugs.webkit.org/show_bug.cgi?id=51216

Change the BUG[0-9]+ description to BUG(CR|WK|V8_)[0-9]+ where necessary.

  • platform/chromium/test_expectations.txt:
  • platform/mac/test_expectations.txt:
  • platform/qt/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r74229 r74230  
     12010-12-16  Benjamin Kalman  <kalman@chromium.org>
     2
     3        Reviewed by Ojan Vafai.
     4
     5        Update BUG comment in test expectations files
     6        https://bugs.webkit.org/show_bug.cgi?id=51216
     7
     8        Change the BUG[0-9]+ description to BUG(CR|WK|V8_)[0-9]+ where necessary.
     9
     10        * platform/chromium/test_expectations.txt:
     11        * platform/mac/test_expectations.txt:
     12        * platform/qt/test_expectations.txt:
     13
    1142010-12-05  Antonio Gomes  <agomes@rim.com>
    215
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r74222 r74230  
    1414// Valid values for METADATA:
    1515//
    16 // BUG[0-9]+: See this bug for more information. Every test that isn't marked
    17 //            WONTFIX should have a BUG annotation.
     16// BUG(CR|WK|V8_)[0-9]+: See this chromium/webkit/v8 bug for more information.
     17//                       Every test that isn't marked WONTFIX should have the
     18//                       appropriate BUG annotation.
    1819// SKIP: Doesn't run the test.
    1920// SLOW: The test takes a long time to run, but does not timeout indefinitely.
  • trunk/LayoutTests/platform/mac/test_expectations.txt

    r74070 r74230  
    1414// Valid values for METADATA:
    1515//
    16 // BUG[0-9]+: See this bug for more information. Every test that isn't marked
    17 //            WONTFIX should have a BUG annotation.
     16// BUG(CR|WK|V8_)[0-9]+: See this chromium/webkit/v8 bug for more information.
     17//                       Every test that isn't marked WONTFIX should have the
     18//                       appropriate BUG annotation.
    1819// SKIP: Doesn't run the test.
    1920// SLOW: The test takes a long time to run, but does not timeout indefinitely.
  • trunk/LayoutTests/platform/qt/test_expectations.txt

    r74070 r74230  
    1414// Valid values for METADATA:
    1515//
    16 // BUG[0-9]+: See this bug for more information. Every test that isn't marked
    17 //            WONTFIX should have a BUG annotation.
     16// BUG(CR|WK|V8_)[0-9]+: See this chromium/webkit/v8 bug for more information.
     17//                       Every test that isn't marked WONTFIX should have the
     18//                       appropriate BUG annotation.
    1819// SKIP: Doesn't run the test.
    1920// SLOW: The test takes a long time to run, but does not timeout indefinitely.
Note: See TracChangeset for help on using the changeset viewer.