Title: [205389] trunk/JSTests
- Revision
- 205389
- Author
- [email protected]
- Date
- 2016-09-02 17:22:27 -0700 (Fri, 02 Sep 2016)
Log Message
Unreviewed fix after importing Chakra test
* ChakraCore.yaml: Skipped ChakraCore/test/UnifiedRegex/crazy.js because the original
test contained tab characters. I removed the tabs before landing. This test depended
on the tab characters and now fails after they were removed.
test.
Modified Paths
Diff
Modified: trunk/JSTests/ChakraCore.yaml (205388 => 205389)
--- trunk/JSTests/ChakraCore.yaml 2016-09-03 00:21:44 UTC (rev 205388)
+++ trunk/JSTests/ChakraCore.yaml 2016-09-03 00:22:27 UTC (rev 205389)
@@ -1338,7 +1338,8 @@
- path: ChakraCore/test/UnifiedRegex/class-case.js
cmd: runChakra :baseline, "NoException", "class-case.baseline", []
- path: ChakraCore/test/UnifiedRegex/crazy.js
- cmd: runChakra :baseline, "NoException", "crazy.baseline", []
+ # Skipped because the original test file contained tabs which we don't allow in WebKit source.
+ cmd: runChakra :skip, "NoException", "crazy.baseline", []
- path: ChakraCore/test/UnifiedRegex/es5SpecExamples.js
cmd: runChakra :baseline, "NoException", "es5SpecExamples.baseline", []
- path: ChakraCore/test/UnifiedRegex/escapes.js
Modified: trunk/JSTests/ChangeLog (205388 => 205389)
--- trunk/JSTests/ChangeLog 2016-09-03 00:21:44 UTC (rev 205388)
+++ trunk/JSTests/ChangeLog 2016-09-03 00:22:27 UTC (rev 205389)
@@ -1,3 +1,12 @@
+2016-09-02 Michael Saboff <[email protected]>
+
+ Unreviewed fix after importing Chakra test
+
+ * ChakraCore.yaml: Skipped ChakraCore/test/UnifiedRegex/crazy.js because the original
+ test contained tab characters. I removed the tabs before landing. This test depended
+ on the tab characters and now fails after they were removed.
+ test.
+
2016-09-01 Michael Saboff <[email protected]>
Import Chakra tests to JSC
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes