Reviewers: Igor Sheludko,
Message:
PTAL
Description:
Update test and rebaseline
BUG=
Please review this at https://codereview.chromium.org/408183002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+12, -12 lines):
M test/webkit/fast/js/primitive-property-access-edge-cases.js
M test/webkit/fast/js/primitive-property-access-edge-cases-expected.txt
Index: test/webkit/fast/js/primitive-property-access-edge-cases-expected.txt
diff --git
a/test/webkit/fast/js/primitive-property-access-edge-cases-expected.txt
b/test/webkit/fast/js/primitive-property-access-edge-cases-expected.txt
index
f07d273f3399825e5303f654c9b4377e528621e2..19e68842b2b23571c5ec6bfa7e9ff643785d346d
100644
--- a/test/webkit/fast/js/primitive-property-access-edge-cases-expected.txt
+++ b/test/webkit/fast/js/primitive-property-access-edge-cases-expected.txt
@@ -29,15 +29,15 @@ On success, you will see a series of "PASS" messages,
followed by "TEST COMPLETE
PASS checkGet(1, Number) is true
PASS checkGet('hello', String) is true
PASS checkGet(true, Boolean) is true
-FAIL checkSet(1, Number) should be true. Was false.
-FAIL checkSet('hello', String) should be true. Was false.
-FAIL checkSet(true, Boolean) should be true. Was false.
+PASS checkSet(1, Number) is true
+PASS checkSet('hello', String) is true
+PASS checkSet(true, Boolean) is true
PASS checkGetStrict(1, Number) is true
PASS checkGetStrict('hello', String) is true
PASS checkGetStrict(true, Boolean) is true
-FAIL checkSetStrict(1, Number) should be true. Was false.
-FAIL checkSetStrict('hello', String) should be true. Was false.
-FAIL checkSetStrict(true, Boolean) should be true. Was false.
+PASS checkSetStrict(1, Number) is true
+PASS checkSetStrict('hello', String) is true
+PASS checkSetStrict(true, Boolean) is true
PASS checkRead(1, Number) is true
PASS checkRead('hello', String) is true
PASS checkRead(true, Boolean) is true
@@ -47,9 +47,9 @@ PASS checkWrite(true, Boolean) is true
PASS checkReadStrict(1, Number) is true
PASS checkReadStrict('hello', String) is true
PASS checkReadStrict(true, Boolean) is true
-FAIL checkWriteStrict(1, Number) should throw an exception. Was true.
-FAIL checkWriteStrict('hello', String) should throw an exception. Was true.
-FAIL checkWriteStrict(true, Boolean) should throw an exception. Was true.
+PASS checkWriteStrict(1, Number) is true
+PASS checkWriteStrict('hello', String) is true
+PASS checkWriteStrict(true, Boolean) is true
PASS checkNumericGet(1, Number) is true
PASS checkNumericGet('hello', String) is true
PASS checkNumericGet(true, Boolean) is true
Index: test/webkit/fast/js/primitive-property-access-edge-cases.js
diff --git a/test/webkit/fast/js/primitive-property-access-edge-cases.js
b/test/webkit/fast/js/primitive-property-access-edge-cases.js
index
491f42b9ca7be997c02ed869889a94d5d129f57a..f512ca5272fb3303c8ef02ecd378655641ec37f9
100644
--- a/test/webkit/fast/js/primitive-property-access-edge-cases.js
+++ b/test/webkit/fast/js/primitive-property-access-edge-cases.js
@@ -145,9 +145,9 @@ shouldBeTrue("checkWrite(true, Boolean)");
shouldBeTrue("checkReadStrict(1, Number)");
shouldBeTrue("checkReadStrict('hello', String)");
shouldBeTrue("checkReadStrict(true, Boolean)");
-shouldThrow("checkWriteStrict(1, Number)");
-shouldThrow("checkWriteStrict('hello', String)");
-shouldThrow("checkWriteStrict(true, Boolean)");
+shouldBeTrue("checkWriteStrict(1, Number)");
+shouldBeTrue("checkWriteStrict('hello', String)");
+shouldBeTrue("checkWriteStrict(true, Boolean)");
function checkNumericGet(x, constructor)
{
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.