Remove skip function based on symbol lookup in layout tests
authorTaehwan Kim <taehwan8.kim@samsung.com>
Tue, 18 Jun 2013 00:44:13 +0000 (09:44 +0900)
committerTaehwan Kim <taehwan8.kim@samsung.com>
Tue, 18 Jun 2013 07:23:02 +0000 (16:23 +0900)
commit5fb934fba2e32bbeb532730534b07453d0957662
tree171f1dd4d78b37b5a02e0aa0e18a2cd9b5c4e392
parent7c9abb758d3ad2dc77fe9c4e9def8606b340af44
Remove skip function based on symbol lookup in layout tests

[Title] Remove skip function based on symbol lookup in layout tests
[Issue#] N/A
[Problem] Working feature has been skipped in layout tests.
[Cause] Skip function based on symbol lookup causes this happening and it is useless since we have test expectation file.
[Solution] Remove symbol-based skipped list detection.
           - Tools/Scripts/webkitpy/layout_tests/port/webkit.py
             (_missing_symbol_to_skipped_tests)
             (_skipped_tests_for_unsupported_features)
           - Tools/Scripts/webkitpy/layout_tests/port/webkit_unittest.py
             (test_skipped_directories_for_symbols)

Change-Id: I05b3facbbbfb263418dd9ed6bd43e562b09ef3b7
Tools/Scripts/webkitpy/layout_tests/port/webkit.py
Tools/Scripts/webkitpy/layout_tests/port/webkit_unittest.py