Title: [183421] trunk/Source/_javascript_Core
- Revision
- 183421
- Author
- [email protected]
- Date
- 2015-04-27 14:08:35 -0700 (Mon, 27 Apr 2015)
Log Message
REGRESSION (r183373): ASSERT failed in wtf/SHA1.h
https://bugs.webkit.org/show_bug.cgi?id=144257
Temporarily disable skip these tests.
* tests/stress/template-literal-line-terminators.js:
* tests/stress/template-literal-syntax.js:
* tests/stress/template-literal.js:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (183420 => 183421)
--- trunk/Source/_javascript_Core/ChangeLog 2015-04-27 21:02:31 UTC (rev 183420)
+++ trunk/Source/_javascript_Core/ChangeLog 2015-04-27 21:08:35 UTC (rev 183421)
@@ -1,3 +1,14 @@
+2015-04-27 Ryosuke Niwa <[email protected]>
+
+ REGRESSION (r183373): ASSERT failed in wtf/SHA1.h
+ https://bugs.webkit.org/show_bug.cgi?id=144257
+
+ Temporarily disable skip these tests.
+
+ * tests/stress/template-literal-line-terminators.js:
+ * tests/stress/template-literal-syntax.js:
+ * tests/stress/template-literal.js:
+
2015-04-27 Basile Clement <[email protected]>
Function allocations shouldn't sink through Put operations
Modified: trunk/Source/_javascript_Core/tests/stress/template-literal-line-terminators.js (183420 => 183421)
--- trunk/Source/_javascript_Core/tests/stress/template-literal-line-terminators.js 2015-04-27 21:02:31 UTC (rev 183420)
+++ trunk/Source/_javascript_Core/tests/stress/template-literal-line-terminators.js 2015-04-27 21:08:35 UTC (rev 183421)
@@ -1,3 +1,5 @@
+//@ skip
+
function test(actual, expected) {
if (actual !== expected)
throw new Error("bad value: " + actual);
Modified: trunk/Source/_javascript_Core/tests/stress/template-literal-syntax.js (183420 => 183421)
--- trunk/Source/_javascript_Core/tests/stress/template-literal-syntax.js 2015-04-27 21:02:31 UTC (rev 183420)
+++ trunk/Source/_javascript_Core/tests/stress/template-literal-syntax.js 2015-04-27 21:08:35 UTC (rev 183421)
@@ -1,3 +1,4 @@
+//@ skip
function testSyntax(script) {
try {
Modified: trunk/Source/_javascript_Core/tests/stress/template-literal.js (183420 => 183421)
--- trunk/Source/_javascript_Core/tests/stress/template-literal.js 2015-04-27 21:02:31 UTC (rev 183420)
+++ trunk/Source/_javascript_Core/tests/stress/template-literal.js 2015-04-27 21:08:35 UTC (rev 183421)
@@ -1,3 +1,5 @@
+//@ skip
+
function test(actual, expected) {
if (actual !== expected)
throw new Error("bad value: " + actual);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes