From 4e9b7f025feaa716f0f5f78b3653fe5c3c06fb5b Mon Sep 17 00:00:00 2001 From: Maksymilian Osowski Date: Thu, 2 Sep 2010 15:08:44 +0100 Subject: Updated test_expectations.txt to use CRASH instead of SKIP. Bug: 2970575 Change-Id: Ibbf9ce77a5549d7737b26649a4f5cffc670c9f2a --- LayoutTests/platform/android/test_expectations.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'LayoutTests') 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. -- cgit v1.1