diff options
author | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-03 22:20:13 +0000 |
---|---|---|
committer | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-03 22:20:13 +0000 |
commit | 8659930676f733938efe086aedb9a19fb5d48f61 (patch) | |
tree | 079e7f9ffe207851315c39d079c9385fdba8a865 /chrome | |
parent | 5933401aecca5c2a4be14e1b9566ce54af1fe9c0 (diff) | |
download | chromium_src-8659930676f733938efe086aedb9a19fb5d48f61.zip chromium_src-8659930676f733938efe086aedb9a19fb5d48f61.tar.gz chromium_src-8659930676f733938efe086aedb9a19fb5d48f61.tar.bz2 |
Fix FileIO and FileRef PPAPI tests to match changes in
http://src.chromium.org/viewvc/chrome?view=rev&revision=71544,
and try re-enabling them in the UI tests.
Review URL: http://codereview.chromium.org/6410064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73677 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/ui/ppapi_uitest.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc index 3a5e304..6c7d884 100644 --- a/chrome/test/ui/ppapi_uitest.cc +++ b/chrome/test/ui/ppapi_uitest.cc @@ -154,13 +154,11 @@ TEST_F(PPAPITest, Var) { RunTest("Var"); } -// TODO(dumi): figure out why this test is flaky / crashing. -TEST_F(PPAPITest, DISABLED_FileIO) { +TEST_F(PPAPITest, FileIO) { RunTestViaHTTP("FileIO"); } -// TODO(dumi): figure out why this test is flaky / crashing. -TEST_F(PPAPITest, DISABLED_FileRef) { +TEST_F(PPAPITest, FileRef) { RunTestViaHTTP("FileRef"); } |