Title: [240629] trunk/JSTests
- Revision
- 240629
- Author
- [email protected]
- Date
- 2019-01-28 17:53:16 -0800 (Mon, 28 Jan 2019)
Log Message
Unreviewed, fix the test after r240543 not to use @Error / Error in builtins
https://bugs.webkit.org/show_bug.cgi?id=193713
* stress/try-get-by-id-should-spill-registers-dfg.js:
(let.f.createBuiltin):
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (240628 => 240629)
--- trunk/JSTests/ChangeLog 2019-01-29 01:51:03 UTC (rev 240628)
+++ trunk/JSTests/ChangeLog 2019-01-29 01:53:16 UTC (rev 240629)
@@ -1,3 +1,11 @@
+2019-01-28 Yusuke Suzuki <[email protected]>
+
+ Unreviewed, fix the test after r240543 not to use @Error / Error in builtins
+ https://bugs.webkit.org/show_bug.cgi?id=193713
+
+ * stress/try-get-by-id-should-spill-registers-dfg.js:
+ (let.f.createBuiltin):
+
2019-01-28 Mark Lam <[email protected]>
ToString node actually does GC.
Modified: trunk/JSTests/stress/try-get-by-id-should-spill-registers-dfg.js (240628 => 240629)
--- trunk/JSTests/stress/try-get-by-id-should-spill-registers-dfg.js 2019-01-29 01:51:03 UTC (rev 240628)
+++ trunk/JSTests/stress/try-get-by-id-should-spill-registers-dfg.js 2019-01-29 01:53:16 UTC (rev 240629)
@@ -2,7 +2,7 @@
let f = createBuiltin(`(function (arg) {
let r = @tryGetById(arg, "prototype");
- if (arg !== true) throw new Error("Bad clobber of arg");
+ if (arg !== true) throw "Bad clobber of arg";
return r;
})`);
noInline(f);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes