summaryrefslogtreecommitdiffstats
path: root/LayoutTests
diff options
context:
space:
mode:
authorMaksymilian Osowski <maxosowski@google.com>2010-09-02 15:08:44 +0100
committerMaksymilian Osowski <maxosowski@google.com>2010-09-02 17:20:39 +0100
commit4e9b7f025feaa716f0f5f78b3653fe5c3c06fb5b (patch)
treeeae085acfe94a1c57b440bf76dab979bc3b8078d /LayoutTests
parentda56157816334089526a7a115a85fd85a6e9a1dc (diff)
downloadexternal_webkit-4e9b7f025feaa716f0f5f78b3653fe5c3c06fb5b.zip
external_webkit-4e9b7f025feaa716f0f5f78b3653fe5c3c06fb5b.tar.gz
external_webkit-4e9b7f025feaa716f0f5f78b3653fe5c3c06fb5b.tar.bz2
Updated test_expectations.txt to use CRASH instead of SKIP.
Bug: 2970575 Change-Id: Ibbf9ce77a5549d7737b26649a4f5cffc670c9f2a
Diffstat (limited to 'LayoutTests')
-rw-r--r--LayoutTests/platform/android/test_expectations.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/LayoutTests/platform/android/test_expectations.txt b/LayoutTests/platform/android/test_expectations.txt
index de89e48..aa87b25 100644
--- a/LayoutTests/platform/android/test_expectations.txt
+++ b/LayoutTests/platform/android/test_expectations.txt
@@ -21,24 +21,24 @@
//
// The format of the file is along the lines of:
//
-// path/to/foo/bar.html SKIP
+// path/to/foo/bar.html CRASH
// path/to/bar FAIL SLOW // A comment
// path/to/foo2/ SLOW FAIL
// path/to/bar.html SLOW
//
// Valid options:
-// SKIP - skips the test completely (it is not run)
+// CRASH - the test is expected to crash, so we skip it completely (it is not run)
// FAIL - runs the test and compares the result, but we expect it to fail
// SLOW - marks the test as being slow to run
-editing/selection/move-left-right.html SKIP // Causes DumpRenderTree to hang
-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
+editing/selection/move-left-right.html CRASH // Causes DumpRenderTree to hang
+fast/js/excessive-comma-usage.html CRASH // Tests huge initializer list, causes OOM.
+fast/js/regexp-charclass-crash.html CRASH // RegExp is too large, causing OOM
+fast/regex/test1.html CRASH // Causes DumpRenderTree to hang with V8
+fast/regex/slow.html CRASH // Causes DumpRenderTree to hang with V8
+ietestcenter/Javascript/15.4.4.15-3-14.html CRASH // hangs the layout tests http://b/issue?id=2889595
+ietestcenter/Javascript/15.4.4.15-3-29.html CRASH // hangs the layout tests http://b/issue?id=2889596
+ietestcenter/Javascript/15.4.4.15-3-8.html CRASH // 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.