Skip to content

Commit

Permalink
Enable WorkerTest.WorkerScriptError
Browse files Browse the repository at this point in the history
Now that the test has been fixed upstream in http://trac.webkit.org/changeset/94643
it is time to enable it.

BUG=94737
TEST=WorkerTest.WorkerScriptError

Review URL: http://codereview.chromium.org/7838020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100111 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
yurys@chromium.org committed Sep 8, 2011
1 parent 34133d4 commit bfe9d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/worker/test/worker_uitest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ TEST_F(WorkerTest, WorkerReplaceSelf) {
#define WorkerScriptError FLAKY_WorkerScriptError
#endif

TEST_F(WorkerTest, DISABLED_WorkerScriptError) {
TEST_F(WorkerTest, WorkerScriptError) {
RunWorkerFastLayoutTest("worker-script-error.html");
}

Expand Down

0 comments on commit bfe9d6d

Please sign in to comment.