diff options
author | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-04 09:21:14 +0000 |
---|---|---|
committer | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-04 09:21:14 +0000 |
commit | e7a6c575876d654dc6c570233db14d79069e0ccc (patch) | |
tree | 2e2cda66c617bcc3bf201b69025f5a494f6f04d3 /webkit/tools | |
parent | 1e82fb0bd40ad9bbb9ade89e000158ef3808542b (diff) | |
download | chromium_src-e7a6c575876d654dc6c570233db14d79069e0ccc.zip chromium_src-e7a6c575876d654dc6c570233db14d79069e0ccc.tar.gz chromium_src-e7a6c575876d654dc6c570233db14d79069e0ccc.tar.bz2 |
Ignore all profiler tests in LayoutTests/fast/profiler. These tests are specific to the JSC profiler and the current approach to profiling with V8 will not make these tests pass.
Review URL: http://codereview.chromium.org/21016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9134 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 7 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_ignored.txt | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 86b25af..5a1ad89 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1025,7 +1025,6 @@ LayoutTests/fast/events/destroyed-atomic-string.html = FAIL // important - we might even want to ignore it. LayoutTests/fast/js/global-constructors.html = FAIL LINUX WIN : LayoutTests/fast/layers/opacity-transforms.html = FAIL -LayoutTests/fast/profiler = FAIL TIMEOUT LayoutTests/plugins/netscape-construct.html = FAIL // MERGE 37604:38097 REGRESSIONS @@ -1335,12 +1334,6 @@ MAC : LayoutTests/fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml = FAIL MAC : LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout.html = FAIL CRASH MAC : LayoutTests/http/tests/navigation/onload-navigation-iframe.html = FAIL -// contain extra output at the top, no clue why. - -// JS profiler not enabled? -MAC : LayoutTests/fast/profiler/document-dot-write.html = FAIL -MAC : LayoutTests/fast/profiler/stop-then-function-call.html = FAIL - // whitespace differences (??) MAC : LayoutTests/fast/dom/tabindex-clamp.html = FAIL diff --git a/webkit/tools/layout_tests/test_lists/tests_ignored.txt b/webkit/tools/layout_tests/test_lists/tests_ignored.txt index 4ddb89d..a82bd29 100644 --- a/webkit/tools/layout_tests/test_lists/tests_ignored.txt +++ b/webkit/tools/layout_tests/test_lists/tests_ignored.txt @@ -28,6 +28,11 @@ SKIP : LayoutTests/svg/custom/getPresentationAttribute.svg = PASS SKIP : LayoutTests/wml = FAIL SKIP : LayoutTests/http/tests/wml = FAIL +// These tests are based on the JSC JavaScript profiler. The V8 JavaScript +// profiler is in development and will use a different approach than JSC and +// most likely these tests will always be JSC specific. +SKIP : LayoutTests/fast/profiler = FAIL TIMEOUT + // ----------------------------------------------------------------- // FAILING TESTS // ----------------------------------------------------------------- |