Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2713)

Unified Diff: Tools/Scripts/webkitpy/layout_tests/port/base.py

Issue 303133007: Merge virtual mac-antialiasedtext and windows-directwrite test suites (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/virtual/windows-directwrite/fast/text/international/vertical-text-metrics-test-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/port/base.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/base.py b/Tools/Scripts/webkitpy/layout_tests/port/base.py
index 7fb3d265c4ac5d11d510e9e340f94f1c2cea404b..875c4ea2dcc85b53dace39c4f89178874e03ad68 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -1749,18 +1749,11 @@ class Port(object):
'platform/linux/fast/text/subpixel',
['--enable-webkit-text-subpixel-positioning',
'--force-compositing-mode']),
- # FIXME: Merge with mac-antialiasedtext and rename
- # antialiasedtext as a separate change once DW has been
- # enabled for a couple of days.
- VirtualTestSuite('windows-directwrite',
+ VirtualTestSuite('antialiasedtext',
'fast/text',
['--enable-direct-write',
'--enable-font-antialiasing',
'--force-compositing-mode']),
- VirtualTestSuite('mac-antialiasedtext',
- 'fast/text',
- ['--enable-font-antialiasing',
- '--force-compositing-mode']),
]
« no previous file with comments | « LayoutTests/virtual/windows-directwrite/fast/text/international/vertical-text-metrics-test-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698