summaryrefslogtreecommitdiffstats
path: root/LayoutTests
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-08-05 12:39:42 +0100
committerSteve Block <steveblock@google.com>2010-08-09 13:25:54 +0100
commit969ff7ce3e33b1ba4c0ec4c39fde3914b4201a38 (patch)
tree557a82419011a3dbecf474dbbc0f17d8b554afba /LayoutTests
parente04b4eaa324d69caf0cf14531a75814be6323b33 (diff)
downloadexternal_webkit-969ff7ce3e33b1ba4c0ec4c39fde3914b4201a38.zip
external_webkit-969ff7ce3e33b1ba4c0ec4c39fde3914b4201a38.tar.gz
external_webkit-969ff7ce3e33b1ba4c0ec4c39fde3914b4201a38.tar.bz2
Merge WebKit at r64523 : Add new LayoutTest fast/dom/DeviceOrientation/basic-operation.html to skipped list
Also updates this list to reflect the hard-coded skipped list for the existing DumpRenderTree Change-Id: I377db6c1826ff745a3943bd8ea129a14e506f18e
Diffstat (limited to 'LayoutTests')
-rw-r--r--LayoutTests/platform/android/test_expectations.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/LayoutTests/platform/android/test_expectations.txt b/LayoutTests/platform/android/test_expectations.txt
index 210e279..959a3f0 100644
--- a/LayoutTests/platform/android/test_expectations.txt
+++ b/LayoutTests/platform/android/test_expectations.txt
@@ -16,11 +16,15 @@
// IGNORE_RESULT - runs the test and compares the result, but doesn't care if it passes
// SLOW - marks the test as being slow to run
-editing/selection/move-left-right.html SKIP
-fast/js/excessive-comma-usage.html SKIP
-fast/js/regexp-charclass-crash.html SKIP
-fast/regex/test1.html SKIP
-fast/regex/slow.html SKIP
+editing/selection/move-left-right.html SKIP // Causes DumpRenderTree to hang
+fast/dom/DeviceOrientation/basic-operation.html SKIP // Will cause crash until mock DeviceOrientationClient is hooked up.
+fast/js/excessive-comma-usage.html SKIP // Tests huge initializer list, causes OOM.
+fast/js/regexp-charclass-crash.html SKIP // RegExp is too large, causing OOM
+fast/regex/test1.html SKIP // Causes DumpRenderTree to hang with V8
+fast/regex/slow.html SKIP // Causes DumpRenderTree to hang with V8
+ietestcenter/Javascript/15.4.4.15-3-14.html SKIP // hangs the layout tests http://b/issue?id=2889595
+ietestcenter/Javascript/15.4.4.15-3-29.html SKIP // hangs the layout tests http://b/issue?id=2889596
+ietestcenter/Javascript/15.4.4.15-3-8.html SKIP // hangs the layout tests http://b/issue?id=2889598
// This first block of tests are for features for which Android
// should pass all tests. They are skipped only temporarily.
@@ -137,4 +141,4 @@ fast/overflow/scroll-vertical-not-horizontal.html IGNORE_RESULT // http://b/7351
fast/parser/script-tag-with-trailing-slash.html IGNORE_RESULT // not capturing the console messages
fast/replaced/image-map.html IGNORE_RESULT // requires eventSender.mouseDown(),mouseUp()
fast/text/plain-text-line-breaks.html IGNORE_RESULT // extra spacing because iFrames rendered next to each other on Apple
-profiler IGNORE_RESULT // profiler is not supported \ No newline at end of file
+profiler IGNORE_RESULT // profiler is not supported