Bug 140568 - Regression(r178586): Caused webkitpy.w3c.test_converter_unittest.W3CTestConverterTest.test_convert_prefixed_properties to fail
Summary: Regression(r178586): Caused webkitpy.w3c.test_converter_unittest.W3CTestConve...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks: 140501
  Show dependency treegraph
 
Reported: 2015-01-16 14:53 PST by Chris Dumez
Modified: 2015-01-16 15:32 PST (History)
9 users (show)

See Also:


Attachments
Patch (3.41 KB, patch)
2015-01-16 15:20 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2015-01-16 14:53:04 PST
Regression(r178586): Caused webkitpy.w3c.test_converter_unittest.W3CTestConverterTest.test_convert_prefixed_properties to fail:

[1328/1425] webkitpy.w3c.test_converter_unittest.W3CTestConverterTest.test_convert_prefixed_properties failed:
  Traceback (most recent call last):
    File "/Volumes/Data/slave/yosemite-release-tests-wk2/build/Tools/Scripts/webkitpy/w3c/test_converter_unittest.py", line 289, in test_convert_prefixed_properties
      self.verify_prefixed_properties(converted, test_content[0])
    File "/Volumes/Data/slave/yosemite-release-tests-wk2/build/Tools/Scripts/webkitpy/w3c/test_converter_unittest.py", line 343, in verify_prefixed_properties
      self.assertEqual(len(set(converted[0])), len(set(test_properties)), 'Incorrect number of properties converted')
  AssertionError: Incorrect number of properties converted
Comment 1 Chris Dumez 2015-01-16 15:20:25 PST
Created attachment 244809 [details]
Patch
Comment 2 Chris Dumez 2015-01-16 15:32:29 PST
Comment on attachment 244809 [details]
Patch

Clearing flags on attachment: 244809

Committed r178607: <http://trac.webkit.org/changeset/178607>
Comment 3 Chris Dumez 2015-01-16 15:32:33 PST
All reviewed patches have been landed.  Closing bug.