diff options
author | patrick@chromium.org <patrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-01 21:56:30 +0000 |
---|---|---|
committer | patrick@chromium.org <patrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-01 21:56:30 +0000 |
commit | 8399ebd7aefd0f4cc08b587d469046296fdbe212 (patch) | |
tree | 453f6f182d937548b7e56f6404eaf8d0c60175b2 | |
parent | 157c61b07b3ce5e308db6230da9d93ff74a16ca3 (diff) | |
download | chromium_src-8399ebd7aefd0f4cc08b587d469046296fdbe212.zip chromium_src-8399ebd7aefd0f4cc08b587d469046296fdbe212.tar.gz chromium_src-8399ebd7aefd0f4cc08b587d469046296fdbe212.tar.bz2 |
Temporarily disable two DOM checker tests to see if it has any effect on
non-determinism.
BUG=9394
TEST=DOM checker automated tests should still function properly.
Review URL: http://codereview.chromium.org/99299
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15103 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/data/dom_checker/dom_checker.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/test/data/dom_checker/dom_checker.html b/chrome/test/data/dom_checker/dom_checker.html index c7e38c6..b27793f 100644 --- a/chrome/test/data/dom_checker/dom_checker.html +++ b/chrome/test/data/dom_checker/dom_checker.html @@ -307,8 +307,10 @@ function do_tests() { // Try to perform no-op location updates for that frame (this should be non-disruptive, // and is required because we otherwise blacklist location.* writes). - schedule_test('blank_location_checks_access()'); - schedule_test('blank_location_checks_call()'); + // Temporarily disable these tests to see if it has any effect on + // non-determinism. + //schedule_test('blank_location_checks_access()'); + //schedule_test('blank_location_checks_call()'); // Now that we're done with r/w checks, try destructive overwrites of the nested // about:blank frame we put in the target window: |