From e8aef5c7c8d0ac6bc81199c21b11c0184829b188 Mon Sep 17 00:00:00 2001 From: Athijegannathan Sundararajan Date: Tue, 22 Sep 2015 12:57:15 +0530 Subject: [PATCH] 8136832: property_delete.js tests be moved out from currently-failing Reviewed-by: attila, lagergren, hannesw --- .../script/{currently-failing => maptests}/property_delete.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename nashorn/test/script/{currently-failing => maptests}/property_delete.js (97%) diff --git a/nashorn/test/script/currently-failing/property_delete.js b/nashorn/test/script/maptests/property_delete.js similarity index 97% rename from nashorn/test/script/currently-failing/property_delete.js rename to nashorn/test/script/maptests/property_delete.js index c027058c1ae..38a3817ea0d 100644 --- a/nashorn/test/script/currently-failing/property_delete.js +++ b/nashorn/test/script/maptests/property_delete.js @@ -45,4 +45,4 @@ function deleteX(obj) { deleteX(obj1); deleteX(obj2); -assertSameMap(obj1, obj2); +assertEqualWithoutTypeMap(obj1, obj2);