Index: test/webkit/fast/js/kde/statements-expected.txt |
diff --git a/test/webkit/array-constructor-host-call-expected.txt b/test/webkit/fast/js/kde/statements-expected.txt |
similarity index 80% |
copy from test/webkit/array-constructor-host-call-expected.txt |
copy to test/webkit/fast/js/kde/statements-expected.txt |
index aeefefbf09152f65c600438900dec2c9147ee89b..838933f291c930112468f2d0a180242b69fb5e61 100644 |
--- a/test/webkit/array-constructor-host-call-expected.txt |
+++ b/test/webkit/fast/js/kde/statements-expected.txt |
@@ -21,17 +21,24 @@ |
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
-This tests that array construction via a host call works. |
+KDE JS Test |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS array instanceof Array is true |
-PASS array.length is 100 |
-PASS array instanceof Array is true |
-PASS array.length is 100 |
-PASS array instanceof Array is true |
-PASS array.length is 100 |
+PASS testSwitch(0) is 'abcd' |
+PASS testSwitch(1) is 'bcd' |
+PASS testSwitch(2) is 'd' |
+PASS testSwitch(false) is '' |
+PASS testSwitch2(1) is 'a' |
+PASS testSwitch2(2) is 'b' |
+PASS testSwitch2(3) is 'd' |
+PASS testSwitch2(-1) is 'cd' |
+PASS testSwitch2('x') is 'cd' |
+PASS testSwitch3(0) is 'cde' |
+PASS testSwitch3(3) is 'de' |
+PASS testSwitch3(4) is 'e' |
+PASS testSwitch4(0) is 'ab' |
PASS successfullyParsed is true |
TEST COMPLETE |