Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: test/mjsunit/regress/regress-5902.js

Issue 2786143004: [bootstrapper] Ensure RegExp constructor has fast properties. (Closed)
Patch Set: Fix test. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/bootstrapper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-5902.js
diff --git a/test/mjsunit/regress/regress-5902.js b/test/mjsunit/regress/regress-5902.js
index 73e62d66b4eb42c39bf20f30a113f9e0f7810b6c..034b6a7951bbccdebb2955fdc2ce6d72e139dc82 100644
--- a/test/mjsunit/regress/regress-5902.js
+++ b/test/mjsunit/regress/regress-5902.js
@@ -55,7 +55,7 @@ Object.getOwnPropertyNames(global).forEach(function(name) {
// Remove items as we fix them. See issue 5902.
assertEquals(
[
- 'RegExp', 'RegExp.prototype.constructor', 'Error.prototype',
+ 'Error.prototype',
'EvalError.prototype', 'RangeError.prototype', 'ReferenceError.prototype',
'SyntaxError.prototype', 'TypeError.prototype', 'URIError.prototype',
'Map', 'Map.prototype.constructor', 'Set', 'Set.prototype.constructor'
« no previous file with comments | « src/bootstrapper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698