diff options
author | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-08 23:47:16 +0000 |
---|---|---|
committer | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-08 23:47:16 +0000 |
commit | 28a0426533b147ba33c08c931e273db297a228c8 (patch) | |
tree | 0630b119dd65405b647618402c7f431efc5c306c /chrome/test/nacl/nacl_test.h | |
parent | 01ba0534f2aabb0eb1b3bf82666cf110986a1e60 (diff) | |
download | chromium_src-28a0426533b147ba33c08c931e273db297a228c8.zip chromium_src-28a0426533b147ba33c08c931e273db297a228c8.tar.gz chromium_src-28a0426533b147ba33c08c931e273db297a228c8.tar.bz2 |
Make NaCl tests not flaky on Windows, add npapi_hw test
BUG=28176,40669
Review URL: http://codereview.chromium.org/1613003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44018 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/nacl/nacl_test.h')
-rw-r--r-- | chrome/test/nacl/nacl_test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/nacl/nacl_test.h b/chrome/test/nacl/nacl_test.h index 7a38fb1..06b371b 100644 --- a/chrome/test/nacl/nacl_test.h +++ b/chrome/test/nacl/nacl_test.h @@ -47,6 +47,7 @@ class NaClTest : public UITest { void PrepareSrpcShmTest(FilePath test_root_dir); void PrepareSrpcPluginTest(FilePath test_root_dir); void PrepareSrpcNrdXferTest(FilePath test_root_dir); + void PrepareNpapiHwTest(FilePath test_root_dir); // Compute the path to the test binaries (prebuilt NaCL executables). FilePath GetTestBinariesDir(); |