diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 04:11:09 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 04:11:09 +0000 |
commit | 8db08901e18317a26815cea831699443f30c2677 (patch) | |
tree | c1280b112b9956677feceb59b6a9221e25b47b90 | |
parent | 0971838bd43baeb47865b44b7647fba928caeee5 (diff) | |
download | chromium_src-8db08901e18317a26815cea831699443f30c2677.zip chromium_src-8db08901e18317a26815cea831699443f30c2677.tar.gz chromium_src-8db08901e18317a26815cea831699443f30c2677.tar.bz2 |
NaCl: Re-enable run_ppapi_example_font_test
This test was failing in the debug build of Chromium when I was
enabling NaCl tests on Mac OS X the other month. It now seems to be
passing, so let's enable it.
BUG=http://code.google.com/p/nativeclient/issues/detail?id=2077
TEST=nacl_integration
Review URL: http://codereview.chromium.org/8506002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109582 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | chrome/test/nacl_test_injection/buildbot_nacl_integration.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py index dc4b2e1..e9be5f9 100755 --- a/chrome/test/nacl_test_injection/buildbot_nacl_integration.py +++ b/chrome/test/nacl_test_injection/buildbot_nacl_integration.py @@ -66,12 +66,6 @@ def Main(args): if sys.platform in ('win32', 'cygwin'): tests_to_disable.append('run_ppapi_ppp_input_event_browser_test') - if sys.platform == 'darwin': - # The following test fails on debug builds of Chromium. - # See http://code.google.com/p/nativeclient/issues/detail?id=2077 - # TODO(mseaborn): Remove this when the issue is resolved. - tests_to_disable.append('run_ppapi_example_font_test') - script_dir = os.path.dirname(os.path.abspath(__file__)) test_dir = os.path.dirname(script_dir) chrome_dir = os.path.dirname(test_dir) |