Index: test/webkit/fast/js/regexp-ranges-and-escaped-hyphens-expected.txt |
diff --git a/test/webkit/delete-then-put-expected.txt b/test/webkit/fast/js/regexp-ranges-and-escaped-hyphens-expected.txt |
similarity index 69% |
copy from test/webkit/delete-then-put-expected.txt |
copy to test/webkit/fast/js/regexp-ranges-and-escaped-hyphens-expected.txt |
index 191bb35bbfe6cb32b32a8e1047ac03655f7c0bfc..943a96616ff72ad8afb78d9ef7023e0fc829de89 100644 |
--- a/test/webkit/delete-then-put-expected.txt |
+++ b/test/webkit/fast/js/regexp-ranges-and-escaped-hyphens-expected.txt |
@@ -21,17 +21,28 @@ |
# (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 for a problem with put after delete that existed at one point in the past. |
+Tests for bug #21232, and related range issues described in bug. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS props(a) is 'a,b,c,d,e' |
-delete a.c |
-PASS props(a) is 'a,b,d,e' |
-define getter named c |
-PASS props(a) is 'a,b,d,e,c' |
- |
+PASS regexp01.toString() is "1235" |
+PASS regexp01a.toString() is "123 5" |
+PASS regexp01b.toString() is "1-3 5" |
+PASS regexp01c.toString() is "1-3 5" |
+PASS regexp01d.toString() is "123 5" |
+PASS regexp01e.toString() is "123 5" |
+PASS regexp01f.toString() is "-3" |
+PASS regexp01g.toString() is "2-" |
+PASS regexp02.toString() is "1-35" |
+PASS regexp02a.toString() is "1-3 5" |
+PASS regexp02b.toString() is "1-3 5" |
+PASS regexp02c.toString() is "1-3 5" |
+PASS regexp02d.toString() is "1-3 5" |
+PASS regexp02e.toString() is "1-3 5" |
+PASS regexp03a.toString() is "-.0" |
+PASS regexp03b.toString() is "+,-" |
+PASS bug21232 is false |
PASS successfullyParsed is true |
TEST COMPLETE |