From: aroben@apple.com Date: Thu, 13 Jan 2011 18:33:54 +0000 (+0000) Subject: Disable fast/profiler/throw-exception-from-eval.html X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=e58efedcead8d207e1e049e27b3104d8f0695650 Disable fast/profiler/throw-exception-from-eval.html This test fails non-deterministically. See . * fast/profiler/throw-exception-from-eval.html-disabled: Renamed from LayoutTests/fast/profiler/throw-exception-from-eval.html. * platform/gtk/Skipped: * platform/mac-leopard/Skipped: * platform/qt/Skipped: Un-skipped this test now that it's been disabled by other means. * platform/win-xp/fast/profiler/throw-exception-from-eval-expected.txt: Removed. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@75723 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index cfdaa2f..6bfa0fe 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,18 @@ +2011-01-13 Adam Roben + + Disable fast/profiler/throw-exception-from-eval.html + + This test fails non-deterministically. See . + + * fast/profiler/throw-exception-from-eval.html-disabled: Renamed from LayoutTests/fast/profiler/throw-exception-from-eval.html. + + * platform/gtk/Skipped: + * platform/mac-leopard/Skipped: + * platform/qt/Skipped: + Un-skipped this test now that it's been disabled by other means. + + * platform/win-xp/fast/profiler/throw-exception-from-eval-expected.txt: Removed. + 2011-01-13 Dan Bernstein Reviewed by Simon Fraser. diff --git a/LayoutTests/fast/profiler/throw-exception-from-eval.html b/LayoutTests/fast/profiler/throw-exception-from-eval.html-disabled similarity index 100% rename from LayoutTests/fast/profiler/throw-exception-from-eval.html rename to LayoutTests/fast/profiler/throw-exception-from-eval.html-disabled diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped index 28e21a7..7d7628e 100644 --- a/LayoutTests/platform/gtk/Skipped +++ b/LayoutTests/platform/gtk/Skipped @@ -5536,10 +5536,6 @@ fast/history/sibling-visited-test.html # https://bugs.webkit.org/show_bug.cgi?id=49793 fast/text/font-size-zero.html -# REGRESSION (r72351): fast/profiler/throw-exception-from-eval.html fails -# https://bugs.webkit.org/show_bug.cgi?id=49801 -fast/profiler/throw-exception-from-eval.html - # Rounding color problems inside pixman # https://bugs.webkit.org/show_bug.cgi?id=49964 fast/canvas/canvas-fillPath-shadow.html diff --git a/LayoutTests/platform/mac-leopard/Skipped b/LayoutTests/platform/mac-leopard/Skipped index 3c14cab..7942c7a 100644 --- a/LayoutTests/platform/mac-leopard/Skipped +++ b/LayoutTests/platform/mac-leopard/Skipped @@ -185,10 +185,6 @@ canvas/philip/tests/2d.pattern.image.incomplete.omitted.html # https://bugs.webkit.org/show_bug.cgi?id=49809 plugins/refcount-leaks.html -# fast/profiler/throw-exception-from-eval.html fails on Leopard bots -# https://bugs.webkit.org/show_bug.cgi?id=49801 -fast/profiler/throw-exception-from-eval.html - # svg/batik/text/smallFonts.svg failing on leopard release bot # https://bugs.webkit.org/show_bug.cgi?id=50467 svg/batik/text/smallFonts.svg diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped index b2bbdcf..47a165b 100644 --- a/LayoutTests/platform/qt/Skipped +++ b/LayoutTests/platform/qt/Skipped @@ -5311,10 +5311,6 @@ editing/pasteboard/paste-4039777-fix.html # https://bugs.webkit.org/show_bug.cgi?id=49749 plugins/refcount-leaks.html -# [Qt] REGRESSION (r72351): fast/profiler/throw-exception-from-eval.html fails -# https://bugs.webkit.org/show_bug.cgi?id=49801 -fast/profiler/throw-exception-from-eval.html - # [Qt] REGRESSION (r72360): http/tests/security/aboutBlank/xss-DENIED-* tests fail # https://bugs.webkit.org/show_bug.cgi?id=49802 http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write.html diff --git a/LayoutTests/platform/win-xp/fast/profiler/throw-exception-from-eval-expected.txt b/LayoutTests/platform/win-xp/fast/profiler/throw-exception-from-eval-expected.txt deleted file mode 100644 index b7b5c28..0000000 --- a/LayoutTests/platform/win-xp/fast/profiler/throw-exception-from-eval-expected.txt +++ /dev/null @@ -1,22 +0,0 @@ -CONSOLE MESSAGE: line 0: Test exception. -This page throws an exception from within eval(). - -To run this test manually, load it in the browser then load the WebInspector and look at the profile. The profiler should not crash and still show the stack under insertnewText(). - -Profile title: Throw within an eval. -Thread_1 (no file) (line 0) - (program) throw-exception-from-eval.html (line 10) - (program) throw-exception-from-eval.html (line 4) - (program) throw-exception-from-eval.html (line 19) - eval (no file) (line 0) - (program) (no file) (line 1) - onload throw-exception-from-eval.html (line 24) - startTest throw-exception-from-eval.html (line 13) - insertNewText profiler-test-JS-resources.js (line 17) - createElement (no file) (line 0) - createTextNode (no file) (line 0) - appendChild (no file) (line 0) - getElementById (no file) (line 0) - endTest profiler-test-JS-resources.js (line 1) - -