v8/test/mjsunit/regress
Andreas Haas 8c3c1b6c0f [mjsunit] Move the implementation of testAsync into a separate file
The original implementation of 'testAsync' in mjsunit.js required to
put the call to '%AbortJS' into an 'eval' statement. The reason is that
this call requires the flag --allow-natives-syntax to be set, but the
flag is not set in all mjsunit tests. With the use of 'eval'
compilation errors can be avoided.

The problem with this approach was that the fuzzer started to produce
test cases which include the line 'eval("%AbortJS(message)");', and
this line crashes intentionally. Different to the line
'%Abort(message)', however, the 'eval' statement cannot be filtered
so easily in the fuzzer. Therefore I pulled the implementation of
'testAsync' into a separate file to avoid the 'eval'.

Additional changes: I use '===' now instead of 'deepEquals' in
AsyncAssertion.equals because 'deepEquals' is not available outside
mjsunit.js. Using '===' seems more appropriate anyways because for
all tests but one it is sufficient, and it is more precise than
deepEquals.

R=gsathya@chromium.org

Bug: chromium:774841
Change-Id: I47270aa63ff5a1d6aa76a771f9276eaaf579c5ac
Reviewed-on: https://chromium-review.googlesource.com/1156598
Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54833}
2018-08-01 08:46:24 +00:00
..
wasm [Liftoff] Zero-extend i32 stack parameters 2018-07-17 16:59:14 +00:00
binop-in-effect-context-deopt.js
bitops-register-alias.js
call-function-in-effect-context-deopt.js [runtime] Remove the very dangerous %_CallFunction intrinsic. 2015-11-05 11:48:21 +00:00
clear-keyed-call.js
compare-map-elim1.js [runtime][tests] More *TypeFeedbackVector* -> *FeedbackVector* renamings. 2017-02-15 08:53:51 +00:00
comparison-in-effect-context-deopt.js
consolidated-holey-load.js
cross-script-vars.js
d8-readbuffer.js
external-and-normal-array-polymorphism.js
get-array-keys-oob.js Remove oob elements collected from the prototype chain by trimming in GetArrayKeys 2016-03-18 14:37:36 +00:00
internalized-string-not-equal.js
json-stringifier-emptyhandle.js
math-min.js [crankshaft][arm][mips][mips64] Fix Math.min(0, 0) 2016-02-15 14:43:02 +00:00
modules-skip-regress-797581-1.js [parser] Fix: disallow "export default ()". 2018-01-10 09:32:50 +00:00
modules-skip-regress-797581-2.js [parser] Fix: disallow "export default ()". 2018-01-10 09:32:50 +00:00
modules-skip-regress-797581-3.js [parser] Fix: disallow "export default ()". 2018-01-10 09:32:50 +00:00
modules-skip-regress-797581-4.js [parser] Fix: disallow "export default ()". 2018-01-10 09:32:50 +00:00
modules-skip-regress-797581-5.js [parser] Fix: disallow "export default ()". 2018-01-10 09:32:50 +00:00
negative_lookup.js
number-named-call-deopt.js
poly_count_operation.js
polymorphic-accessor-test-context.js
post-increment-close-context.js
property-descriptor-to-object.js Fix PropertyDescriptor::ToObject 2015-11-18 13:56:51 +00:00
readonly1.js
readonly2.js
readonly3.js
readonly4.js
readonly5.js
redeclaration-error-types.js Reland: change most cases of variable redeclaration from TypeError to SyntaxError. 2016-06-21 20:19:59 +00:00
regress-6-9-regexp.js
regress-35.js
regress-57.js
regress-69.js
regress-74.js
regress-86.js
regress-87.js
regress-91.js
regress-105.js Mark Number and String as strict functions 2017-05-02 09:08:57 +00:00
regress-114.js
regress-116.js
regress-124.js
regress-137.js
regress-149.js
regress-171.js
regress-176.js
regress-186.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
regress-187.js
regress-189.js
regress-191.js
regress-192.js
regress-193.js
regress-201.js
regress-219.js
regress-225.js
regress-227.js
regress-231.js
regress-233.js
regress-244.js
regress-246.js
regress-253.js
regress-254.js
regress-259.js
regress-260.js
regress-263.js
regress-265.js
regress-267.js
regress-279.js
regress-284.js
regress-286.js
regress-294.js
regress-312.js
regress-317.js
regress-318.js
regress-326.js
regress-334.js
regress-341.js
regress-345.js
regress-349.js
regress-351.js
regress-386.js
regress-392.js
regress-394.js Enable --harmony-strict-legacy-accessor-builtins by default 2017-08-02 21:30:57 +00:00
regress-396.js
regress-397.js
regress-399.js
regress-406.js
regress-416.js
regress-475.js
regress-483.js
regress-485.js
regress-486.js
regress-490.js
regress-491.js
regress-492.js
regress-496.js
regress-502.js
regress-503.js
regress-515.js
regress-524.js
regress-526.js
regress-540.js
regress-545.js
regress-580.js
regress-581.js
regress-603.js
regress-612.js
regress-618.js
regress-619.js
regress-634-debug.js
regress-636.js
regress-643.js
regress-646.js
regress-675.js
regress-681.js
regress-685.js
regress-687.js
regress-696.js
regress-697.js
regress-712.js
regress-720.js
regress-728.js
regress-732.js
regress-747.js
regress-752.js
regress-753.js
regress-754.js
regress-760-1.js
regress-760-2.js
regress-784.js
regress-794.js
regress-798.js
regress-806.js
regress-815.js
regress-842.js
regress-851.js
regress-857.js
regress-874.js
regress-900.js
regress-918.js
regress-927.js
regress-931.js
regress-944.js
regress-955.js
regress-962.js
regress-969.js
regress-974.js
regress-982.js
regress-992.js
regress-995.js Remove %_ClassOf and SharedFunctionInfo::instance_class_name 2018-02-15 11:52:08 +00:00
regress-1015.js
regress-1017.js
regress-1020.js
regress-1060.js
regress-1079.js
regress-1083.js
regress-1092.js
regress-1099.js
regress-1103.js
regress-1104.js
regress-1106.js
regress-1107.js
regress-1110.js
regress-1112.js
regress-1117.js
regress-1118.js
regress-1119.js [mjsunit] Remove non-existing flags from tests. 2017-05-02 08:53:51 +00:00
regress-1120.js
regress-1121.js
regress-1122.js
regress-1125.js
regress-1126.js
regress-1129.js
regress-1130.js
regress-1131.js
regress-1132.js [test] Bump stack size of regression test. 2016-06-15 11:19:43 +00:00
regress-1146.js
regress-1149.js
regress-1150.js
regress-1151.js
regress-1156.js Reland "[flags] Remove some dead Crankshaft flags." 2017-07-13 13:15:34 +00:00
regress-1160.js
regress-1166.js
regress-1167.js
regress-1170.js
regress-1172-bis.js
regress-1172.js
regress-1174.js
regress-1176.js
regress-1181.js
regress-1184.js
regress-1207.js
regress-1209.js
regress-1210.js
regress-1213.js
regress-1215.js
regress-1218.js
regress-1233.js
regress-1236.js
regress-1237.js
regress-1240.js Add flag to make __defineGetter__ & co. behave as strict functions 2017-04-18 21:40:14 +00:00
regress-1257.js [mjsunit] Speed up regress-1257 2017-11-22 14:28:09 +00:00
regress-1278.js
regress-1309.js
regress-1323.js
regress-1337.js
regress-1351.js
regress-1355.js
regress-1360.js
regress-1365.js
regress-1369.js
regress-1383.js
regress-1387.js Remove the 'caller' property from the strict-mode arguments map 2016-11-04 14:30:29 +00:00
regress-1389.js
regress-1401.js
regress-1403.js Implement immutable prototype chains 2016-07-01 19:20:11 +00:00
regress-1412.js
regress-1415.js
regress-1419.js
regress-1423.js
regress-1434.js
regress-1436.js
regress-1447.js
regress-1472.js
regress-1476.js
regress-1491.js
regress-1513.js
regress-1521.js
regress-1528.js
regress-1529.js
regress-1530.js
regress-1531.js
regress-1546.js
regress-1548.js
regress-1560.js
regress-1563.js
regress-1582.js
regress-1583.js
regress-1591.js
regress-1592.js
regress-1620.js
regress-1624-strict.js
regress-1624.js
regress-1625.js
regress-1647.js
regress-1650.js
regress-1692.js
regress-1708.js Fix common misspellings 2017-08-02 09:35:28 +00:00
regress-1711.js
regress-1748.js
regress-1757.js
regress-1790.js
regress-1849.js [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
regress-1898.js
regress-1924.js
regress-1973.js
regress-1980.js Move Error methods to C++ 2016-07-20 13:05:47 +00:00
regress-2027.js
regress-2030.js
regress-2032.js
regress-2045.js
regress-2054.js
regress-2055.js
regress-2056.js
regress-2058.js
regress-2071.js
regress-2073.js
regress-2110.js
regress-2119.js
regress-2132.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-2153.js
regress-2163.js
regress-2170.js
regress-2172.js
regress-2185.js
regress-2193.js Remove FLAG_cache_optimized_code because we always have it on. 2015-10-12 16:10:59 +00:00
regress-2226.js
regress-2234.js
regress-2249.js
regress-2250.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-2261.js
regress-2263.js [mjsunit] Change assertThrows such that it can check the exception message. 2016-11-28 10:26:44 +00:00
regress-2273.js
regress-2284.js
regress-2286.js
regress-2289.js
regress-2291.js
regress-2294.js
regress-2315.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-2326.js
regress-2339.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-2346.js
regress-2373.js
regress-2374.js
regress-2398.js
regress-2410.js
regress-2416.js
regress-2419.js
regress-2433.js
regress-2435.js [builtins] Add fast-path for JSTypedArray to CreateListFromArrayLike. 2017-09-11 06:21:58 +00:00
regress-2437.js [regexp] Correct lastIndex behavior in RegExp.prototype[@@replace] 2017-02-16 09:21:37 +00:00
regress-2438.js [regexp] Update lastIndex semantics in RegExpBuiltinExec 2017-02-09 14:54:05 +00:00
regress-2441.js
regress-2443.js
regress-2444.js
regress-2451.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-2470.js Reland: Enable --harmony-function-tostring by default 2018-01-10 17:29:46 +00:00
regress-2489.js
regress-2499.js
regress-2529.js Fix completion of try..finally. 2015-10-01 13:59:56 +00:00
regress-2537.js
regress-2539.js
regress-2564.js
regress-2565.js
regress-2566.js
regress-2568.js
regress-2570.js
regress-2593.js
regress-2594.js
regress-2595.js Fix common misspellings 2017-08-02 09:35:28 +00:00
regress-2596.js [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
regress-2606.js
regress-2612.js Reland "[flags] Remove some dead Crankshaft flags." 2017-07-13 13:15:34 +00:00
regress-2615.js
regress-2618.js Fixed/skipped tests for deoptimization fuzzing. 2017-10-11 08:44:06 +00:00
regress-2624.js
regress-2646.js [heap] Remove --heap-stats. 2017-12-20 12:49:06 +00:00
regress-2671-1.js
regress-2671.js
regress-2686.js
regress-2690.js
regress-2711.js
regress-2717.js
regress-2758.js
regress-2790.js
regress-2813.js
regress-2836.js
regress-2843.js
regress-2855.js
regress-2931.js
regress-2980.js
regress-2984.js
regress-2987.js Reland "[flags] Remove some dead Crankshaft flags." 2017-07-13 13:15:34 +00:00
regress-2989.js
regress-3010.js
regress-3025.js
regress-3026.js
regress-3027.js
regress-3029.js
regress-3032.js
regress-3039.js
regress-3116.js
regress-3135.js
regress-3138.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
regress-3158.js
regress-3159.js
regress-3176.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-3183.js [runtime] Remove the very dangerous %_CallFunction intrinsic. 2015-11-05 11:48:21 +00:00
regress-3204.js
regress-3220.js
regress-3229.js [regexp] Fix regexp source escaping with preceding backslashes. 2016-07-12 05:36:17 +00:00
regress-3255.js
regress-3294.js
regress-3307.js
regress-3334.js
regress-3359.js
regress-3380.js
regress-3392.js
regress-3404.js
regress-3456.js Cleanup: Move mjsunit/regress-*.js into mjsunit/regress/. 2016-11-29 14:20:53 +00:00
regress-3462.js
regress-3476.js
regress-3483.js
regress-3564.js
regress-3612.js
regress-3621.js
regress-3641.js Reland "Clean up promises and fix an edge case bug (patchset #4 id:60001 of https://codereview.chromium.org/1488783002/ )" 2015-12-30 20:47:37 +00:00
regress-3643.js
regress-3650-1.js Reland "[flags] Remove some dead Crankshaft flags." 2017-07-13 13:15:34 +00:00
regress-3650-2.js [runtime] Make sure %ForInPrepare returns the correct length. 2016-01-22 14:52:20 +00:00
regress-3650-3.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-3687.js
regress-3709.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-3718.js Fix type conversions in JSStackFrame accessors 2017-08-25 15:32:54 +00:00
regress-3756.js
regress-3859.js
regress-3865.js
regress-3884.js
regress-3926.js Remove runtime flags for sloppy mode block scoping features 2016-04-08 00:30:20 +00:00
regress-3969.js
regress-3976.js
regress-3985.js
regress-4023.js
regress-4027.js
regress-4121.js [literals] Disable double lazy boilerplate for literals containing Arrays 2017-07-12 19:11:04 +00:00
regress-4169.js
regress-4173.js [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
regress-4214.js
regress-4255-1.js
regress-4255-2.js
regress-4255-3.js
regress-4255-4.js
regress-4266.js Use baseline code to compute message locations. 2015-09-08 14:14:59 +00:00
regress-4267.js Array length reduction should throw in strict mode if it can't delete an element. 2016-01-22 09:53:51 +00:00
regress-4271.js
regress-4279.js
regress-4296.js
regress-4325.js [field type tracking] Fix handling of cleared WeakCells 2015-09-23 12:35:36 +00:00
regress-4374.js [turbofan] Rename --context-specialization to --function-context-specialization. 2015-09-25 11:33:38 +00:00
regress-4376-1.js
regress-4376-2.js
regress-4376-3.js
regress-4377.js
regress-4380.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-4388.js
regress-4399-01.js Cleanup: Move mjsunit/regress-*.js into mjsunit/regress/. 2016-11-29 14:20:53 +00:00
regress-4399-02.js Cleanup: Move mjsunit/regress-*.js into mjsunit/regress/. 2016-11-29 14:20:53 +00:00
regress-4450.js Make AstRawString deduplication encoding-agnostic. 2015-10-28 11:28:55 +00:00
regress-4493-1.js [turbofan] Respect effect input when lowering JSToBoolean for string inputs. 2015-10-20 15:24:26 +00:00
regress-4495.js VectorICs: Bugfix in KeyedStore dispatcher. 2015-10-19 09:51:46 +00:00
regress-4507.js [Crankshaft] Don't do HMathFloorOfDiv optimization for kUint32 values 2015-10-22 13:22:09 +00:00
regress-4509-Class-constructor-typeerror-realm.js [runtime] Throw exception for derived constructors in correct context. 2016-01-15 15:31:28 +00:00
regress-4515.js [turbofan] Fix representation type for JSArray::length. 2015-10-26 12:04:16 +00:00
regress-4521.js [turbofan] Fix and rework deopt in call to super property. 2015-10-29 12:32:49 +00:00
regress-4525.js Remove CallFunctionStub, always call through the Call builtin (also from CallIC). 2015-11-05 12:46:01 +00:00
regress-4534.js Fix accessor map transitions vs. Object.defineProperty 2015-11-03 14:41:53 +00:00
regress-4577.js Reland - Allow lexically declared "arguments" in function scope in sloppy mode. 2016-09-07 06:54:54 +00:00
regress-4595.js Fix FuncNameInferrer usage in ParseAssignmentExpression 2015-12-10 19:19:35 +00:00
regress-4640.js Fix 'illegal access' in Date constructor edge case 2015-12-30 23:54:59 +00:00
regress-4654.js Fix Unicode string normalization with null bytes 2016-01-29 17:00:46 +00:00
regress-4659.js Remove all harmony runtime flags which shipped in M51 2016-06-24 01:13:10 +00:00
regress-4665.js Reland [typedarrays] Check detached buffer at start of typed array methods 2017-04-26 06:10:17 +00:00
regress-4693.js Remove runtime flags for sloppy mode block scoping features 2016-04-08 00:30:20 +00:00
regress-4715.js Reland "[flags] Remove some dead Crankshaft flags." 2017-07-13 13:15:34 +00:00
regress-4769.js [json] Fix iteration over object keys in InternalizeJSONProperty. 2016-03-01 11:53:28 +00:00
regress-4788-1.js [turbofan] Don't use the CompareIC in JSGenericLowering. 2016-02-26 18:41:35 +00:00
regress-4788-2.js [turbofan] Don't use the CompareIC in JSGenericLowering. 2016-02-26 18:41:35 +00:00
regress-4800.js [arm/arm64][stubs] Fix d16-d31 preservation on stub failure 2016-03-09 17:36:07 +00:00
regress-4815.js [builtins] Construct builtin frame in String/Number ctors 2016-07-08 06:38:19 +00:00
regress-4825.js [runtime] Keep FAST_SLOPPY_ARGUMENTS packed 2017-05-15 07:36:41 +00:00
regress-4870.js [intl] Fix build for noi18n mode 2016-12-23 17:10:30 +00:00
regress-4908.js More accurately record an end position for default parameters in arrows 2016-04-20 20:49:16 +00:00
regress-4945.js Forward accept_IN to ParseYieldExpression 2016-04-26 17:24:49 +00:00
regress-4962.js [intl] Remove redundant type checking system 2017-01-09 22:24:57 +00:00
regress-4964.js Add checks for detached ArrayBuffers to ArrayBuffer.prototype.slice 2016-04-28 22:50:56 +00:00
regress-4967.js [full-codegen] Fix stack depth tracking when reporting unsupported super usages 2016-05-02 17:28:54 +00:00
regress-4970.js Fix 'eval' in class extends clauses to be always-strict 2016-05-03 22:36:29 +00:00
regress-4971.js [fullcodegen] Add missing bailout points for super calls. 2016-05-09 13:44:40 +00:00
regress-5004.js Promises: Add regression test for promise resolution with proxy 2016-06-16 02:00:26 +00:00
regress-5006.js [turbofan] Fix optimized lowering of Math.imul. 2016-05-12 18:43:32 +00:00
regress-5018.js Remove now-incorrect DataView accessor optimization 2016-05-19 19:49:35 +00:00
regress-5033.js [crankshaft] Don't inline "dont_crankshaft" functions 2016-05-20 15:20:15 +00:00
regress-5036.js Remove all harmony runtime flags which shipped in M51 2016-06-24 01:13:10 +00:00
regress-5085.js [runtime] Change the default values of Proxy.prototype to undefined from null 2018-07-27 08:27:36 +00:00
regress-5106.js Do all parsing for try/catch destructuring inside the appropriate scopes 2016-06-30 06:52:13 +00:00
regress-5173.js Correctly format builtin constructors in stack traces 2016-07-11 10:05:03 +00:00
regress-5174.js [keys] propagate PropertyFilter to proxy targets in KeyAccumulator 2016-07-11 10:39:35 +00:00
regress-5178.js [test] Extend a test of destructuring. 2016-07-14 16:11:41 +00:00
regress-5181.js [ForIn] Fix HasEnumerableProperty for Proxies with null prototype 2016-07-07 10:12:06 +00:00
regress-5199.js [regexp] Fix case-insensitive matching for one-byte subjects. 2016-07-18 12:03:37 +00:00
regress-5205.js [turbofan] Fix deopt point for [[ToObject]] lazy bailout. 2016-07-18 08:08:47 +00:00
regress-5213.js MIPS: Fix infinite loop in Math.pow(2,-2147483648) 2016-07-21 19:38:01 +00:00
regress-5214.js [arm] Fix infinite loop in Math.pow(2,2147483648). 2016-07-21 09:30:32 +00:00
regress-5216.js Omit frames up to new target in Error constructor 2016-07-22 11:45:50 +00:00
regress-5245.js Set Error.stack property writable 2016-07-29 08:15:26 +00:00
regress-5252.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-5262.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-5275-1.js [turbofan] Properly guard keyed stores wrt. setters in the prototype chain. 2016-08-10 06:30:22 +00:00
regress-5275-2.js [turbofan] Properly guard keyed stores wrt. setters in the prototype chain. 2016-08-10 06:30:22 +00:00
regress-5286.js [turbofan] Fix CheckedInt32Mod lowering for -0 case with negative left hand side. 2016-08-12 12:13:51 +00:00
regress-5295-2.js Use a different map to distinguish eval contexts 2016-12-20 16:23:19 +00:00
regress-5295.js Use a different map to distinguish eval contexts 2016-12-20 16:23:19 +00:00
regress-5332.js [turbofan] Don't treat the hole NaN as constant inside the compiler. 2016-09-01 06:02:19 +00:00
regress-5342.js Do not include Error.captureStackTrace in the trace 2016-09-02 09:51:42 +00:00
regress-5351.js [regexp] Don't cache exec method in Regexp.proto[@@split] 2016-09-27 14:02:33 +00:00
regress-5357.js [turbofan] Revert "Avoid overflow checks on SpeculativeNumberAdd/Subtract/Multiply." 2016-09-08 04:20:31 +00:00
regress-5404.js [builtins] Increase the maximum string length on 64-bit platforms. 2017-07-24 10:38:55 +00:00
regress-5405.js Remove --harmony-async-await runtime flag 2017-01-10 23:27:02 +00:00
regress-5434.js [regexp] Add regression test for v8:5434 2016-10-24 10:39:01 +00:00
regress-5440.js [turbofan] Remove --turbo shorthand for --turbo-filter. 2017-06-23 11:19:19 +00:00
regress-5454.js Don't skip hole checks inside patterns in parameter lists 2016-10-04 17:04:19 +00:00
regress-5476.js [promises] fix deferred object leak 2016-10-06 18:29:35 +00:00
regress-5566.js [regexp] Set static property attributes as in spec proposal 2016-10-27 08:26:05 +00:00
regress-5636-1.js Reland of [parsing] Fix maybe-assigned for loop variables. (patchset #1 id:1 of https://codereview.chromium.org/2679263002/ ) 2017-02-07 20:43:17 +00:00
regress-5636-2.js Reland of [parsing] Fix maybe-assigned for loop variables. (patchset #1 id:1 of https://codereview.chromium.org/2679263002/ ) 2017-02-07 20:43:17 +00:00
regress-5638.js [turbofan] Mark {JSCreate} as potentially throwing. 2017-02-07 09:00:18 +00:00
regress-5638b.js [turbofan] Correct lazy deopt by {JSCreate} operation. 2017-02-13 10:14:54 +00:00
regress-5648.js [parser] Fix scopes in rewriting of for-of and destructuring assignments. 2016-11-24 09:48:21 +00:00
regress-5664.js [scopes] Propagate inner-scope-calls-eval to make sure we context allocate in inserted scopes 2016-11-29 12:01:34 +00:00
regress-5669.js Fix: KeyedStoreGeneric must check for writable array length 2017-01-11 11:37:44 +00:00
regress-5691.js Revert "[builtins] Mega-revert to address the Dev blocker in crbug.com/808911." 2018-02-08 17:25:13 +00:00
regress-5692.js ParserBase should accept ESCAPED_STRICT_RESERVED_WORD as an identifier 2017-02-15 02:35:12 +00:00
regress-5736.js Force ctxt allocation in eval scopes. 2017-01-03 20:27:20 +00:00
regress-5749.js [crankshaft] Fix IsClassOfTest helper method 2016-12-19 12:49:21 +00:00
regress-5763-1.js [es6] Fix the %TypedArray% constructor. 2016-12-20 16:14:08 +00:00
regress-5763-2.js [es6] Fix the %TypedArray% constructor. 2016-12-20 16:14:08 +00:00
regress-5767.js Fix DoubleToRadixCString wrt Number.MIN_VALUE. 2016-12-22 06:57:01 +00:00
regress-5772.js [ic] Always use generic ICs for growing element stores on arguments 2016-12-22 14:10:51 +00:00
regress-5780.js Object.prototype.toString must reflect mutated @@toStringTag values for primitives 2016-12-27 17:57:38 +00:00
regress-5783.js Fix SealHandleScope usage in runtime-classes.cc 2016-12-27 18:55:16 +00:00
regress-5790.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-5802.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-5836.js String.prototype.anchor and others should not cause side effects. 2017-01-13 08:38:23 +00:00
regress-5845.js [regexp] Implement regexp groups as wrapper. 2017-01-18 08:14:59 +00:00
regress-5888.js [turbofan] Correct regalloc blocked register behavior 2017-01-26 17:47:54 +00:00
regress-5902.js [runtime] Properly deal with prototype setup mode during class literal instantiation. 2017-11-28 09:11:59 +00:00
regress-5911.js [turbofan] more regalloc fixes 2017-02-02 22:33:40 +00:00
regress-5927.js [interpreter] When generating bytecode, properly track current scope. 2017-02-19 13:08:19 +00:00
regress-5938.js [parsing] Produce same Scopes in Parser and PreParser when the params are not simple. 2017-02-08 17:14:30 +00:00
regress-5943.js [turbofan] Remove --turbo shorthand for --turbo-filter. 2017-06-23 11:19:19 +00:00
regress-5972.js Fix typeof optimization for undetectable 2017-02-18 12:43:37 +00:00
regress-5974.js [builtins] Convert the hole to undefined when pushing spread arguments. 2017-02-15 18:32:16 +00:00
regress-6063.js [ia32] Fix invalid DCHECK on cmpw with immediate. 2017-03-08 13:04:45 +00:00
regress-6082.js [turbofan] Fix lowering of Number.isNaN(). 2017-03-13 07:00:59 +00:00
regress-6121.js [turbofan] Properly handle IfException projections on JSForInNext. 2017-03-20 06:32:28 +00:00
regress-6142.js [parser] Use better error message to continue a non IterationStatement 2017-03-25 22:04:15 +00:00
regress-6186.js [regexp] Handle a function Proxy passed to String.prototype.replace 2017-04-04 18:48:56 +00:00
regress-6196.js [asm.js] Fix nested function table calls. 2017-04-04 10:28:06 +00:00
regress-6203.js [asm.js] Prevent throwing of asm.js warning messages. 2017-04-05 14:41:52 +00:00
regress-6209.js [regexp] Properly handle HeapNumbers in AdvanceStringIndex 2017-04-06 18:43:09 +00:00
regress-6210.js [regexp] Fix two more possible shape changes on fast path 2017-04-06 15:52:21 +00:00
regress-6223.js [cleanup] Move mjsunit regression tests into test/mjsunit/regress 2017-07-11 10:02:43 +00:00
regress-6248.js [turbofan] Fix lowering of JSGetSuperConstructor. 2017-04-13 08:34:22 +00:00
regress-6280.js [asm.js] Treat typed array constructors as stdlib uses. 2017-04-24 13:33:35 +00:00
regress-6288.js [intl] Fix default Intl language tag handling 2018-04-21 13:16:20 +00:00
regress-6298.js [asm.js] Fix numeric literal bounds checking. 2017-04-26 13:45:45 +00:00
regress-6337.js [parser] Fix fatal error on spread in class properties 2017-05-02 18:03:13 +00:00
regress-6373.js Fix deoptmization of inlined TF instanceOf to call ToBoolean 2017-06-22 15:43:35 +00:00
regress-6431.js [asm.js] Ensure coercion of imports is non-observable. 2017-06-20 13:55:35 +00:00
regress-6509.js [ast] AstTraversalVisitor should visit the Declarations of Block scopes 2017-06-29 17:51:22 +00:00
regress-6607-1.js [turbofan] Fix CanTreatHoleAsUndefined check. 2017-07-18 16:29:29 +00:00
regress-6607-2.js [turbofan] Fix CanTreatHoleAsUndefined check. 2017-07-18 16:29:29 +00:00
regress-6657.js [builtins] Fix missing check in Array.prototype.filter. 2017-08-04 08:55:15 +00:00
regress-6677.js Throw errors when assigning to const variables inside with 2017-08-08 02:00:22 +00:00
regress-6681.js Make ValidateAndApplyPropertyDescriptor pass on its ShouldThrow mode. 2017-08-09 09:01:39 +00:00
regress-6700.js [asm.js] Fix heap access validation of shift expressions. 2017-08-22 08:50:26 +00:00
regress-6703.js Reland "[regexp] fix Latin1 ignore-case bug." 2018-02-06 10:34:12 +00:00
regress-6707.js [builtins] Array.prototype.concat should set length on return value 2017-08-28 18:02:48 +00:00
regress-6708.js [builtins] Array.prototype.concat should set length on return value 2017-08-28 18:02:48 +00:00
regress-6733.js [ignition] Fix return value of delete on global lexical variables 2017-08-23 16:17:48 +00:00
regress-6838-1.js [asm.js] Fix Math.min/max signatures to take signed. 2017-09-25 12:58:57 +00:00
regress-6838-2.js [asm.js] Fix Math.ceil/floor/sqrt to return floatish. 2017-09-25 15:53:04 +00:00
regress-6838-3.js [asm.js] Fix Math.abs signature to return unsigned. 2017-09-26 13:02:53 +00:00
regress-6907.js [deoptimizer] Fix materialization of builtin stub registers. 2017-10-10 07:50:09 +00:00
regress-6941.js Fix type feedback recording in CodeStubAssembler::Equal. 2017-10-16 14:41:20 +00:00
regress-6948.js [ic] Ensure that we make progress on KeyedLoadIC polymorphic name. 2017-10-20 12:16:10 +00:00
regress-6970.js [parser] Fix rewinding logic for destructuring in arrow params 2017-10-24 14:54:52 +00:00
regress-6989.js [ic] Fix undefined/null receivers not leaving UNINITIALIZED state. 2017-10-24 06:40:56 +00:00
regress-6991.js [turbofan] Properly handle smis in monomorphic loads/stores. 2017-10-24 09:19:47 +00:00
regress-7014-1.js [ic] Add OOB support to KeyedLoadIC. 2017-10-31 11:25:53 +00:00
regress-7014-2.js [ic] Add OOB support to KeyedLoadIC. 2017-10-31 11:25:53 +00:00
regress-7026.js [ic] Internalize strings on the fly in KeyedLoadICGeneric. 2017-11-02 20:57:10 +00:00
regress-7115.js [runtime] Properly deal with prototype setup mode during class literal instantiation. 2017-11-28 09:11:59 +00:00
regress-7135.js [interpreter] Fix feedback collection for negation. 2017-11-28 13:46:23 +00:00
regress-7254.js [compiler] Don't infer receiver map for keyed stores. 2018-03-19 15:11:09 +00:00
regress-7369.js Fix parseInt fast-path to return -0 when needed 2018-01-26 18:17:03 +00:00
regress-7510.js [es2015] Refactor the JSArrayIterator. 2018-03-05 11:57:28 +00:00
regress-7642.js [interpreter] Move desugaring of spread super call to bytecode generator 2018-04-13 18:25:31 +00:00
regress-7652.js Check length in Array.prototype.concat. 2018-04-17 13:04:18 +00:00
regress-7677.js Remove incorrect receiver checks from some array methods. 2018-04-23 08:57:35 +00:00
regress-7716.js [proxies] Add missing stack overflow check. 2018-05-07 18:50:09 +00:00
regress-7740.js [compiler] Fix bug in representation changer. 2018-05-14 10:16:22 +00:00
regress-7791.js Fix bug in object literals with redeclarations. 2018-05-28 13:00:07 +00:00
regress-7893.js [asmjs] Fix parsing hex numeric literals ending with 'e'. 2018-07-02 11:52:18 +00:00
regress-45469.js
regress-52801.js
regress-58740.js
regress-70066.js [tests] Fix bogus uses of assertThrows. 2016-01-07 14:49:21 +00:00
regress-71647.js
regress-78270.js
regress-82769.js
regress-84234.js
regress-85177.js
regress-88591.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
regress-88858.js
regress-91008.js
regress-91010.js
regress-91013.js [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
regress-91120.js Reland of Ship ES2015 sloppy-mode function hoisting, let, class (patchset #1 id:1 of https://codereview.chromium.org/1565263002/ ) 2016-01-08 17:34:59 +00:00
regress-91787.js
regress-94425.js
regress-95113.js [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
regress-95485.js
regress-95920.js Fix Object.preventExtensions, .seal, .freeze on typed arrays 2015-10-26 11:08:02 +00:00
regress-96523.js
regress-97116.js
regress-97116b.js
regress-98773.js
regress-99167.js
regress-100409.js
regress-100702.js
regress-103259.js
regress-108296.js
regress-110509.js
regress-113924.js
regress-115100.js
regress-115452.js [mjsunit] Remove non-existing flags from tests. 2017-05-02 08:53:51 +00:00
regress-117409.js
regress-117794.js
regress-119429.js
regress-119925.js
regress-120099.js
regress-121407.js
regress-123512.js
regress-123919.js
regress-124594.js
regress-125515.js
regress-126412.js
regress-128018.js
regress-128146.js
regress-131923.js
regress-133211.js
regress-133211b.js
regress-136048.js
regress-137768.js
regress-143967.js
regress-145201.js
regress-148378.js
regress-155924.js
regress-164442.js
regress-165637.js [js-perf-test] Remove flaky perf test from mjsunittest... 2018-06-11 09:52:58 +00:00
regress-166379.js
regress-166553.js
regress-171641.js
regress-201590.js
regress-234101.js
regress-235311.js
regress-237617.js
regress-241344.js
regress-247688.js
regress-252797.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-264203.js
regress-270142.js
regress-280531.js
regress-298269.js [mjsunit] Use OptimizeOsr to speed up test 2018-06-14 15:54:53 +00:00
regress-299979.js
regress-318420.js
regress-319722-ArrayBuffer.js
regress-319722-TypedArrays.js
regress-320532.js
regress-323845.js
regress-324028.js
regress-330046.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-331416.js
regress-331444.js
regress-333594.js
regress-334708.js
regress-336820.js [builtins] Increase the maximum string length on 64-bit platforms. 2017-07-24 10:38:55 +00:00
regress-340125.js
regress-343609.js [compiler] Remove support for concurrent OSR. 2016-03-08 09:02:44 +00:00
regress-346343.js
regress-346587.js Reland "[flags] Remove some dead Crankshaft flags." 2017-07-13 13:15:34 +00:00
regress-347262.js
regress-347530.js
regress-347542.js
regress-347543.js Reland "[flags] Remove some dead Crankshaft flags." 2017-07-13 13:15:34 +00:00
regress-347904.js
regress-347909.js
regress-347912.js
regress-347914.js [Turbofan] Use bytecode size for inlining heuristics. 2017-07-19 17:01:55 +00:00
regress-348280.js
regress-348512.js
regress-349885.js
regress-350863.js
regress-350865.js
regress-350884.js
regress-350887.js
regress-351261.js Reland "[flags] Remove some dead Crankshaft flags." 2017-07-13 13:15:34 +00:00
regress-351263.js
regress-351319.js
regress-351624.js
regress-352059.js
regress-352982.js
regress-353004.js [typedarray] Fix a spec violation in the constructor. 2017-11-27 15:37:30 +00:00
regress-353058.js
regress-353551.js [compiler] Make --debug-code the default in debug builds. 2016-12-02 11:36:55 +00:00
regress-354357.js
regress-354433.js
regress-355485.js
regress-355486.js
regress-355523.js
regress-356053.js
regress-357054.js
regress-357103.js
regress-357105.js
regress-357108.js
regress-358057.js
regress-358059.js
regress-358088.js
regress-358090.js
regress-359441.js
regress-359491.js
regress-359525.js
regress-360733.js
regress-361025.js
regress-361608.js
regress-362128.js
regress-362870.js
regress-363956.js
regress-365172-1.js
regress-365172-2.js
regress-365172-3.js
regress-368243.js
regress-369450.js
regress-370384.js
regress-370827.js [heap] Remove --heap-stats. 2017-12-20 12:49:06 +00:00
regress-377290.js
regress-379770.js
regress-380092.js
regress-381313.js
regress-385054.js
regress-385565.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-386034.js
regress-404981.js
regress-408036.js
regress-410030.js
regress-410912.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-411210.js
regress-412162.js
regress-416416.js
regress-416730.js
regress-423633.js
regress-425551.js
regress-430201.js [base] Make the current platform accessor atomic. 2017-06-13 17:51:55 +00:00
regress-430201b.js
regress-435073.js
regress-435477.js
regress-436893.js
regress-437713.js
regress-437765.js Reland "[flags] Remove some dead Crankshaft flags." 2017-07-13 13:15:34 +00:00
regress-441099.js
regress-444805.js
regress-444805.js-script
regress-446389.js
regress-447526.js
regress-447561.js Implement flag and source getters on RegExp.prototype. 2015-11-05 13:08:55 +00:00
regress-447756.js
regress-448711.js
regress-449291.js
regress-450895.js
regress-451322.js
regress-451958.js
regress-453481.js
regress-454725.js
regress-455207.js
regress-455212.js
regress-457935.js
regress-458876.js
regress-458987.js
regress-459955.js
regress-460917.js [elements] Rename FAST elements kinds 2017-06-30 13:31:44 +00:00
regress-463028.js
regress-466993.js
regress-467481.js
regress-469605.js
regress-469605b.js
regress-470804.js
regress-472504.js
regress-475705.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-476488.js
regress-479528.js
regress-484544.js Remove --use-allocation-folding relict from tests. 2018-05-09 08:50:59 +00:00
regress-487981.js
regress-488398.js
regress-489151.js
regress-491481.js
regress-499790.js
regress-500173.js
regress-500176.js
regress-500831.js [tests] Change '% OptimizeFunctionOnNextCall' to ' %OptimizeFunctionOnNextCall'. 2017-06-02 17:53:48 +00:00
regress-500980.js
regress-503565.js
regress-507980.js
regress-509961.js
regress-520029.js Remove runtime flags for sloppy mode block scoping features 2016-04-08 00:30:20 +00:00
regress-539875.js Take Symbol-keyed properties into account in Object.freeze and friends 2015-10-15 13:32:57 +00:00
regress-542823.js Bailout for large object allocations in full code EmitFastOneByteArrayJoin. 2015-10-14 12:44:45 +00:00
regress-543994.js [tests] Fix typo in Flags value. 2017-05-31 08:24:57 +00:00
regress-544991.js Remove all harmony runtime flags which shipped in M51 2016-06-24 01:13:10 +00:00
regress-552302.js Remove destructuring and default arguments runtime flags 2016-03-10 23:22:30 +00:00
regress-554865.js Several mjsunit cleanups 2016-03-18 23:20:44 +00:00
regress-556543.js [turbofan] Check for dead node in the common operator reducer. 2015-11-17 09:03:10 +00:00
regress-572589.js Remove destructuring and default arguments runtime flags 2016-03-10 23:22:30 +00:00
regress-575364.js [wasm] Remove obsolete %IsNotAsmWasmCode predicate. 2016-12-09 11:56:05 +00:00
regress-578775.js Remove premature crankshaft optimization of HasInPrototypeChain. 2016-01-18 12:12:32 +00:00
regress-583260.js Expect JSReceiver in Runtime_DeleteLookupSlot, not just JSObject. 2016-02-03 09:49:22 +00:00
regress-585041.js Bugfix: assert in lithium compile for LMaybeGrowElements 2016-04-07 11:41:39 +00:00
regress-585775.js [regexp] Let RegExp.prototype.compile return this 2016-12-15 07:29:39 +00:00
regress-587004.js Cleanup: Move mjsunit/regress-*.js into mjsunit/regress/. 2016-11-29 14:20:53 +00:00
regress-588599.js
regress-590074.js [turbofan] Fix register constraint for memory barrier. 2016-03-09 09:39:51 +00:00
regress-592341.js [turbofan] Fix deoptimization stack layout for fast literal comparisons. 2016-03-09 12:36:09 +00:00
regress-592352.js [wasm] asm.js - Remove Wasm.instantiateModuleFromAsm, use asm.js directly. 2016-08-23 04:07:23 +00:00
regress-592353.js Remove Scope::scope_contains_with_ bit 2016-03-15 22:41:59 +00:00
regress-593299.js [cleanup] Remove always-off support for tail calls 2017-07-13 19:29:05 +00:00
regress-595319.js Throw the right exceptions from setting elements in Array.prototype.concat 2016-03-17 22:42:00 +00:00
regress-596718.js Check for proper types from error handling code 2016-03-25 02:10:02 +00:00
regress-599068-func-bindings.js [Interpreter] Handles legacy constants in strict mode. 2016-04-11 12:04:01 +00:00
regress-599089-array-push.js Fix representation issue in FastArrayPushStub 2016-04-07 12:46:08 +00:00
regress-599412.js [turbofan] Restrict types in load elimination. 2016-04-05 12:30:14 +00:00
regress-599414-array-concat-fast-path.js [elements] Fix length bounds precheck for Array.prototype.concat 2016-04-05 15:35:27 +00:00
regress-599710.js [crankshaft] Make infinite loops preserve control flow. 2016-04-07 05:36:44 +00:00
regress-599717.js [wasm] asm.js - Remove Wasm.instantiateModuleFromAsm, use asm.js directly. 2016-08-23 04:07:23 +00:00
regress-599719.js [asm.js] Fix invalid test case. 2017-03-30 09:16:25 +00:00
regress-599825.js [wasm] Remove obsolete %IsNotAsmWasmCode predicate. 2016-12-09 11:56:05 +00:00
regress-602970.js Security: type confusion lead to information leak in decodeURI 2016-04-15 13:09:45 +00:00
regress-604044.js Cleanup: Move mjsunit/regress-*.js into mjsunit/regress/. 2016-11-29 14:20:53 +00:00
regress-605470.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-606021.js Bugfix: Crankshaft array literals with incorrect values. 2016-05-20 13:07:52 +00:00
regress-608630.js [wasm] asm.js - Remove Wasm.instantiateModuleFromAsm, use asm.js directly. 2016-08-23 04:07:23 +00:00
regress-610633.js Revert "Fix TypedArray Property optimizations", add regression test and eliminate dead code 2016-05-13 22:31:07 +00:00
regress-612146.js [crankshaft] Reland "Only exclude explicit 'arguments' (and 'this') from liveness analysis." 2016-06-02 04:30:17 +00:00
regress-612412.js [turbofan] Correctly call ArrayNoArgumentConstructor stub from TF code 2016-05-23 16:44:13 +00:00
regress-613928.js [wasm] Remove obsolete %IsNotAsmWasmCode predicate. 2016-12-09 11:56:05 +00:00
regress-615776.js math.js: Use %_TypedArrayGetLength to get length 2016-06-01 18:44:30 +00:00
regress-616386.js Reland of write scopes of non-simple default arguments (patchset #1 id:1 of https://codereview.chromium.org/2081323006/ ) 2016-06-22 21:09:57 +00:00
regress-617525.js [wasm] Remove obsolete %IsNotAsmWasmCode predicate. 2016-12-09 11:56:05 +00:00
regress-617526.js [wasm] asm.js - Remove Wasm.instantiateModuleFromAsm, use asm.js directly. 2016-08-23 04:07:23 +00:00
regress-617529.js [wasm] Remove obsolete %IsNotAsmWasmCode predicate. 2016-12-09 11:56:05 +00:00
regress-618608.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-618657.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-619382.js [Heap] Fix comparing against new space top pointer 2016-06-14 13:52:01 +00:00
regress-620553.js [heap] Filter out stale left-trimmed handles 2016-06-20 14:32:15 +00:00
regress-620750.js [heap] Fix check in AdvancePage 2016-06-22 09:10:09 +00:00
regress-621869.js [heap] Filter out stale left-trimmed handles for scavenges 2016-06-22 12:22:46 +00:00
regress-622663.js Fix bug with re-scoping arrow function parameter initializers 2016-06-28 15:10:17 +00:00
regress-625121.js [turbofan] Properly lower NumberSinh, NumberCosh and NumberTanh. 2016-07-01 12:53:04 +00:00
regress-631050.js [heap] Don't consider mementos on pages below age mark 2016-07-27 12:18:16 +00:00
regress-632289.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-633998.js Handle stack overflows in NoSideEffectToString 2016-08-04 07:45:11 +00:00
regress-635429.js [Interpreter] Don't try to create bytecode array if HasStackOverflow(). 2016-08-09 07:24:13 +00:00
regress-638134.js [Parser] Track ContainsDot for SMI values. 2016-08-18 08:15:43 +00:00
regress-639270.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-641091.js [regexp] Consider surrogate pairs when optimizing disjunctions 2017-04-12 09:09:12 +00:00
regress-642409.js [Turbofan] Fix CallSuper argument order in BytecodeGraphBuilder. 2016-09-06 11:53:19 +00:00
regress-645680.js [runtime] Keep FAST_SLOPPY_ARGUMENTS packed 2017-05-15 07:36:41 +00:00
regress-648373-sloppy-arguments-includesValues.js [elements] Rename FAST elements kinds 2017-06-30 13:31:44 +00:00
regress-648719.js Use a different map to distinguish eval contexts 2016-12-20 16:23:19 +00:00
regress-649067.js Declare the arguments object before creating the function var, to make sure it masks it 2016-09-22 19:16:42 +00:00
regress-649078.js [promises] PromiseResolveThenableJob: change then to be a JSReceiver 2016-09-21 23:56:20 +00:00
regress-651327.js Readd default function variables upon scope reset for preparse abort 2016-09-29 13:29:15 +00:00
regress-653407.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-655573.js Reland "[Compiler] Remove CompileDebugCode and EnsureBytecode and replace with Compile" 2017-08-17 13:21:44 +00:00
regress-662254.js
regress-662845.js [crankshaft] Do not optimize argument access if any parameter is context-allocated. 2016-11-07 19:10:15 +00:00
regress-662904.js [crankshaft] FIx for in deopt at the end of the loop. 2016-11-08 12:33:56 +00:00
regress-664087.js [crankshaft] Always force number representation for increment. 2016-11-10 14:51:18 +00:00
regress-666046.js [heap] Clear recorded slots for inobject properties when migrating fast object to slow mode. 2016-11-28 20:11:30 +00:00
regress-666721.js
regress-667061.js
regress-667603.js [d8] Do not try to verify zero-ness of failed virtual memory allocation. 2016-11-22 12:36:37 +00:00
regress-669024.js [crankshaft] Disable escape analysis of nested objects. 2016-11-30 15:07:16 +00:00
regress-670147.js
regress-670671.js [stubs] Add option to allow LO space allocation 2016-12-06 14:08:57 +00:00
regress-670808.js [wasm] Implement location from stack trace for asm.js frames 2016-12-05 19:30:16 +00:00
regress-670981-array-push.js Fix empty push bug in Array.push 2017-01-04 10:57:26 +00:00
regress-672041.js [heap] Initialize the owner on each page after lospace allocation 2016-12-14 06:45:35 +00:00
regress-673241.js [wasm] Handle potentially null callee-pc 2016-12-12 12:30:39 +00:00
regress-673242.js [Complier] Only optimize a function marked for tier-up if it is compiled. 2016-12-16 10:44:50 +00:00
regress-673297.js [wasm] Patch the native context embedded in compiled code 2017-01-12 18:30:17 +00:00
regress-674232.js Implement header size calculation for array iterators. 2016-12-20 10:38:17 +00:00
regress-674753.js [turbofan] Optimize typeof in abstract/strict equality comparison. 2016-04-18 07:03:23 +00:00
regress-676025.js
regress-677055.js [intl] Remove redundant type checking system 2017-01-09 22:24:57 +00:00
regress-677685.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-678525.js
regress-678917.js Disable stress-incremental-marking flag for tests using a lot of memory. 2017-10-18 14:20:07 +00:00
regress-679727.js Parser: Fix InitializerRewriter. 2017-01-12 15:52:00 +00:00
regress-681171-1.js [generators] Always call function with closure context when resuming. 2017-01-17 13:44:10 +00:00
regress-681171-2.js [generators] Always call function with closure context when resuming. 2017-01-17 13:44:10 +00:00
regress-681171-3.js [generators] Always call function with closure context when resuming. 2017-01-17 13:44:10 +00:00
regress-681383.js [deoptimizer] Materialize array iterators in the deoptimizer. 2017-01-18 10:55:22 +00:00
regress-681984.js Also suppress exception messages thrown by native scripts 2017-01-20 08:57:42 +00:00
regress-682242.js [Ignition/turbo] Add a CallWithSpread bytecode. 2017-01-23 09:03:35 +00:00
regress-682349.js Reland "[runtime] Make all built-in functions strict." 2017-06-27 15:26:10 +00:00
regress-682649.js
regress-683617.js [deoptimizer] Materialize string iterators. 2017-01-23 16:46:42 +00:00
regress-685086.js [Builtins] Smi-check the spread and go to runtime in CheckSpreadAndPushToStack. 2017-01-25 13:55:58 +00:00
regress-688690.js [string] Don't tail-call into runtime with adaptor frames 2017-02-06 09:47:55 +00:00
regress-689016.js [builtins] Fix crash on stack overflow in CheckSpreadAndPushToStack. 2017-02-07 09:58:19 +00:00
regress-693500.js [regexp] Fix smi receiver in stack accessors 2017-02-20 11:48:10 +00:00
regress-696251.js [typedarrays] Fix Out of Bound Access in TypedArraySortFast 2017-02-27 11:41:25 +00:00
regress-696332.js [ast] Fix bug in deserialization of catch scopes. 2017-03-01 08:45:46 +00:00
regress-696651.js [turbofan] Remove --turbo shorthand for --turbo-filter. 2017-06-23 11:19:19 +00:00
regress-698790.js [turbofan] Remove --turbo shorthand for --turbo-filter. 2017-06-23 11:19:19 +00:00
regress-704811.js [parser] Fix crash when lazy arrow func params contain destructuring assignments. 2017-03-28 08:22:46 +00:00
regress-705934.js Remove always-true --harmony-regexp-named-captures runtime flag 2018-06-05 08:27:08 +00:00
regress-706234-2.js [parser] don't rewrite destructuring assignments in params for lazy top level arrow functions 2017-04-04 20:35:03 +00:00
regress-706234.js [parser] don't rewrite destructuring assignments in params for lazy top level arrow functions 2017-04-04 20:35:03 +00:00
regress-707066.js fix assertion failure with --harmony CreateDynamicFunction() in stack overflow conditions 2017-04-17 20:06:15 +00:00
regress-707187.js [regexp] Avoid integer overflow in callable @@replace 2017-11-21 12:09:13 +00:00
regress-707410.js [typedarrays] Throw on construction of a detached typed array. 2018-05-07 15:30:48 +00:00
regress-707675.js [runtime] Filter out non-JSObject prototypes when eliding iteration. 2017-04-10 15:37:11 +00:00
regress-708247.js [regexp] Ensure there are no shape changes on the fast path 2017-04-06 08:12:56 +00:00
regress-708598.js [parser] Skipping inner funcs: Fix untrue DCHECK. 2017-04-10 11:03:30 +00:00
regress-709029.js [regexp] Avoid side effects between map load and fast path check 2017-04-10 14:57:55 +00:00
regress-709782.js [turbofan] Reland: Avoid going through ArgumentsAdaptorTrampoline for select CSA array builtins 2017-04-29 11:40:48 +00:00
regress-711165.js [d8] Fix leak in IntializeModuleEmbedderData 2017-04-13 21:52:28 +00:00
regress-715582.js Add missing early-bailouts in ast traversal visitors 2017-04-27 10:47:37 +00:00
regress-716044.js Array.prototype.map write error. 2017-05-03 14:11:44 +00:00
regress-718285.js [builtins] Use the byte_length for byte length, not byte_offset. 2017-05-05 09:57:17 +00:00
regress-718891.js Fix common misspellings 2017-08-02 09:35:28 +00:00
regress-719380.js [console] correctly propagate exceptions. 2017-08-31 13:37:12 +00:00
regress-720247.js [scopes] Fix sloppy-mode block-scoped function hoisting edge case 2017-06-22 08:18:55 +00:00
regress-722978.js Reland "[compiler] Delay allocation of heap numbers for deoptimization literals." 2017-05-17 12:20:38 +00:00
regress-723366.js [ic] Properly handle the case when all receiver maps are deprecated. 2017-05-30 09:38:48 +00:00
regress-725858.js [arm64] Fix pre-shifted immediate generation involving csp. 2017-06-13 15:04:13 +00:00
regress-726625.js [parser] Treat \ufffe as non-whitespace. 2017-06-20 16:44:51 +00:00
regress-726636.js [Promise] Add smi check for species constructor 2017-05-26 11:18:37 +00:00
regress-727218.js [parser] Disable aborting preparsing for arrow functions. 2017-05-30 14:00:54 +00:00
regress-727662.js [turbofan] Mark SeqStringCharCodeAt return type as Word32, not Tagged. 2017-05-31 10:51:28 +00:00
regress-729671.js [json] Handle stack overflows in JSON.parse 2017-06-07 07:47:13 +00:00
regress-730254.js [turbofan] Remove --turbo shorthand for --turbo-filter. 2017-06-23 11:19:19 +00:00
regress-732836.js [builtins] Allow large allocations when unboxing double arrays. 2017-06-19 11:08:01 +00:00
regress-733059.js [heap] Fix adjusting of area end when shrinking large pages 2017-06-14 15:18:01 +00:00
regress-734862.js
regress-737588.js
regress-740694.js [d8] Fix stack overflow when importing modules 2017-07-12 23:39:51 +00:00
regress-740784.js Don't add dependencies on prototype chain when inlining forEach 2017-07-17 12:54:32 +00:00
regress-743622.js [Compiler] Fix setting shared function info flags from literal for asm_wasm. 2017-07-17 16:08:17 +00:00
regress-744292.js [modules] Propogate scheduled exception on ToString failure 2017-07-17 22:07:41 +00:00
regress-746909.js [modules] Fix dynamic import in eval 2017-08-14 23:21:49 +00:00
regress-747075.js [mjsunit] Improve long-running test 2018-06-18 14:45:23 +00:00
regress-747825.js [regexp] Teach deoptimizer to materialize JSRegExp objects 2017-07-24 10:36:25 +00:00
regress-748069.js [runtime] Check for overflow when serializing Strings for JSON. 2017-07-26 11:40:56 +00:00
regress-751789.js [parser] Check if async function before throwing error 2017-08-09 23:43:52 +00:00
regress-752764.js Disable stress-incremental-marking flag for tests using a lot of memory. 2017-10-18 14:20:07 +00:00
regress-756608.js [builtins] Fix crash in ProxyHasProperty stub 2017-08-18 13:56:18 +00:00
regress-758763.js [regexp] Pass correct limit to Runtime::kRegExpSplit 2017-08-25 13:59:43 +00:00
regress-760268.js Fix wrongly handled exception in CheckProxyHasTrap 2017-08-30 08:36:28 +00:00
regress-760790.js [csa] Canonicalize empty elements in AllocateJSArray 2017-09-01 16:56:53 +00:00
regress-761639.js Remove unnecessary check in StoreProxy 2017-09-05 10:58:18 +00:00
regress-761831.js [parser] Fix arrow funcs w/ destructuring params again. [Alternative fix] 2017-09-07 13:06:44 +00:00
regress-772190.js [turbofan] Don't try to constant-fold properties from the_hole. 2017-10-06 09:56:41 +00:00
regress-774475.js [parser] Skipping inner funcs: fix related to aborting preparsing. 2017-10-16 13:31:49 +00:00
regress-774824.js [deoptimizer] Remove incorrect cast for materialized property array. 2017-10-18 08:13:51 +00:00
regress-775888.js Ensure inlined Array.protoype.shift() calls return non-COW arrays 2017-10-19 15:05:44 +00:00
regress-776309.js [deoptimizer] Make sure property arrays don't contain mutable heap numbers. 2017-11-09 12:02:47 +00:00
regress-776338.js [proxy] Fix invalid call to getter in [[Get/Set/Has]] 2017-10-23 11:21:26 +00:00
regress-778574.js Fix Array.protoype.slice bug in argument object handling 2017-10-26 14:32:56 +00:00
regress-778668.js Fix splice bug in handling of negative arguments length 2017-11-10 15:23:28 +00:00
regress-779407.js [regexp] Fix incorrect string length check on arm64. 2017-11-06 13:03:45 +00:00
regress-780423.js
regress-781218.js [test] Adjust empty PropertyArray regression test 2017-11-14 09:14:18 +00:00
regress-782145.js [string] Fix regexp fast path in MaybeCallFunctionAtSymbol 2017-11-08 09:49:33 +00:00
regress-782754.js [compiler] Really do not call Min/Max on empty type. 2017-11-10 08:37:06 +00:00
regress-783051.js [compiler] Fix OperationTyper::NumberAbs. 2017-11-09 12:18:10 +00:00
regress-783119.js Fix index bug in splicing dictionary element arrays 2017-11-13 11:21:40 +00:00
regress-784080.js Fix hole handling in fast arguments slice 2017-11-22 12:32:37 +00:00
regress-784862.js [collections] Allocate large collections in large object space 2017-11-15 12:08:35 +00:00
regress-784863.js Fix hole escape in dictionary mode Array.prototype.slice() 2017-11-16 12:17:58 +00:00
regress-784990.js [collections] Handle holes in collection constructor fast paths 2017-11-16 06:59:25 +00:00
regress-785804.js Fix bug in length handling of Array.prototype.slice fast-path 2017-11-20 11:53:13 +00:00
regress-786573.js [regexp] Avoid integer overflow in callable @@replace 2017-11-21 12:09:13 +00:00
regress-786784.js [coverage] Do not reset JSFunction::code post-deoptimization 2017-12-07 13:48:31 +00:00
regress-791334.js Reland "Fix "this" value in lazily-parsed module functions." 2017-12-12 17:23:35 +00:00
regress-791345.js Fix OOB access in Array.prototype.slice 2017-12-05 14:34:17 +00:00
regress-791958.js [compiler] Add regression test exhibiting int64 deopt literals. 2017-12-05 14:04:41 +00:00
regress-793588.js Remove always-true --harmony-regexp-property runtime flag 2018-06-05 09:19:59 +00:00
regress-793793.js Remove always-true --harmony-regexp-property runtime flag 2018-06-05 09:19:59 +00:00
regress-794822.js [compiler] Don't assume a HeapConstant context input is a Context. 2017-12-15 13:47:14 +00:00
regress-794825.js [Turbofan] Fix instruction selector to handle switch with no case 2017-12-18 10:17:08 +00:00
regress-796427.js [builtins] Add Object#toLocaleString stack check 2017-12-21 14:24:02 +00:00
regress-797481.js [regexp] Add stack check to RegExpExec 2018-01-11 15:39:34 +00:00
regress-797581.js [parser] Fix: disallow "export default ()". 2018-01-10 09:32:50 +00:00
regress-799690.js [asm] Store source position for all loops 2018-01-09 13:56:28 +00:00
regress-799813.js [regexp] Properly handle large values in AdvanceStringIndex 2018-01-09 12:03:55 +00:00
regress-800538.js [regexp] Fix fast/slow-path dispatch in RegExp.p.get flags 2018-01-12 14:06:09 +00:00
regress-800651.js Reland "[async] Optimize await and AsyncFromSyncIterator" 2018-06-20 23:08:36 +00:00
regress-801171.js [regexp] Fix spec ordering issue in @@split 2018-01-12 13:00:39 +00:00
regress-801772.js [parser] Fix declaration order of "arguments" and func name. 2018-01-17 08:29:20 +00:00
regress-802060.js Fix bug in x64 immediate operand handling for smi-converting loads 2018-02-01 14:44:19 +00:00
regress-803750.js Fix Array.of crashing when called with lots of parameters 2018-01-19 16:11:18 +00:00
regress-804096.js [turbofan] Fix deoptimization framestate in A.p.reduce[Right] 2018-01-22 12:14:06 +00:00
regress-804176.js [builtins] Fix Collection constructor when entries have custom iteration. 2018-01-25 11:11:29 +00:00
regress-804177.js [builtins] Fix Array.of crashes by setting length correctly 2018-01-23 21:59:16 +00:00
regress-804188.js [builtins] Fix Collection constructor when entries have custom iteration. 2018-01-25 11:11:29 +00:00
regress-804288.js [typedarray] Use native context in elements accessor. 2018-01-22 14:27:22 +00:00
regress-804801.js [builtins] Allow bound function / proxy add in collection ctors 2018-01-24 09:49:14 +00:00
regress-804837.js [turbofan] Fix typer bug in Array.p.reduce[Right] 2018-01-23 17:20:17 +00:00
regress-805729.js Fix bug in async generators. 2018-01-31 07:43:28 +00:00
regress-805768.js Reland "[ic] Improve performance of KeyedStoreIC on literal-based arrays." 2018-01-26 11:11:03 +00:00
regress-806473.js
regress-812451.js Reland "[ic] EmitElementStore: don't miss when hitting new space limit." 2018-02-15 12:27:18 +00:00
regress-813440.js [intl] Store the collator as a Managed 2018-03-12 16:46:42 +00:00
regress-814643.js [typedarray] Fix IterableToList when Number has an iterator 2018-02-22 10:23:32 +00:00
regress-816289.js [typedarray] Extend ElementsAccessor::CopyElements to all Object types 2018-02-26 15:51:31 +00:00
regress-816317.js [typedarray] Fix failing DCHECK for TA.from with a length getter. 2018-02-26 13:42:23 +00:00
regress-818070.js [turbofan] Don't drop arguments in fast-path 2018-03-05 15:19:11 +00:00
regress-818438.js [ic] Relax a CHECK. 2018-03-05 10:09:01 +00:00
regress-821137.js [builtins] Fix OOB read/write using Array.from 2018-03-14 11:31:42 +00:00
regress-821368.js Mark neteured ArrayBuffers as not neuterable 2018-03-15 18:19:32 +00:00
regress-838766.js [turbofan] Fix wrong optimization of Number.parseInt 2018-05-02 12:24:07 +00:00
regress-840106.js [typedarrays] Throw on construction of a detached typed array. 2018-05-07 15:30:48 +00:00
regress-842017.js
regress-842078.js [objects] Disallow externalizing RO_SPACE 2-byte strings 2018-05-11 12:37:55 +00:00
regress-842612.js Fix array.indexOf for negative fromIndex 2018-05-16 07:31:46 +00:00
regress-843062-1.js [runtime] Do not shrink fixed arrays to length 0. 2018-05-24 09:41:00 +00:00
regress-843062-2.js [runtime] Do not shrink fixed arrays to length 0. 2018-05-24 09:41:00 +00:00
regress-843062-3.js [runtime] Do not shrink fixed arrays to length 0. 2018-05-24 09:41:00 +00:00
regress-843543.js [turbofan] Add missing check in JSCallReducer 2018-05-16 14:01:30 +00:00
regress-849663.js [date] Fix double-to-int conversion in MakeDay 2018-06-05 16:15:20 +00:00
regress-852258.js [typedarray] Fix incorrect access to typed array byte offset. 2018-06-15 08:26:41 +00:00
regress-852765.js [parser] Fix import in arrow function parameters. 2018-07-16 07:57:19 +00:00
regress-854066-2.js [typedarray] Use slow case more aggressively in CopyElementsHandleImpl 2018-06-21 12:14:18 +00:00
regress-854066.js [typedarray] Use slow case more aggressively in CopyElementsHandleImpl 2018-06-21 12:14:18 +00:00
regress-862433.js [runtime] Allow FeedbackMetadata objects in old space for verification 2018-07-12 12:55:28 +00:00
regress-863155.js [turbofan] Add a few missing AllowHandleAllocation scopes. 2018-07-13 12:51:04 +00:00
regress-863810.js [turbofan] lea32 must create zero-extended value 2018-07-17 13:30:04 +00:00
regress-865310.js Reland "[turbofan] Inline Number constructor in certain cases" 2018-07-23 13:17:19 +00:00
regress-874178.js
regress-875031.js
regress-877615.js
regress-892742.js
regress-900055.js
regress-900966.js
regress-925537.js
regress-937896.js
regress-990205.js
regress-992733.js
regress-996542.js
regress-1030466.js
regress-1036894.js
regress-1039610.js
regress-1050043.js
regress-1062422.js
regress-1066899.js
regress-1102760.js
regress-1110164.js
regress-1112051.js
regress-1114040.js
regress-1134697.js
regress-1173979.js
regress-1175390.js
regress-1177518.js
regress-1177809.js
regress-1178598.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
regress-1187524.js
regress-1199401.js
regress-1199637.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
regress-1200351.js
regress-1203459.js
regress-1213516.js
regress-1215653.js
regress-1254366.js
regress-1327557.js
regress-1346700.js
regress-1439135.js
regress-1493017.js [mjsunit] Remove non-existing flags from tests. 2017-05-02 08:53:51 +00:00
regress-1919169.js
regress-2249423.js
regress-3006390.js
regress-3185905.js
regress-3199913.js
regress-3218530.js
regress-3218915.js
regress-3230771.js
regress-3247124.js
regress-3252443.js
regress-3408144.js [mjsunit] Remove non-existing flags from tests. 2017-05-02 08:53:51 +00:00
regress-20070207.js
regress-abort-context-allocate-params.js Mark param as used when we force context allocation due to implement access through arguments 2016-10-03 17:21:20 +00:00
regress-abort-preparsing-params.js Turn Scope::locals_ into a ThreadedList 2016-11-03 10:07:12 +00:00
regress-add-minus-zero.js
regress-alloc-smi-check.js
regress-arg-materialize-store.js
regress-arguments-liveness-analysis.js Remove ARGUMENTS_VARIABLE and fix crankshaft to properly detect the arguments object and keep it alive when inlining .apply 2016-09-23 14:27:02 +00:00
regress-arguments-slice.js Fix Array.prototype.slice with arguments object with negative length. 2015-11-11 11:50:38 +00:00
regress-arm64-spillslots.js [arm64] Fix jssp based spill slot accesses in Crankshaft 2015-10-15 13:34:15 +00:00
regress-array-pop-deopt.js
regress-array-pop-nonconfigurable.js
regress-assignment-in-test-context.js
regress-bce-underflow.js
regress-bind-receiver.js
regress-binop.js
regress-builtin-array-op.js
regress-builtinbust-1.js
regress-builtinbust-3.js
regress-builtinbust-4.js
regress-builtinbust-5.js
regress-builtinbust-6.js
regress-builtinbust-7.js [intl] Avoid modifying options bag from constructor 2016-12-19 21:36:16 +00:00
regress-calls-with-migrating-prototypes.js
regress-captured-object-no-dummy-use.js
regress-charat-empty.js [turbofan] Speculate on bounds checks for String#char[Code]At 2018-01-26 12:00:58 +00:00
regress-check-eliminate-loop-phis.js
regress-clobbered-fp-regs.js
regress-cnlt-elements.js
regress-cnlt-enum-indices.js
regress-cntl-descriptors-enum.js
regress-compare-constant-doubles.js
regress-conditional-position.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-context-osr.js
regress-convert-enum2.js
regress-convert-enum.js
regress-convert-function-to-double.js
regress-convert-hole2.js
regress-convert-hole.js
regress-convert-transition.js
regress-copy-hole-to-field.js
regress-cr-344285.js
regress-cr-658267.js Fix function name inference corruption for async functions 2016-11-18 18:31:54 +00:00
regress-crbug-3184.js
regress-crbug-3867.js
regress-crbug-7907.js [array] Throw TypeError for read-only properties on fast-path 2018-07-03 06:38:00 +00:00
regress-crbug-18639.js
regress-crbug-37853.js
regress-crbug-39160.js
regress-crbug-40931.js
regress-crbug-72736.js
regress-crbug-87478.js
regress-crbug-100859.js
regress-crbug-109362.js Reland: Enable --harmony-function-tostring by default 2018-01-10 17:29:46 +00:00
regress-crbug-119926.js
regress-crbug-122271.js [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
regress-crbug-125148.js
regress-crbug-126414.js
regress-crbug-134055.js
regress-crbug-134609.js
regress-crbug-135008.js
regress-crbug-135066.js
regress-crbug-137689.js
regress-crbug-138887.js
regress-crbug-140083.js
regress-crbug-142087.js
regress-crbug-142218.js
regress-crbug-145961.js
regress-crbug-146910.js
regress-crbug-147475.js
regress-crbug-148376.js
regress-crbug-150545.js
regress-crbug-150729.js
regress-crbug-157019.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-crbug-157520.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-crbug-158185.js
regress-crbug-160010.js
regress-crbug-162085.js
regress-crbug-163530.js
regress-crbug-168545.js
regress-crbug-170856.js
regress-crbug-172345.js
regress-crbug-173907.js
regress-crbug-173907b.js
regress-crbug-173974.js
regress-crbug-178790.js
regress-crbug-181422.js
regress-crbug-196583.js
regress-crbug-217858.js [mjsunit] Improve speed with OptimizeOsr 2018-06-18 12:13:02 +00:00
regress-crbug-229923.js
regress-crbug-233737.js [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
regress-crbug-240032.js
regress-crbug-242502.js
regress-crbug-242870.js
regress-crbug-242924.js
regress-crbug-243868.js
regress-crbug-244461.js [mjsunit] Remove non-existing flags from tests. 2017-05-02 08:53:51 +00:00
regress-crbug-245424.js
regress-crbug-245480.js [turbofan] Widen the fast-path for JSCreateArray. 2017-07-10 19:16:38 +00:00
regress-crbug-258519.js
regress-crbug-260345.js
regress-crbug-263276.js
regress-crbug-272564.js
regress-crbug-274438.js
regress-crbug-280333.js
regress-crbug-285355.js
regress-crbug-305309.js
regress-crbug-306220.js
regress-crbug-306851.js
regress-crbug-309623.js [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
regress-crbug-315252.js
regress-crbug-318671.js
regress-crbug-319835.js
regress-crbug-319860.js
regress-crbug-323942.js
regress-crbug-325225.js
regress-crbug-329709.js
regress-crbug-336148.js
regress-crbug-340064.js
regress-crbug-344186.js
regress-crbug-345715.js
regress-crbug-345820.js
regress-crbug-346636.js
regress-crbug-347903.js Remove --use-allocation-folding relict from tests. 2018-05-09 08:50:59 +00:00
regress-crbug-349079.js
regress-crbug-349465.js Reland "[flags] Remove some dead Crankshaft flags." 2017-07-13 13:15:34 +00:00
regress-crbug-349853.js
regress-crbug-349878.js
regress-crbug-350434.js
regress-crbug-350864.js
regress-crbug-350867.js
regress-crbug-350890.js
regress-crbug-351262.js
regress-crbug-351320.js Reland "[flags] Remove some dead Crankshaft flags." 2017-07-13 13:15:34 +00:00
regress-crbug-351658.js
regress-crbug-351787.js
regress-crbug-352058.js
regress-crbug-352586.js Make Error.prototype.toString spec compliant; and fix various side-effect-free error printing methods 2015-12-09 17:03:08 +00:00
regress-crbug-352929.js
regress-crbug-354391.js
regress-crbug-357052.js
regress-crbug-357137.js
regress-crbug-357330.js
regress-crbug-364374.js Timezone name check fix 2016-01-04 21:48:04 +00:00
regress-crbug-374838.js
regress-crbug-380512.js
regress-crbug-380671.js [heap] Add retained size counter to array buffer tracking 2017-05-31 18:36:24 +00:00
regress-crbug-381534.js
regress-crbug-382143.js
regress-crbug-382513.js
regress-crbug-385002.js
regress-crbug-387031.js
regress-crbug-387636.js
regress-crbug-390918.js
regress-crbug-393988.js
regress-crbug-403409.js
regress-crbug-405517.js [builtins] Migrate a bunch of Object builtins to C++. 2016-01-04 08:11:07 +00:00
regress-crbug-407946.js
regress-crbug-412203.js
regress-crbug-412208.js
regress-crbug-412210.js
regress-crbug-412215.js
regress-crbug-412319.js [builtins] Migrate a bunch of Object builtins to C++. 2016-01-04 08:11:07 +00:00
regress-crbug-416558.js
regress-crbug-417508.js
regress-crbug-422858.js Accept time zones like GMT-8 in the legacy date parser 2016-01-04 23:25:57 +00:00
regress-crbug-423687.js
regress-crbug-425519.js
regress-crbug-425585.js
regress-crbug-429159.js
regress-crbug-430846.js
regress-crbug-431602.js
regress-crbug-433332.js
regress-crbug-433766.js
regress-crbug-435825.js Introduce a BuiltinsConstructStub that sets up new.target and does a [[call]] per ES6 9.3.2 2015-11-19 16:11:09 +00:00
regress-crbug-436820.js
regress-crbug-450642.js
regress-crbug-450960.js
regress-crbug-451013.js
regress-crbug-451016.js
regress-crbug-451770.js Remove runtime flags for sloppy mode block scoping features 2016-04-08 00:30:20 +00:00
regress-crbug-454091.js
regress-crbug-455644.js
regress-crbug-465564.js [cleanup] Limit Token usage to Parser, AST, BytecodeGenerator 2017-10-25 18:15:26 +00:00
regress-crbug-467047.js
regress-crbug-467531.js
regress-crbug-469768.js
regress-crbug-471659.js
regress-crbug-476477-1.js [crankshaft] Address the deoptimization loops of Math.floor, Math.round and Math.ceil. 2016-03-29 10:24:54 +00:00
regress-crbug-476477-2.js [crankshaft] Address the deoptimization loops of Math.floor, Math.round and Math.ceil. 2016-03-29 10:24:54 +00:00
regress-crbug-477924.js
regress-crbug-478011.js
regress-crbug-478612.js
regress-crbug-480807.js [turbofan] Remove deprecated --turbo-osr flag. 2016-05-09 09:12:01 +00:00
regress-crbug-480819.js
regress-crbug-482998.js
regress-crbug-484077.js
regress-crbug-485410.js [turbofan] Try hard(er) to use smi representation for float64 values. 2015-10-27 16:18:15 +00:00
regress-crbug-485548-1.js [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
regress-crbug-485548-2.js [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
regress-crbug-487105.js
regress-crbug-487322.js Timezone name check fix 2016-01-04 21:48:04 +00:00
regress-crbug-487608.js
regress-crbug-489293.js
regress-crbug-489597.js
regress-crbug-489597.js-script
regress-crbug-490021.js
regress-crbug-490680.js
regress-crbug-491062.js [debug] retire ScriptWrapper 2018-07-05 21:33:03 +00:00
regress-crbug-493284.js
regress-crbug-493290.js
regress-crbug-493779.js
regress-crbug-495493.js Reland "[flags] Remove some dead Crankshaft flags." 2017-07-13 13:15:34 +00:00
regress-crbug-498022.js Reland "[flags] Remove some dead Crankshaft flags." 2017-07-13 13:15:34 +00:00
regress-crbug-498811.js
regress-crbug-500435.js
regress-crbug-500497.js [tests] Cleanup tests that use assertOptimized()/assertUnoptimized(). 2017-01-26 17:39:09 +00:00
regress-crbug-500824.js
regress-crbug-501711.js
regress-crbug-501808.js
regress-crbug-501809.js [Atomics] Fix atomic access index validation 2016-03-25 21:52:52 +00:00
regress-crbug-502930.js
regress-crbug-503578.js
regress-crbug-503698.js
regress-crbug-503968.js
regress-crbug-503991.js
regress-crbug-504136.js
regress-crbug-504727.js
regress-crbug-504729.js
regress-crbug-504787.js [mjsunit] Remove non-existing flags from tests. 2017-05-02 08:53:51 +00:00
regress-crbug-505354.js
regress-crbug-505370.js
regress-crbug-505778.js
regress-crbug-505907.js Remove runtime flags for Proxy and Reflect 2016-03-21 19:40:02 +00:00
regress-crbug-506549.js
regress-crbug-506956.js Remove runtime flags for Proxy and Reflect 2016-03-21 19:40:02 +00:00
regress-crbug-510426.js
regress-crbug-510738.js
regress-crbug-511880.js
regress-crbug-513471.js Fix resuming generator marked for optimization. 2016-04-04 11:52:09 +00:00
regress-crbug-513472.js
regress-crbug-513507.js Reland: [TypeFeedbackVector] Store optimized code in the vector 2017-05-10 15:04:35 +00:00
regress-crbug-513602.js
regress-crbug-514081.js Make regress-crbug-514081 less flaky by having max serialization size 2017-02-17 18:55:54 +00:00
regress-crbug-515897.js [regexp] Fix regexp source escaping with preceding backslashes. 2016-07-12 05:36:17 +00:00
regress-crbug-516592.js
regress-crbug-516775.js Remove flags for ES2015 features shipped in M48 2016-02-03 20:51:46 +00:00
regress-crbug-518747.js
regress-crbug-522380.js
regress-crbug-522496.js Revert of [es6] Correctify and unify ArrayBuffer and SharedArrayBuffer constructors. (patchset #2 id:20001 of https://codereview.chromium.org/1500543002/ ) 2015-12-04 10:38:48 +00:00
regress-crbug-522895.js
regress-crbug-523213.js
regress-crbug-523307.js
regress-crbug-523308.js Make Error.prototype.toString spec compliant; and fix various side-effect-free error printing methods 2015-12-09 17:03:08 +00:00
regress-crbug-523919.js Serializer: attach alignment to deferred objects. 2015-11-12 11:28:31 +00:00
regress-crbug-527364.js [turbofan] Handle stack overflow exceptions in JSInliner. 2015-09-09 10:24:31 +00:00
regress-crbug-528379.js Cleanup: Move mjsunit/regress-*.js into mjsunit/regress/. 2016-11-29 14:20:53 +00:00
regress-crbug-530598.js [turbofan] Fix JSInliner to handle non-returning bodies. 2015-09-15 11:19:23 +00:00
regress-crbug-537444.js Remove SetForceInlineFlag from tests. 2017-09-13 15:31:44 +00:00
regress-crbug-538086.js Fix FixedArrayBase cast in NumberOfOwnElements 2015-10-02 11:49:00 +00:00
regress-crbug-542101.js Fix Error object value lookups. 2015-10-13 09:26:47 +00:00
regress-crbug-545364.js [turbofan] We cannot unconditionally flatten cons strings in the JSGraph. 2015-10-20 15:48:07 +00:00
regress-crbug-546968.js [turbofan] Fix OSR-ed callee trigged ty do-expressions. 2015-10-27 17:21:10 +00:00
regress-crbug-548580.js Remove --harmony-regexps flag 2016-03-25 23:02:11 +00:00
regress-crbug-549162.js Fix cached EnumLength retrieval in JSObject::NumberOfOwnProperties 2015-10-30 10:35:43 +00:00
regress-crbug-551287.js [crankshaft] Fix crash when case labels inline endless loops 2015-12-01 12:17:31 +00:00
regress-crbug-552304.js [turbofan] Fix wrong parameter indices in JSFrameSpecialization. 2015-11-06 13:12:51 +00:00
regress-crbug-554831.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-crbug-554946.js [JSON stringifier] Reintroduce fast path with bail out to slow path. 2015-11-13 10:09:47 +00:00
regress-crbug-557807.js [turbofan] Unstable prototype maps are not supported currently. 2015-11-19 06:21:06 +00:00
regress-crbug-561973.js Fix UTC offset computation in date parser. 2015-12-17 16:29:33 +00:00
regress-crbug-563929.js [x86] Sane default for Label::Distance on JumpIfRoot/JumpIfNotRoot. 2015-12-01 12:23:25 +00:00
regress-crbug-565917.js [es6] Unify ArrayBuffer and SharedArrayBuffer constructors. 2016-01-01 07:13:16 +00:00
regress-crbug-568525.js Fix mix-up in HasEnumerableElements() 2015-12-10 15:01:49 +00:00
regress-crbug-569534.js Fix^3 cast in HasEnumerableElements 2016-01-07 14:47:27 +00:00
regress-crbug-570241.js Remove always-on flags for RegExp dotAll and lookbehind 2017-11-17 16:47:19 +00:00
regress-crbug-571064.js [crankshaft] Don't inline array resize operations if receiver's proto is not a JSObject. 2015-12-29 14:35:18 +00:00
regress-crbug-571370.js [ic] Fixed receiver_map register trashing in KeyedStoreIC megamorphic. 2015-12-29 12:52:13 +00:00
regress-crbug-571517.js Implement immutable prototype chains 2016-07-01 19:20:11 +00:00
regress-crbug-572590.js Only verify in-object fields in fast properties case. 2015-12-29 11:20:52 +00:00
regress-crbug-573857.js Use JSObjectVerify instead of trying to reimplement parts of it. 2016-01-04 13:50:06 +00:00
regress-crbug-573858.js InstanceOfStub incorrectly interprets the hole as a prototype. 2016-03-17 14:32:23 +00:00
regress-crbug-575080.js Generalize all representations when reconfiguring a property of a strict Function subclass. 2016-01-14 10:45:34 +00:00
regress-crbug-575082.js [date] Date parser says true even for wrong dates, check twice. 2016-01-07 09:30:46 +00:00
regress-crbug-575314.js Partial rollback of Promise error checking 2016-01-11 22:42:11 +00:00
regress-crbug-577112.js [crankshaft] Don't inline array indexOf operations if receiver's proto is not a JSObject. 2016-01-15 10:19:59 +00:00
regress-crbug-578039-Proxy_construct_prototype_change.js [proxy] Reload the initial map after prototype lookup on constructable 2016-01-18 12:49:29 +00:00
regress-crbug-580506.js Also check new_target_is_base() bit when comparing two maps for equivalence. 2016-01-25 16:44:01 +00:00
regress-crbug-580584.js [api] Default native data property setter to replace the setter if the property is writable. 2016-01-27 13:22:18 +00:00
regress-crbug-580934.js Remove FLAG_min_preparse_length. 2016-11-18 14:06:49 +00:00
regress-crbug-581577.js ES2015 web compat workaround: RegExp.prototype.flags => "" 2016-02-23 01:49:03 +00:00
regress-crbug-583257.js More *_STRING_WRAPPER_ELEMENTS fixes 2016-02-02 13:51:00 +00:00
regress-crbug-584188.js Fix Array.prototype.sort for *_STRING_WRAPPER_ELEMENTS 2016-02-05 13:36:51 +00:00
regress-crbug-587068.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-crbug-589472.js [fullcodegen] Fix assert for operand stack depth tracking. 2016-02-24 16:29:47 +00:00
regress-crbug-589792.js [turbofan] Bailout if LoadBuffer typing assumption doesn't hold. 2016-02-26 11:06:30 +00:00
regress-crbug-590989-1.js [crankshaft] Fix invalid ToNumber optimization. 2016-03-02 19:28:04 +00:00
regress-crbug-590989-2.js [crankshaft] Fix invalid ToNumber optimization. 2016-03-02 19:28:04 +00:00
regress-crbug-592340.js Ensure appropriate bounds checking for Array subclass concat 2016-03-09 18:54:44 +00:00
regress-crbug-592343.js [regexp] Fix off-by-one in CharacterRange::Negate. 2016-03-07 11:00:01 +00:00
regress-crbug-593282.js [regexp] fix bogus assertion in CharacterRange constructor. 2016-03-09 15:55:38 +00:00
regress-crbug-593697-2.js Remove SetForceInlineFlag from tests. 2017-09-13 15:31:44 +00:00
regress-crbug-594183.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-crbug-594574-concat-leak-1.js [builtins] Fix Array.prototype.concat bug 2016-03-15 20:29:28 +00:00
regress-crbug-594574-concat-leak-2.js [builtins] Fix Array.prototype.concat bug 2016-03-15 20:29:28 +00:00
regress-crbug-594955.js Fix polymorphic keyed load handler selection for string elements 2016-03-16 10:56:16 +00:00
regress-crbug-595615.js [cleanup] Remove always-off support for tail calls 2017-07-13 19:29:05 +00:00
regress-crbug-595657.js [regexp] catch stack overflow when parsing back references. 2016-03-18 14:52:41 +00:00
regress-crbug-595738.js [json] Allow any callable object for toJSON. 2016-03-20 19:35:28 +00:00
regress-crbug-596394.js Ensure CreateDataProperty works correctly on TypedArrays 2016-04-05 16:56:12 +00:00
regress-crbug-598998.js Remove SetForceInlineFlag from tests. 2017-09-13 15:31:44 +00:00
regress-crbug-599003.js Properly complete in-object slack tracking. 2016-04-04 10:00:44 +00:00
regress-crbug-599067.js Move Error methods to C++ 2016-07-20 13:05:47 +00:00
regress-crbug-599073-1.js [ic] Use the CallFunction builtin to invoke accessors. 2016-04-01 06:37:57 +00:00
regress-crbug-599073-2.js [ic] Use the CallFunction builtin to invoke accessors. 2016-04-01 06:37:57 +00:00
regress-crbug-599073-3.js [ic] Use the CallFunction builtin to invoke accessors. 2016-04-01 06:37:57 +00:00
regress-crbug-599073-4.js [ic] Use the CallFunction builtin to invoke accessors. 2016-04-01 06:37:57 +00:00
regress-crbug-599714.js [frames] Also properly deal with TF builtins in OptimizedFrame::GetFunctions(). 2016-04-05 06:41:20 +00:00
regress-crbug-600257.js [regexp] fix assertion failure when parsing close to stack overflow. 2016-04-14 14:44:28 +00:00
regress-crbug-601617.js [cleanup] Remove always-off support for tail calls 2017-07-13 19:29:05 +00:00
regress-crbug-602184.js [tests] Add testcase for r35397 2016-04-22 09:08:46 +00:00
regress-crbug-602595.js [turbofan] Make escape analysis non-experimental. 2016-05-18 13:51:01 +00:00
regress-crbug-603463.js Fix polymorphic keyed load handler selection for proxies. 2016-04-19 08:58:43 +00:00
regress-crbug-604299.js Use InternalArrays from certain Intl code 2016-05-02 18:19:25 +00:00
regress-crbug-604680.js [cleanup] Remove always-off support for tail calls 2017-07-13 19:29:05 +00:00
regress-crbug-605060.js Make sure we always try to make prototypes fast again when transitioning accessors 2016-04-21 11:18:08 +00:00
regress-crbug-605862.js Remove all harmony runtime flags which shipped in M51 2016-06-24 01:13:10 +00:00
regress-crbug-608278.js Remove SetForceInlineFlag from tests. 2017-09-13 15:31:44 +00:00
regress-crbug-608279.js Don't treat catch scopes as possibly-shadowing for sloppy eval 2016-05-04 21:36:13 +00:00
regress-crbug-609029.js [turbofan] Implement %_NewObject using FastNewObjectStub. 2016-05-04 07:35:22 +00:00
regress-crbug-610207.js Don't crash when load eval origin of a call site. 2016-05-09 09:00:52 +00:00
regress-crbug-612109.js [builtins] Rewrite uri.js as builtin functions. 2016-05-27 09:57:07 +00:00
regress-crbug-612142.js [turbofan] Kill type Guard nodes during effect/control linearization. 2016-05-18 05:38:22 +00:00
regress-crbug-613494.js [turbofan] Skip data-flow analysis of code entry field. 2016-05-23 10:40:29 +00:00
regress-crbug-613570.js [json] fix encoding change for two-byte gap strings. 2016-05-23 09:18:58 +00:00
regress-crbug-613905.js [runtime] Don't crash when trying to access manually constructed CallSite object. 2016-05-23 09:01:29 +00:00
regress-crbug-613919.js [deoptimizer] Fix materialization of sloppy arguments. 2016-05-23 13:52:35 +00:00
regress-crbug-614292.js [turbofan] MemoryOptimizer cannot deal with dead nodes in use lists. 2016-06-21 10:40:44 +00:00
regress-crbug-614644.js [crankshaft] Guard against side effects in Array.prototype.shift lowering. 2016-07-19 06:43:04 +00:00
regress-crbug-614727.js Fix arguments object stubs for large arrays. 2016-06-13 08:25:43 +00:00
regress-crbug-615774.js Check CallSite arguments more rigorously 2016-05-30 10:30:13 +00:00
regress-crbug-616709-1.js [turbofan] Remove unnecessary prototype checks for element access. 2016-08-05 04:55:03 +00:00
regress-crbug-616709-2.js [turbofan] Remove unnecessary prototype checks for element access. 2016-08-05 04:55:03 +00:00
regress-crbug-617524.js [runtime] Don't use ElementsTransitionAndStoreStub for transitions that involve instance rewriting. 2016-06-07 09:50:04 +00:00
regress-crbug-617527.js Add test case for 85b8c2dc (fix observable array access in messages.js). 2016-06-08 07:54:26 +00:00
regress-crbug-617567.js [turbofan] Make FindFrameStateBefore handle dead paths. 2016-06-06 12:34:53 +00:00
regress-crbug-618788.js Array splice should only normalize deleted_elements if it's an array 2016-06-23 17:23:20 +00:00
regress-crbug-618845.js Fix stale IC::receiver_map_ after prototype fastification 2016-06-10 11:43:33 +00:00
regress-crbug-619476.js Cleanup: Move mjsunit/regress-*.js into mjsunit/regress/. 2016-11-29 14:20:53 +00:00
regress-crbug-620119.js Rewrite scopes in computed properties in destructured parameters 2016-06-23 20:47:18 +00:00
regress-crbug-620253.js [d8] Make exception reporting more resilient. 2016-06-16 10:14:08 +00:00
regress-crbug-620650.js [mips] Fix using signaling NaN for holes in fixed double arrays. 2016-06-23 08:27:54 +00:00
regress-crbug-621611.js [builtins] Make sure the Math functions and constants agree. 2016-06-21 07:02:16 +00:00
regress-crbug-621816.js [turbofan] Remove --turbo shorthand for --turbo-filter. 2017-06-23 11:19:19 +00:00
regress-crbug-621868.js [crankshaft] Disable further folding already folded allocations. 2016-08-31 09:48:45 +00:00
regress-crbug-624747.js [turbofan] Broaden checkpoint elimination on returns. 2016-07-01 13:53:45 +00:00
regress-crbug-624919.js [turbofan] Fix eager bailout point after comma expression. 2016-07-01 09:51:50 +00:00
regress-crbug-625547.js [crankshaft] Use canonical nan_value or minus_zero_value objects instead of constant heap numbers with NaN or -0.0 values. 2016-07-04 09:59:26 +00:00
regress-crbug-625590.js [fullcode][mips][mips64][ppc][s390] Avoid trashing of a home object when doing a keyed store to a super. 2016-07-04 11:42:39 +00:00
regress-crbug-626715.js [runtime] Follow-up fix for "Better encapsulation of dictionary objects handling in lookup iterator." 2016-07-11 15:51:58 +00:00
regress-crbug-627828.js [turbofan] Use feedback from StoreDataPropertyInLiteral. 2017-01-11 09:29:57 +00:00
regress-crbug-627934.js [stubs] Properly handle length overflow in StringAddStub. 2016-07-14 11:47:42 +00:00
regress-crbug-627935.js [i18n] Make regression test work without i18n. 2016-07-14 12:32:45 +00:00
regress-crbug-628573.js [fullcode] Restore context after calling ToNumber builtin. 2016-07-15 13:18:57 +00:00
regress-crbug-629062.js [turbofan] Properly handle bit->float64 representation changes. 2016-07-19 08:29:52 +00:00
regress-crbug-629435.js [turbofan] Fix typing rule for number addition. 2016-07-19 10:08:13 +00:00
regress-crbug-629823.js [runtime] %TransitionElementsKind works for any kind of JSObject. 2016-07-21 07:23:58 +00:00
regress-crbug-630559.js Native try-catch syntax parsing should not crash. 2016-07-25 05:32:28 +00:00
regress-crbug-630561.js [elements] Omit fast path in PrependElementIndices 2016-07-23 12:16:14 +00:00
regress-crbug-630923.js [turbofan] Remove overly restrictive DCHECK. 2016-07-25 05:22:19 +00:00
regress-crbug-630951.js [turbofan] Avoid introducing machine operators during typed lowering. 2016-07-25 10:38:00 +00:00
regress-crbug-630952.js [Turbofan] IsUseLessGeneral shouldn't consider machine representation. 2016-07-25 12:01:54 +00:00
regress-crbug-631027.js [turbofan] Handle ObjectIsReceiver in escape analysis. 2016-09-06 11:59:31 +00:00
regress-crbug-631318-1.js [turbofan] Fix overly aggressive dead code elimination. 2016-07-26 07:09:58 +00:00
regress-crbug-631318-2.js [turbofan] Fix overly aggressive dead code elimination. 2016-07-26 07:09:58 +00:00
regress-crbug-631318-3.js [turbofan] Fix overly aggressive dead code elimination. 2016-07-26 07:09:58 +00:00
regress-crbug-631318-4.js [turbofan] Fix overly aggressive dead code elimination. 2016-07-26 07:09:58 +00:00
regress-crbug-631318-5.js [turbofan] Fix overly aggressive dead code elimination. 2016-07-26 07:09:58 +00:00
regress-crbug-631318-6.js [turbofan] Fix overly aggressive dead code elimination. 2016-07-26 07:09:58 +00:00
regress-crbug-631318-7.js [turbofan] Fix overly aggressive dead code elimination. 2016-07-26 07:09:58 +00:00
regress-crbug-631318-8.js [turbofan] Fix overly aggressive dead code elimination. 2016-07-26 07:09:58 +00:00
regress-crbug-631318-9.js [turbofan] Fix overly aggressive dead code elimination. 2016-07-26 07:09:58 +00:00
regress-crbug-631318-10.js [turbofan] Fix overly aggressive dead code elimination. 2016-07-26 07:09:58 +00:00
regress-crbug-631318-11.js [turbofan] Fix overly aggressive dead code elimination. 2016-07-26 07:09:58 +00:00
regress-crbug-631318-12.js [turbofan] Fix overly aggressive dead code elimination. 2016-07-26 07:09:58 +00:00
regress-crbug-631318-13.js [turbofan] Fix overly aggressive dead code elimination. 2016-07-26 07:09:58 +00:00
regress-crbug-631318-14.js [turbofan] Fix overly aggressive dead code elimination. 2016-07-26 07:09:58 +00:00
regress-crbug-631318-15.js [turbofan] Fix overly aggressive dead code elimination. 2016-07-26 07:09:58 +00:00
regress-crbug-631917.js [fullcode][mips][mips64][ppc][s390] Avoid trashing of a home object when doing a count operation with keyed load/store to a super. 2016-07-28 14:31:07 +00:00
regress-crbug-632800.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-crbug-633585.js [turbofan] Remove --turbo shorthand for --turbo-filter. 2017-06-23 11:19:19 +00:00
regress-crbug-633884.js Properly pass InitializationFlag back from ScriptContextTable lookups 2016-08-04 16:13:41 +00:00
regress-crbug-635798.js [test] Speed-up regression test for growing stores. 2016-08-30 04:04:32 +00:00
regress-crbug-635923.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-crbug-638551.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-crbug-640369.js [turbofan] Use ObjectIsReceiver directly for inlining. 2016-08-24 11:09:32 +00:00
regress-crbug-640497.js [turbofan] Remove --turbo shorthand for --turbo-filter. 2017-06-23 11:19:19 +00:00
regress-crbug-642056.js [test] Add regression test for http://crbug.com/642056. 2016-09-02 07:08:29 +00:00
regress-crbug-643073.js [turbofan] Only check semantic axis for Type::None. 2016-09-01 07:11:21 +00:00
regress-crbug-644111.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-crbug-644215.js [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
regress-crbug-644245.js [turbofan] Remove --turbo shorthand for --turbo-filter. 2017-06-23 11:19:19 +00:00
regress-crbug-644631.js [turbofan] Remove --turbo shorthand for --turbo-filter. 2017-06-23 11:19:19 +00:00
regress-crbug-644689-1.js [turbofan] Ensure that all prototypes are stable for push/pop. 2016-09-08 08:48:32 +00:00
regress-crbug-644689-2.js [turbofan] Ensure that all prototypes are stable for push/pop. 2016-09-08 08:48:32 +00:00
regress-crbug-645103.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-crbug-645438.js [crankshaft] Range analysis should not rely on overflowed ranges. 2016-10-12 09:06:32 +00:00
regress-crbug-645888.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-crbug-647217.js Remove SetForceInlineFlag from tests. 2017-09-13 15:31:44 +00:00
regress-crbug-647887.js [turbofan] Fix loop assignment analysis on ForInStatements. 2016-09-20 12:37:33 +00:00
regress-crbug-648539.js [cleanup] Remove always-off support for tail calls 2017-07-13 19:29:05 +00:00
regress-crbug-648737.js [turbofan] Remove --turbo shorthand for --turbo-filter. 2017-06-23 11:19:19 +00:00
regress-crbug-648740.js Remove FLAG_min_preparse_length. 2016-11-18 14:06:49 +00:00
regress-crbug-650404.js [crankshaft] TypedArrayInitialize: force length to be a Smi 2016-09-26 23:00:45 +00:00
regress-crbug-650933.js [typedarray] Properly initialize JSTypedArray::length with Smi. 2016-09-28 05:49:37 +00:00
regress-crbug-650973.js [ic][mips][mips64] Ensure store handlers return value in proper register. 2016-09-28 11:46:44 +00:00
regress-crbug-651403-global.js [turbofan] Remove --turbo shorthand for --turbo-filter. 2017-06-23 11:19:19 +00:00
regress-crbug-651403.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-crbug-652186-global.js [ignition] Fix building lookup graph when search depth is 0 2016-10-04 11:08:11 +00:00
regress-crbug-652186-local.js [ignition] Fix building lookup graph when search depth is 0 2016-10-04 11:08:11 +00:00
regress-crbug-654723.js [turbofan] Respect ConsString invariant. 2016-10-12 07:00:52 +00:00
regress-crbug-655004.js [turbofan] Fix effect chain for polymorphic array access. 2016-10-12 08:31:55 +00:00
regress-crbug-656037.js [turbofan] Fix return value of Array.prototype.push. 2016-10-18 08:02:25 +00:00
regress-crbug-656275.js [turbofan] Add missing Float32 -> TaggedSigned conversion. 2016-10-17 05:41:09 +00:00
regress-crbug-657478.js [turbofan] Fix typed lowering of JSToLength. 2016-10-24 06:37:22 +00:00
regress-crbug-658185.js [turbofan] Properly deal with out-of-bounds fields in EscapeAnalysis. 2016-10-31 06:43:25 +00:00
regress-crbug-658528.js [ignition] Use more-targeted check for CONST-this-initialization hole check 2016-10-25 11:08:06 +00:00
regress-crbug-658691.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-crbug-659475-1.js [compiler] Properly validate stable map assumption for globals. 2016-10-26 13:44:03 +00:00
regress-crbug-659475-2.js [compiler] Properly validate stable map assumption for globals. 2016-10-26 13:44:03 +00:00
regress-crbug-659915a.js Remove FLAG_min_preparse_length. 2016-11-18 14:06:49 +00:00
regress-crbug-659915b.js Remove FLAG_min_preparse_length. 2016-11-18 14:06:49 +00:00
regress-crbug-659967.js [ic] Properly deal with all oddballs when updating BinaryOpIC state. 2016-10-27 12:16:13 +00:00
regress-crbug-660379.js [turbofan] Advance bytecode offset after lazy deopt. 2016-11-10 11:35:22 +00:00
regress-crbug-661949.js [turbofan] CheckBounds cannot be used within asm.js. 2016-11-03 12:35:04 +00:00
regress-crbug-662367.js Reland "[flags] Remove some dead Crankshaft flags." 2017-07-13 13:15:34 +00:00
regress-crbug-662410.js [turbofan] Properly rename receiver on CheckHeapObject. 2016-11-07 08:41:34 +00:00
regress-crbug-662830.js [interpreter] Fix stack unwinding of deoptimized frames. 2016-11-22 11:28:45 +00:00
regress-crbug-662854.js [ic] Support data handlers in LoadGlobalIC. 2016-11-17 12:18:40 +00:00
regress-crbug-662907.js [ic] Use validity cells to protect keyed element stores against object's prototype chain modifications. 2016-12-02 10:03:33 +00:00
regress-crbug-663340.js [crankshaft] Ensure that we use inlined Array.prototype.shift only when there's no elements in the prototype chain. 2016-12-20 10:18:02 +00:00
regress-crbug-663402.js [arm] Fix custom addition in MacroAssembler::[Fast]Allocate 2016-11-08 18:19:30 +00:00
regress-crbug-663410.js Reland: Enable --harmony-function-tostring by default 2018-01-10 17:29:46 +00:00
regress-crbug-663750.js [turbofan] Always install code dependency when optimizing a store to global property. 2016-11-16 12:03:01 +00:00
regress-crbug-664084.js [crankshaft] Not all HAdd instructions produce a number. 2016-11-10 13:11:28 +00:00
regress-crbug-664469.js [ic] Fix elements conversion in KeyedStoreGeneric 2016-11-11 13:02:10 +00:00
regress-crbug-664506.js [builtins] Fix pointer comparison in ToString builtin. 2016-11-14 12:44:29 +00:00
regress-crbug-664802.js [ic] Don't check full prototype chain if name is a private symbol. 2016-11-21 11:21:43 +00:00
regress-crbug-664942.js [turbofan] Properly allocate constant-folded string. 2016-11-14 11:58:09 +00:00
regress-crbug-664974.js [ic] Don't check full prototype chain if name is a private symbol. 2016-11-21 11:21:43 +00:00
regress-crbug-665587.js [turbofan] Fix bogus representation for {kCheckTaggedHole}. 2016-11-16 12:53:47 +00:00
regress-crbug-665793.js [crankshaft] Properly handle OOB string accesses. 2016-12-20 10:01:59 +00:00
regress-crbug-665886.js [ic] Invalidate prototype validity cell when a slow prototype becomes fast. 2016-11-16 17:45:33 +00:00
regress-crbug-666308.js [crankshaft] Don't inline the fast path for instanceof if the function has a non-instance .prototype 2016-11-18 12:57:37 +00:00
regress-crbug-666742.js [ic] Ensure prototype validity cell guards global object's prototype changes for LoadGlobalIC. 2016-11-21 12:46:44 +00:00
regress-crbug-667689.js [turbofan] Fix broken effect chain for instanceof. 2016-11-22 11:05:35 +00:00
regress-crbug-668101.js Reland^2 of [stubs] KeyedStoreGeneric: inline dictionary property stores 2016-11-24 16:23:12 +00:00
regress-crbug-668414.js [runtime] Add missing @@IsConcatSpreadable check for FAST_DOUBLE_ELEMENTS 2016-11-28 10:06:17 +00:00
regress-crbug-668795.js [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
regress-crbug-669411.js [ic] Use validity cells to protect keyed element stores against object's prototype chain modifications. 2016-12-02 10:03:33 +00:00
regress-crbug-669451.js [turbofan] Teach escape analysis about ConvertTaggedHoleToUndefined. 2016-11-29 13:13:55 +00:00
regress-crbug-669540.js [ignition] Fix hole check for dynamic local variables 2016-12-13 14:29:07 +00:00
regress-crbug-669850.js [turbofan] Remove --turbo shorthand for --turbo-filter. 2017-06-23 11:19:19 +00:00
regress-crbug-671576.js Fix assertion failure in JSBuiltinReducer::ReduceArrayIterator. 2016-12-06 13:10:22 +00:00
regress-crbug-672792.js Fix usage of literal cloning for large double arrays. 2016-12-15 10:29:47 +00:00
regress-crbug-673008.js [stubs] Fix negative index lookup in hasOwnProperty 2016-12-12 20:13:07 +00:00
regress-crbug-677757.js [turbofan] Teach escape analysis about StringCharAt 2017-01-04 12:01:38 +00:00
regress-crbug-679202.js [crankshaft] Properly deal with null prototype. 2017-01-09 08:47:43 +00:00
regress-crbug-679378.js [turbofan] Don't merge PropertyAccessInfos with different field maps. 2017-01-16 11:47:47 +00:00
regress-crbug-679841.js Add test case for Number.prototype.toString (r42364). 2017-01-16 13:49:00 +00:00
regress-crbug-681983.js [turbofan] Fix translation of uint32 deopt immediates. 2017-01-19 09:11:47 +00:00
regress-crbug-682194.js [runtime] Fix Array.prototype.concat with complex @@species 2017-01-25 04:37:04 +00:00
regress-crbug-683581.js [turbofan] Fix accumulator use in bytecode analysis. 2017-01-25 09:14:41 +00:00
regress-crbug-683667.js [runtime] Mark old JSGlobalProxy's map as unstable when an iframe navigates away. 2017-02-28 17:05:51 +00:00
regress-crbug-684208.js [deoptimizer] Preserve double bit patterns correctly. 2017-01-26 09:25:59 +00:00
regress-crbug-685050.js [turbofan] Remove over-restrictive DCHECKs. 2017-01-31 09:00:55 +00:00
regress-crbug-685504.js ThinStrings: fix Factory::NewProperSubString 2017-01-30 18:24:16 +00:00
regress-crbug-685506.js [turbofan] Ensure {CheckMaps} is not used accross mutations. 2017-01-26 12:57:04 +00:00
regress-crbug-685634.js [cleanup] Remove always-off support for tail calls 2017-07-13 19:29:05 +00:00
regress-crbug-685680.js [turbofan] Introduce dedicated StringIndexOf operator. 2017-01-27 12:02:42 +00:00
regress-crbug-685965.js ThinStrings: fix CodeStubAssembler::SubString 2017-01-30 18:17:52 +00:00
regress-crbug-686102.js [turbofan] Don't constant-fold ACCESSOR properties. 2017-01-30 11:15:02 +00:00
regress-crbug-686427.js [crankshaft] Fix Smi overflow in {HMaybeGrowElements}. 2017-02-10 14:20:55 +00:00
regress-crbug-686737.js [turbofan] Don't eliminate unused CheckFloat64Hole. 2017-01-31 08:30:55 +00:00
regress-crbug-687029.js [turbofan] Introduce ChangeTaggedToTaggedSigned operator. 2017-01-31 08:55:56 +00:00
regress-crbug-687990.js [turbofan] Properly ensure that deoptimization is enabled. 2017-02-03 14:06:06 +00:00
regress-crbug-688567.js Retain source order when hoisting sloppy block functions 2017-03-02 21:06:00 +00:00
regress-crbug-688734.js [ic] KeyedStoreIC should use a slow stub when a prototype chain contains dictionary elements. 2017-02-27 13:41:11 +00:00
regress-crbug-691323.js [elements] Check if the backing store has been neutered for indexOf 2017-02-17 12:49:21 +00:00
regress-crbug-691687.js Accurately record eval calls in arrow parameter lists 2017-02-28 19:15:09 +00:00
regress-crbug-694416.js [turbofan] Remove --turbo shorthand for --turbo-filter. 2017-06-23 11:19:19 +00:00
regress-crbug-694709.js [turbofan] Remove --turbo shorthand for --turbo-filter. 2017-06-23 11:19:19 +00:00
regress-crbug-696622.js [turbofan] Fix lowering of %_GetSuperConstructor intrinsic. 2017-02-28 12:47:37 +00:00
regress-crbug-697017.js [runtime] Properly handle null constructor case when feeding back normalization. 2017-03-01 10:02:14 +00:00
regress-crbug-698607.js [turbofan] Teach escape analysis about ObjectIsNaN. 2017-03-06 12:55:28 +00:00
regress-crbug-699282.js [turbofan] Revert invalid optimization of flooring division. 2017-03-09 13:41:39 +00:00
regress-crbug-700678.js [runtime] Fix KeyAccumulator for non-internalized keys. 2017-03-14 11:19:28 +00:00
regress-crbug-700733.js [ic] Fix handling of elements kind transitions in polymorphic keyed ICs. 2017-04-21 15:14:26 +00:00
regress-crbug-702058-1.js [csa] Bailout to the runtime for ToInteger conversion in Array.p.indexOf. 2017-03-16 06:53:09 +00:00
regress-crbug-702058-2.js [csa] Bailout to the runtime for ToInteger conversion in Array.p.indexOf. 2017-03-16 06:53:09 +00:00
regress-crbug-702058-3.js [csa] Bailout to the runtime for ToInteger conversion in Array.p.indexOf. 2017-03-16 06:53:09 +00:00
regress-crbug-702793.js Fix LoadGlobalIC for cleared WeakCells 2017-03-18 00:52:09 +00:00
regress-crbug-702798.js Enable --harmony-strict-legacy-accessor-builtins by default 2017-08-02 21:30:57 +00:00
regress-crbug-703610.js [turbofan] Fix lowering of Function.prototype accesses. 2017-03-22 10:12:23 +00:00
regress-crbug-706642.js [turbofan] Disable inlining of derived class constructors. 2017-03-30 10:17:10 +00:00
regress-crbug-707580.js [builtins] Make sure to perform ToPrimitive(key, hint string) in hasOwnProperty even if the receiver is a smi. 2017-06-08 15:12:31 +00:00
regress-crbug-708050-1.js [turbofan] Fix typing rule for CheckBounds. 2017-04-12 09:02:28 +00:00
regress-crbug-708050-2.js [turbofan] Fix typing rule for CheckBounds. 2017-04-12 09:02:28 +00:00
regress-crbug-709537.js [turbofan] Fix traversal order of boilerplate objects. 2017-04-11 11:42:52 +00:00
regress-crbug-709753.js [turbofan] Properly represent the float64 hole. 2017-04-12 10:10:48 +00:00
regress-crbug-711166.js [turbofan] Fix translation containing arguments elements. 2017-04-18 14:44:01 +00:00
regress-crbug-712802.js [turbofan] Fix typing rule for JSCreateArguments. 2017-04-19 07:38:20 +00:00
regress-crbug-714696.js [console] correctly propagate exceptions. 2017-08-31 13:37:12 +00:00
regress-crbug-714872.js Revert behavioral part of 84dc8ed4c3 2017-04-26 20:56:30 +00:00
regress-crbug-714971.js [asm.js] Fix failure propagation of heap access validation. 2017-04-25 12:58:26 +00:00
regress-crbug-714981.js Move delete-last-fast-property code from CSA to C++ 2017-05-03 15:50:50 +00:00
regress-crbug-715151.js [turbofan] Fix buggy implicit coercion in GetMapWitness. 2017-04-26 09:57:36 +00:00
regress-crbug-715404.js [turbofan] Fix lowering of Array constructor with one argument. 2017-04-26 12:02:12 +00:00
regress-crbug-715455.js [asm.js] Fix excessive function table sizes. 2017-05-19 14:14:17 +00:00
regress-crbug-715862.js [ic] Filter out deprecated maps from polymorphic keyed ICs. 2017-04-28 10:02:20 +00:00
regress-crbug-716520.js Fix FastAssign for self-assignment 2017-05-04 13:41:08 +00:00
regress-crbug-716804.js [ic] Fix handling of JSArray.length accessor info. 2017-05-02 08:55:51 +00:00
regress-crbug-716912.js Move delete-last-fast-property code from CSA to C++ 2017-05-03 15:50:50 +00:00
regress-crbug-718779.js [runtime] MigrateFastToFast: fix check for unboxed inobject doubles 2017-05-05 22:23:04 +00:00
regress-crbug-719384.js [asm.js] Ensure lookups of imports are non-observable. 2017-05-23 10:42:43 +00:00
regress-crbug-719479.js [turbofan] Don't mix element accesses with incompatible representations. 2017-05-09 10:16:13 +00:00
regress-crbug-721835.js [asm.js] Fix evaluation of first for-statement expression. 2017-05-15 13:19:49 +00:00
regress-crbug-722348.js [asm.js] Properly handle unused function imports. 2017-05-22 11:41:07 +00:00
regress-crbug-722756.js [crankshaft] Fix HAliasAnalyzer for constants 2017-05-17 13:11:02 +00:00
regress-crbug-722783.js [ic] Properly handle reconfiguring of a global property to 'readonly'. 2017-07-20 13:39:23 +00:00
regress-crbug-722871.js Add TSAN annotations for TypedArray accesses 2017-09-08 18:35:17 +00:00
regress-crbug-723132.js [parser] Stop treating generators as "top level" for preparsing purposes 2017-05-18 16:24:26 +00:00
regress-crbug-723455.js [turbofan][crankshaft] Don't generate elements kind transitions from stable maps. 2017-05-17 21:58:44 +00:00
regress-crbug-724153.js [sfi] Compress function arg counts to 16 bit 2018-05-30 16:35:50 +00:00
regress-crbug-724608.js [turbofan] Try to update deprecated maps first. 2017-06-06 12:10:40 +00:00
regress-crbug-725201.js [literals] Set the proper Map on the elements store for object literals 2017-05-24 14:44:13 +00:00
regress-crbug-725537.js [runtime] Set proper initial map for AsyncFunction constructor. 2017-05-26 21:06:48 +00:00
regress-crbug-728813.js Fix Array.indexOf for Proxies that throw 2017-06-07 12:33:50 +00:00
regress-crbug-729573-1.js [deoptimizer] Teach the Deoptimizer about bound functions. 2017-06-07 06:25:26 +00:00
regress-crbug-729573-2.js [deoptimizer] Teach the Deoptimizer about bound functions. 2017-06-07 06:25:26 +00:00
regress-crbug-729597.js [heap-verify] Relax arguments verification 2017-06-14 07:19:20 +00:00
regress-crbug-731193.js [ic] Fix stub-cached access to use the dereffed thin-string. 2017-06-19 13:33:19 +00:00
regress-crbug-732169.js [deoptimizer] Handle Generator object in-object properties. 2017-06-12 16:27:10 +00:00
regress-crbug-734051.js [literals] Perform a deep boilerplate copy for MutableHeapNumber fields 2017-06-20 10:24:00 +00:00
regress-crbug-734162.js [literals] Perform a deep boilerplate copy for MutableHeapNumber fields 2017-06-20 10:24:00 +00:00
regress-crbug-736451.js [string] Handle two-byte contents in String.p.toLowerCase 2017-07-12 06:25:26 +00:00
regress-crbug-736575.js [turbofan] Fix type for HOLEY_DOUBLE_ELEMENTS loads. 2017-07-13 09:04:10 +00:00
regress-crbug-736633.js [turbofan] Introduce upper limit for table switch size. 2017-07-12 08:35:26 +00:00
regress-crbug-737645.js [runtime] Fix Array.prototype.sort for large entries 2017-07-06 10:45:52 +00:00
regress-crbug-738763.js [runtime] Don't track "class" field types for arrays with properties. 2017-07-24 06:34:12 +00:00
regress-crbug-740116.js [turbofan] Fix Reflect.getPrototypeOf on primitives. 2017-07-11 12:45:12 +00:00
regress-crbug-740398.js [builtins] Increase the maximum string length on 64-bit platforms. 2017-07-24 10:38:55 +00:00
regress-crbug-740591.js Properly fix-up ClassLiterals in ReparentExpressionScope() 2017-07-27 18:22:57 +00:00
regress-crbug-740803.js [scope] Null out rare_data_ when aborting preparsing 2017-07-12 20:26:10 +00:00
regress-crbug-741078.js [turbofan] Fix inline JSGeneratorObject allocation. 2017-07-12 12:47:22 +00:00
regress-crbug-743154.js [array] Move SafeRemoveArrayHoles to runtime 2018-05-08 11:05:56 +00:00
regress-crbug-746835.js [literals] Introduce CreateEmptyArrayLiteral Bytecode 2017-07-25 14:30:43 +00:00
regress-crbug-747062.js [Turbofan] Reland Array.prototype.filter inlining. 2017-10-23 19:29:50 +00:00
regress-crbug-747979.js [runtime] Don't create "class" field types for arrays' fields. 2017-07-25 06:54:46 +00:00
regress-crbug-748539.js [runtime] Don't create class field types for arrays' fields. 2017-07-27 07:11:05 +00:00
regress-crbug-751109.js [runtime] Properly forward the "interesting symbol" bit. 2017-08-02 11:08:38 +00:00
regress-crbug-751715.js [deoptimizer] Fix bogus DCHECK in OptimizedFrame::Summarize. 2017-08-03 07:34:42 +00:00
regress-crbug-752481.js [turbofan] Properly check new.target parameter in inlined Reflect.construct. 2017-08-07 18:15:30 +00:00
regress-crbug-752712.js Reland ^4 "[builtins] Port getting property from Proxy to CSA" 2017-08-11 07:17:35 +00:00
regress-crbug-752826.js [turbofan] Fix introduction of contradicting {TypeGuard}. 2017-08-08 11:54:51 +00:00
regress-crbug-752846.js Reland ^4 "[builtins] Port getting property from Proxy to CSA" 2017-08-11 07:17:35 +00:00
regress-crbug-754175.js [asm.js] Fail gracefully on overly large buffers. 2017-08-25 09:52:58 +00:00
regress-crbug-754177.js [tests] Make %NeverOptimizeFunction ClusterFuzz safe 2017-08-11 14:56:45 +00:00
regress-crbug-755044.js Handlify FrameFunctionIterator to allow for GCs. 2017-08-22 15:00:03 +00:00
regress-crbug-756332.js [pattern-rewriter] Handle already-rewritten RewritableExpressions as before 2017-08-18 16:16:24 +00:00
regress-crbug-757199.js Don't look at abandoned prototype maps when looking for root maps 2017-08-25 10:44:29 +00:00
regress-crbug-758773.js Don't look at abandoned prototype maps when looking for root maps 2017-08-25 10:44:29 +00:00
regress-crbug-759327.js [asm.js] Correctly set minimum memory size to zero. 2017-08-28 15:01:30 +00:00
regress-crbug-762472.js [asm.js] Gracefully handle stack overflow in start function. 2017-09-06 15:03:13 +00:00
regress-crbug-762874-1.js [turbofan] Fix type of String#indexOf and String#lastIndexOf. 2017-09-11 12:05:29 +00:00
regress-crbug-762874-2.js [turbofan] Fix type of String#indexOf and String#lastIndexOf. 2017-09-11 12:05:29 +00:00
regress-crbug-763683.js Improve error handling of proxies get property 2017-09-12 16:42:12 +00:00
regress-crbug-764219.js [ic] Fix storing to JSGlobalProxy having JSProxy in prototype chain. 2017-10-13 11:22:30 +00:00
regress-crbug-766635.js [Turbofan] Reland Array.prototype.filter inlining. 2017-10-23 19:29:50 +00:00
regress-crbug-768080.js [turbofan] Properly restrict {JSCreate} to constructors. 2017-10-18 12:02:44 +00:00
regress-crbug-768158.js [parser] Ensure for-in/of loop variables are marked maybe_assigned 2017-10-05 19:16:29 +00:00
regress-crbug-768367.js [turbofan] Fix off-by-one in constant-folding of frozen elements. 2017-09-27 05:43:25 +00:00
regress-crbug-768875.js [ic] Introduce proper slow stub for StoreGlobalIC. 2017-10-12 14:07:41 +00:00
regress-crbug-769852.js [deoptimizer] Materialize objects with top-most stub frame. 2017-10-02 13:23:45 +00:00
regress-crbug-770543.js [deoptimizer] Fix TranslatedState inline frame indexing. 2017-10-02 14:14:30 +00:00
regress-crbug-770581.js [turbofan] Unify error message on non-callable callback. 2017-10-09 12:05:28 +00:00
regress-crbug-771428.js [asm.js] Fix infinite loop in parser on parse error. 2017-10-04 16:13:39 +00:00
regress-crbug-771971.js [turbofan] Properly check call arity for Object.is(o,o). 2017-10-06 07:56:31 +00:00
regress-crbug-772056.js [wasm] Fix undefined behavior in WebAssembly.Table.grow. 2017-10-06 12:54:53 +00:00
regress-crbug-772610.js [deoptimizer] Fix JSFunction materialization instance size. 2017-10-09 14:01:05 +00:00
regress-crbug-772672.js Fix JSArray::kInitialMaxFastElementArray to make sense for 32-bit platforms. 2017-10-09 07:49:41 +00:00
regress-crbug-772689.js [deoptimizer] Properly handle in-object properties on JSArrays. 2017-10-09 08:28:51 +00:00
regress-crbug-772720.js [turbofan] Fix type of inline cons-string allocation. 2017-10-12 10:02:29 +00:00
regress-crbug-772897.js [proxy] Properly handle exceptions from Object::ToName(). 2017-10-30 15:06:38 +00:00
regress-crbug-774459.js [turbofan] Re-enable FindOrderedHashMapEntryForInt32Key optimization. 2017-10-25 09:36:56 +00:00
regress-crbug-774860.js Fix slack tracking for function subclasses. 2017-10-17 10:37:04 +00:00
regress-crbug-774994.js [parser] Skipping inner funcs: accurately record NeedsHomeObject 2017-10-17 01:49:36 +00:00
regress-crbug-776511.js [Turbofan] Reland Array.prototype.filter inlining. 2017-10-23 19:29:50 +00:00
regress-crbug-778952.js Fix DCHECK in HasFastProperties 2017-10-31 18:06:43 +00:00
regress-crbug-779344.js [proxies] Add missing stack overflow check. 2018-05-07 18:50:09 +00:00
regress-crbug-779367.js Check is_simple_api_call before IsCrossContextLazyAccessorPair, accessor could be null 2017-11-02 14:23:32 +00:00
regress-crbug-779457.js [parser] RewritableExpressions should keep track of their Scope directly 2017-11-14 20:30:14 +00:00
regress-crbug-781116-1.js [turbofan] Properly handle Array.prototype and Object.prototype in the runtime. 2017-11-03 10:38:51 +00:00
regress-crbug-781116-2.js [turbofan] Properly handle Array.prototype and Object.prototype in the runtime. 2017-11-03 10:38:51 +00:00
regress-crbug-781506-1.js [turbofan] Generate the correct bounds when the array protector isn't valid. 2017-11-04 12:06:31 +00:00
regress-crbug-781506-2.js [turbofan] Generate the correct bounds when the array protector isn't valid. 2017-11-04 12:06:31 +00:00
regress-crbug-781506-3.js [turbofan] Generate the correct bounds when the array protector isn't valid. 2017-11-04 12:06:31 +00:00
regress-crbug-781583.js [builtins] Add stack check during generator resumption. 2017-11-13 14:52:10 +00:00
regress-crbug-783132.js [runtime] Ensure elements transitions don't interfere with field type tracking. 2017-11-22 16:51:47 +00:00
regress-crbug-783902.js Reland^2 "[runtime] Slightly optimize creation of class literals." 2017-11-17 18:15:34 +00:00
regress-crbug-784835.js [ic] Properly handle negative indices. 2017-11-16 06:56:25 +00:00
regress-crbug-786020.js [objects] Fix flag in {Map::AddMissingTransitions}. 2017-11-27 12:49:01 +00:00
regress-crbug-786723.js [turbofan] Fix prototype mutation in Object.create lowering. 2017-12-15 12:36:34 +00:00
regress-crbug-789764.js [parser] Fix func numbering inside for in. 2017-12-01 14:12:12 +00:00
regress-crbug-791245-1.js [turbofan] Properly type the OrderedHashTableHealIndex builtin result. 2017-12-05 09:51:15 +00:00
regress-crbug-791245-2.js [turbofan] Properly type the OrderedHashTableHealIndex builtin result. 2017-12-05 09:51:15 +00:00
regress-crbug-791256.js [parser] Fix NaryOperation positions. 2017-12-12 18:54:03 +00:00
regress-crbug-795922.js [ignition] Move object/array literal init to bytecode gen 2017-12-19 14:50:19 +00:00
regress-crbug-798026.js [Builtins] Eliminate the fast path in constructor entries 2018-01-04 15:29:00 +00:00
regress-crbug-798644.js [elements] Fix Object.entries/values with changing elements 2018-01-10 13:50:20 +00:00
regress-crbug-800032.js [Runtime] Set expected_nof_properties when creating Constructors 2018-01-12 10:51:11 +00:00
regress-crbug-800077.js [csa] Fix type casing in GetProperty 2018-01-09 12:56:07 +00:00
regress-crbug-800810.js [elements] Fix overzealous DCHECK in Array.prototype.includes 2018-01-12 14:07:44 +00:00
regress-crbug-801627.js [turbofan] Fix type confusion in NodeProperties::InferReceiverMaps. 2018-01-15 06:56:47 +00:00
regress-crbug-802333.js [runtime] Fix Class Literals 2018-01-26 12:21:15 +00:00
regress-crbug-805765.js [ignition] Fix wide suspends to also return 2018-01-29 12:38:33 +00:00
regress-crbug-806200.js [parser] Throw syntax error for %Foo(...spread) 2018-01-29 09:57:39 +00:00
regress-crbug-806388.js [runtime] Fix derived class instantiation 2018-01-31 12:07:56 +00:00
regress-crbug-807096.js [mjsunit] Move the implementation of testAsync into a separate file 2018-08-01 08:46:24 +00:00
regress-crbug-808192.js Revert "[heap] Verify FeedbackVector contents during heap verification." 2018-04-19 10:59:02 +00:00
regress-crbug-813427.js [runtime] Fix overzealous check for derived constructor instance size 2018-02-20 13:28:37 +00:00
regress-crbug-813450.js [proxies] Use write barriers for Proxy [[Construct]] arguments 2018-02-27 14:41:08 +00:00
regress-crbug-813630.js [parser] Fix aborting preparsing of a function with a rest param. 2018-03-21 09:04:07 +00:00
regress-crbug-816961.js Fix buffer-detached check in TypedArray.of/from 2018-02-28 20:52:55 +00:00
regress-crbug-819086.js [turbofan] Only store after all checks are done. 2018-03-06 09:09:11 +00:00
regress-crbug-819298.js [turbofan] Fix invalid SpeculativeToNumber optimization. 2018-03-08 12:38:29 +00:00
regress-crbug-820312.js [builtins] Properly handle DICTIONARY_ELEMENTS in Promise.all closures. 2018-03-09 14:25:34 +00:00
regress-crbug-820820.js [turbofan] Properly deal with killed nodes in LoadElimination. 2018-03-13 06:27:13 +00:00
regress-crbug-821159-1.js [es2015] Properly deal with fast-path results from IterableToList. 2018-03-13 07:23:57 +00:00
regress-crbug-821159-2.js [es2015] Properly deal with fast-path results from IterableToList. 2018-03-13 07:23:57 +00:00
regress-crbug-821159-3.js [es2015] Properly deal with fast-path results from IterableToList. 2018-03-13 07:23:57 +00:00
regress-crbug-821159-4.js [es2015] Properly deal with fast-path results from IterableToList. 2018-03-13 07:23:57 +00:00
regress-crbug-822284.js [turbofan] NumberToString can return non-sequential strings. 2018-03-15 17:52:12 +00:00
regress-crbug-823069.js [builtins] Throw on pop()/shift() when JSArray's length is not writable. 2018-04-10 08:51:07 +00:00
regress-crbug-823130.js Fix "x is not iterable" error message consistency 2018-05-03 23:13:21 +00:00
regress-crbug-825045.js [turbofan] Properly test number of descriptors. 2018-04-03 07:30:47 +00:00
regress-crbug-827013.js [builtins] Fix fast path of Function.prototype.bind. 2018-04-03 17:49:05 +00:00
regress-crbug-830565.js [mjsunit] Move the implementation of testAsync into a separate file 2018-08-01 08:46:24 +00:00
regress-crbug-831943.js [builtins] Fix missing ToString in RegExp.p.match 2018-04-12 14:54:54 +00:00
regress-crbug-831984.js [keys] Don't keep chain of OrderedHashSets in KeyAccumulator 2018-04-16 21:07:06 +00:00
regress-crbug-840220.js [CSA] Remove overzealous type check 2018-05-07 11:20:56 +00:00
regress-crbug-841592.js [elements] Avoid NOP operation when shrinking HashTables 2018-05-10 11:09:59 +00:00
regress-crbug-843022.js [regexp] Do not assume fast regexp results are non-empty 2018-05-16 13:06:14 +00:00
regress-crbug-848165.js Properly set enumeration order for accessor properties in class literals. 2018-06-18 12:45:02 +00:00
regress-crbug-849024.js [builtins] Add reference error for global object property access 2018-07-05 09:52:48 +00:00
regress-crbug-850005.js [CSA] Fix assertion in CallOrConstructDoubleVarargs with empty FixedArray 2018-06-06 11:01:11 +00:00
regress-crbug-851393.js [builtins] Relax type check in a slow path of Object.assign. 2018-06-18 14:37:38 +00:00
regress-crbug-852592.js [array] Fix OOB load/stores when underlying FixedArray changed 2018-06-19 05:19:44 +00:00
regress-crbug-854299.js [array] Change Array.p.sort bailout behavior from fast- to slow-path 2018-06-20 15:38:18 +00:00
regress-crbug-856095.js Fix overzealous assert in CallOrConstructVarArgs 2018-07-03 03:42:20 +00:00
regress-crbug-859809.js [array] Add regression test that causes left trimming while sorting 2018-07-03 14:16:14 +00:00
regress-crbug-860788.js [async] Implement error handling when running async hooks 2018-07-10 08:12:09 +00:00
regress-crbug-862538.js [scanner] Fix scanner stream creation: Sliced strings can have an underlying thin string. 2018-07-12 10:32:47 +00:00
regress-crbug-865312.js [array] Only use fast-path in Array.p.fill for JSArrays 2018-07-19 12:15:42 +00:00
regress-crbug-865892.js [async] Improve error handling when running async hooks 2018-07-23 13:34:50 +00:00
regress-crbug-866315.js [async] Fix a crash when AsyncHooks is used in the proto of an object 2018-07-23 14:34:59 +00:00
regress-crbug-867776.js [csa] Fix is-neutered check in EmitBigTypedArrayElementStore 2018-07-27 21:40:03 +00:00
regress-create-exception.js
regress-deep-proto.js [mjsunit] Speed up a slow test. 2018-05-24 13:11:30 +00:00
regress-delete-empty-double.js [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
regress-deopt-gc.js
regress-deopt-gcb.js
regress-deopt-in-array-literal-spread.js [turbofan] Fix deoptimization from array literal spread. 2015-11-18 11:45:41 +00:00
regress-deopt-store-effect.js
regress-deoptimize-constant-keyed-load.js
regress-dictionary-to-fast-arguments.js
regress-double-canonicalization.js Fix double canonicalization 2016-06-30 15:18:16 +00:00
regress-double-property.js
regress-embedded-cons-string.js Reland "[flags] Remove some dead Crankshaft flags." 2017-07-13 13:15:34 +00:00
regress-empty-fixed-double-array.js
regress-ensure-initial-map.js Don't EnsureHasInitialMap on non-constructors. 2015-12-02 10:39:46 +00:00
regress-enum-prop-keys-cache-size.js
regress-escape-preserve-smi-representation.js
regress-et-clobbers-doubles.js
regress-eval-cache.js
regress-eval-context.js
regress-existing-shared-function-info.js
regress-fast-empty-string.js
regress-fast-literal-transition.js [elements] Rename FAST elements kinds 2017-06-30 13:31:44 +00:00
regress-filter-contexts.js
regress-force-constant-representation.js
regress-force-representation.js
regress-freeze-setter.js
regress-freeze.js
regress-function-length-strict.js
regress-fundecl.js
regress-grow-deopt.js
regress-grow-store-smi-check.js
regress-gvn-ftt.js Reland "[flags] Remove some dead Crankshaft flags." 2017-07-13 13:15:34 +00:00
regress-hoist-load-named-field.js
regress-indirect-push-unchecked.js
regress-inline-arrow-as-construct.js Install ConstructNonConstructable as construct stub for non-constructables. 2015-11-24 17:17:00 +00:00
regress-inline-class-constructor.js Ensure we never inline class constructors in Crankshaft, as it currently is entirely unsupported. 2015-10-22 14:39:07 +00:00
regress-inline-constant-load.js
regress-inline-getter-near-stack-limit.js
regress-inlining-function-literal-context.js
regress-int32-truncation.js
regress-integer-indexed-element.js [runtime] Remove receiver==holder check in IntegerIndexedExotic lookup 2016-02-03 10:30:40 +00:00
regress-is-contextual.js
regress-is-smi-repr.js
regress-iteration-order.js
regress-json-parse-index.js
regress-json-stringify-gc.js
regress-keyed-access-string-length.js
regress-keyed-store-global.js
regress-keyed-store-non-strict-arguments.js Cleanup: Move mjsunit/regress-*.js into mjsunit/regress/. 2016-11-29 14:20:53 +00:00
regress-latin-1.js
regress-lazy-deopt-inlining2.js
regress-lazy-deopt-inlining.js
regress-lazy-deopt-reloc.js
regress-lea-matching.js
regress-load-elements.js
regress-load-field-by-index.js
regress-map-invalidation-1.js
regress-map-invalidation-2.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-mask-array-length.js
regress-merge-descriptors.js
regress-migrate-callbacks.js
regress-mul-canoverflow.js
regress-mul-canoverflowb.js
regress-no-dummy-use-for-arguments-object.js
regress-ntl.js Cleanup: Move mjsunit/regress-*.js into mjsunit/regress/. 2016-11-29 14:20:53 +00:00
regress-object-assign-deprecated-2.js MigrateInstance(target) before Object.assign(target, ...) 2016-04-25 15:41:21 +00:00
regress-object-assign-deprecated.js MigrateInstance(target) before Object.assign(target, ...) 2016-04-25 15:41:21 +00:00
regress-omit-checks.js
regress-opt-typeof-null.js Fix 'typeof null' canonicalization in crankshaft 2016-04-21 11:24:31 +00:00
regress-osr-context.js [turbofan] Rename --context-specialization to --function-context-specialization. 2015-09-25 11:33:38 +00:00
regress-osr-in-case-label.js [turbofan] Fix OSR entry in case label. 2015-11-13 16:05:28 +00:00
regress-osr-in-literal.js [turbofan] Fix deoptimization from array literal spread. 2015-11-18 11:45:41 +00:00
regress-param-local-type.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-parse-use-strict.js
regress-parseint.js
regress-phi-truncation.js
regress-polymorphic-load.js
regress-polymorphic-store.js
regress-private-enumerable.js Reland^2 of [stubs] KeyedStoreGeneric: inline dictionary property stores 2016-11-24 16:23:12 +00:00
regress-push-args-twice.js
regress-put-prototype-transition.js [runtime] Drop PrototypeOptimizationMode to unify prototype handling 2017-06-08 08:00:37 +00:00
regress-r3391.js
regress-r4998.js [mjsunit] Remove non-existing flags from tests. 2017-05-02 08:53:51 +00:00
regress-recurse-patch-binary-op.js Check the state of the current binary op IC before patching smi code 2016-04-27 09:19:15 +00:00
regress-refreeze-same-map.js [runtime] PreventExtensionsWithTransition: before adding the new 2017-06-22 12:19:26 +00:00
regress-regexp-codeflush.js Fix common misspellings 2017-08-02 09:35:28 +00:00
regress-regexp-construct-result.js
regress-regexp-nocase.js
regress-reset-dictionary-elements.js
regress-set-flags-stress-compact.js
regress-shift-enumerable.js
regress-sliced-external-cons-regexp.js
regress-smi-math-floor-round.js
regress-smi-only-concat.js [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
regress-smi-scanning.js
regress-sort-arguments.js
regress-splice-large-index.js
regress-sqrt.js
regress-store-global-proxy.js
regress-store-heapobject.js
regress-store-transition-dict.js [ic] Use Map as transition handlers instead of StoreHandler objects. 2018-03-23 15:37:40 +00:00
regress-store-uncacheable.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-string-from-char-code-tonumber.js [builtins] Migrate String.fromCharCode to TurboFan code stub. 2016-05-31 11:39:05 +00:00
regress-stringAt-boundsCheck.js [turbofan] Add effects to StringAt operators 2018-01-24 12:12:27 +00:00
regress-swapelements.js
regress-sync-optimized-lists.js Cleanup: Move mjsunit/regress-*.js into mjsunit/regress/. 2016-11-29 14:20:53 +00:00
regress-transcendental.js
regress-trap-allocation-memento.js [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
regress-typedarray-length.js TypedArray: Make byteOffset, byteLength, and length configurable 2016-05-25 19:09:56 +00:00
regress-undefined-nan2.js
regress-undefined-nan3.js MIPS: Fix NaN tests. 2015-12-10 10:06:17 +00:00
regress-undefined-nan.js Revert of making heap verification more aggressive (patchset #7 id:120001 of https://codereview.chromium.org/2126613002/ ) 2016-07-12 14:07:17 +00:00
regress-undefined-store-keyed-fast-element.js
regress-unlink-closures-on-deopt.js [deoptimizer] When deoptimizing code, unlink all functions referring to that code. 2017-03-06 12:22:05 +00:00
regress-unsigned-mul-add.js
regress-update-field-type-attributes.js
regress-v8-4839.js [crankshaft] Fix inlining to always connect both branches of test context. 2016-03-17 10:00:21 +00:00
regress-v8-4972.js [runtime] Don't crash when creating an instance of a class inherited from a Proxy. 2016-04-29 15:07:35 +00:00
regress-v8-5009.js [runtime] Ensure that all elements kind transitions are chained to the root map. 2016-06-01 15:55:11 +00:00
regress-v8-5254-1.js [turbofan] Fix invalid comparison operator narrowing. 2016-08-02 07:46:15 +00:00
regress-v8-5254-2.js [turbofan] Fix invalid comparison operator narrowing. 2016-08-02 07:46:15 +00:00
regress-v8-5255-1.js [turbofan] Fix invalid representation selection for Phis/Selects. 2016-08-02 12:11:09 +00:00
regress-v8-5255-2.js [turbofan] Fix invalid representation selection for Phis/Selects. 2016-08-02 12:11:09 +00:00
regress-v8-5255-3.js [turbofan] Fix invalid representation selection for Phis/Selects. 2016-08-02 12:11:09 +00:00
regress-v8-5697.js Use --opt instead of --crankshaft in tests. 2017-04-28 14:20:39 +00:00
regress-v8-5958.js [es2015] Remove the @@hasInstance protector cell. 2017-02-13 07:16:27 +00:00
regress-v8-6706.js [regexp] Send sticky @@splits to the slow path 2017-08-23 09:55:21 +00:00
regress-v8-6712.js Fix spec violation in Function.prototype.bind. 2017-08-17 08:42:03 +00:00
regress-v8-6716.js [csa] Fix two cases where allocations could go into LO space 2017-08-22 08:20:54 +00:00
regress-v8-6906.js [disassembler] Handle the case of optimized code object with unlinked deopt data. 2017-10-18 10:46:01 +00:00
regress-v8-6940.js [regexp] Fix a bug causing early aborts from AddCaseEquivalents 2017-10-18 12:18:59 +00:00
regress-v8-7245.js [builtins] Port Proxy.revocable() to CSA 2018-01-07 10:20:13 +00:00
regress-v8-7682.js Add regression test for crbug.com/v8/7682 2018-04-23 10:58:15 +00:00
regress-v8-7725.js [builtins] Properly handle non-simple target in Object.assign. 2018-05-09 13:44:00 +00:00
regress-wasm-crbug-599413.js [wasm] Remove obsolete %IsNotAsmWasmCode predicate. 2016-12-09 11:56:05 +00:00
regress-wasm-crbug-618602.js [wasm] Remove obsolete %IsNotAsmWasmCode predicate. 2016-12-09 11:56:05 +00:00
regress-weakening-multiplication.js
regress-x87.js
setter.js
short-circuit.js
splice-missing-wb.js
string-compare-memcmp.js [cleanup] Limit Token usage to Parser, AST, BytecodeGenerator 2017-10-25 18:15:26 +00:00
string-fromcharcode-sideeffect.js Do not switch to two-byte string in String.fromCharCode if avoidable. 2015-11-09 08:53:42 +00:00
string-next-encoding.js [turbofan] Fix encoding issue in string iteration 2018-01-26 11:12:08 +00:00
string-split-monkey-patching.js
typed-array-lifetime.js [crankshaft] Loads and stores to typed arrays have to reference the backing store holder 2015-12-07 08:37:42 +00:00