v8/test/mjsunit/regress
ishell 33994b4a22 Massive renaming of PropertyType values and other implied stuff.
PropertyKind:
  DATA -> kData
  ACCESSOR -> kAccessor

PropertyType:
  FIELD -> DATA
  CONSTANT -> DATA_CONSTANT
  ACCESSOR_FIELD -> ACCESSOR
  CALLBACKS -> ACCESSOR_CONSTANT

PropertyLocation:
  IN_OBJECT -> kField
  IN_DESCRIPTOR -> kDescriptor

StoreMode:
  FORCE_IN_OBJECT -> FORCE_FIELD

FieldDescriptor -> DataDescriptor
ConstantDescriptor -> DataConstantDescriptor
CallbacksDescriptor -> AccessorConstantDescriptor

Review URL: https://codereview.chromium.org/856503002

Cr-Commit-Position: refs/heads/master@{#26146}
2015-01-19 17:49:22 +00:00
..
binop-in-effect-context-deopt.js Binary operation deoptimization fix. 2014-02-06 09:36:55 +00:00
bitops-register-alias.js
call-function-in-effect-context-deopt.js Test and fix for _CallFunction intrinsic deoptimization. 2014-02-06 12:42:26 +00:00
clear-keyed-call.js
compare-map-elim1.js Bugfix in check elimination with a regression test. 2014-02-19 12:34:50 +00:00
comparison-in-effect-context-deopt.js Comparison in effect context lazy deopt fix. 2014-02-16 05:51:10 +00:00
consolidated-holey-load.js
d8-readbuffer.js
debug-prepare-step-in.js Fix arm64 gc stress issue. 2014-05-27 06:35:45 +00:00
external-and-normal-array-polymorphism.js
internalized-string-not-equal.js
json-stringifier-emptyhandle.js
negative_lookup.js
number-named-call-deopt.js Test and fix for polymorphic named call deoptimization. 2014-02-14 12:02:39 +00:00
poly_count_operation.js Remove deoptimization by patching the call stack. 2014-09-15 09:21:39 +00:00
polymorphic-accessor-test-context.js Fix polymorphic inlining of accessors in a test-context. 2014-02-13 16:55:38 +00:00
post-increment-close-context.js
readonly1.js
readonly2.js
readonly3.js
readonly4.js
readonly5.js
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
regress-114.js
regress-116.js
regress-124.js
regress-137.js
regress-149.js
regress-171.js
regress-176.js
regress-186.js
regress-187.js
regress-189.js
regress-191.js
regress-192.js
regress-193.js
regress-201.js
regress-219.js
regress-220.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-269.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 Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
regress-341.js
regress-345.js
regress-349.js
regress-351.js
regress-386.js
regress-392.js
regress-394.js
regress-396.js
regress-397.js
regress-399.js
regress-406.js
regress-416.js
regress-475.js
regress-483.js
regress-485.js Removed 'executable' bits from mjsunit tests. 2014-03-27 12:32:27 +00:00
regress-486.js
regress-490.js Speed up some mjsunit test cases and clean up test expectations for arm and mips. 2014-01-24 11:36:45 +00:00
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 Speed up some mjsunit test cases and clean up test expectations for arm and mips. 2014-01-24 11:36:45 +00:00
regress-634.js
regress-636.js
regress-641.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
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
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
regress-1145.js
regress-1146.js
regress-1149.js
regress-1150.js
regress-1151.js
regress-1156.js
regress-1160.js
regress-1166.js
regress-1167.js
regress-1170.js This CL simplifies var / const by ensuring the behavior is consistent in itself, and with regular JS semantics; between regular var/const and eval-ed var/const. 2014-07-14 14:01:04 +00:00
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-1217.js
regress-1218.js
regress-1229.js
regress-1233.js
regress-1236.js
regress-1237.js
regress-1240.js
regress-1246.js
regress-1257.js
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
regress-1389.js
regress-1401.js
regress-1403.js
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-1523.js
regress-1528.js
regress-1529.js
regress-1530.js Follow-up to a pre-existing regression test. 2014-07-09 10:23:58 +00:00
regress-1531.js
regress-1546.js
regress-1548.js Try to switch Array builtins into strict mode. 2014-04-14 11:24:40 +00:00
regress-1560.js
regress-1563.js
regress-1582.js
regress-1583.js
regress-1586.js
regress-1591.js
regress-1592.js
regress-1620.js
regress-1624-strict.js
regress-1624.js
regress-1625.js
regress-1639-2.js
regress-1639.js
regress-1647.js
regress-1650.js
regress-1692.js
regress-1708.js Simplify ConfigureHeap and change --max_new_space_size to --max_semi_space_size. 2014-05-09 08:38:27 +00:00
regress-1711.js
regress-1748.js
regress-1757.js Internalize strings being stored into uninitialized property cells 2014-12-15 15:46:11 +00:00
regress-1790.js
regress-1849.js
regress-1853.js
regress-1878.js
regress-1898.js
regress-1924.js
regress-1945.js
regress-1973.js
regress-1980.js
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
regress-2153.js
regress-2163.js
regress-2170.js
regress-2172.js
regress-2185-2.js
regress-2185.js
regress-2193.js
regress-2226.js
regress-2234.js
regress-2249.js
regress-2250.js
regress-2261.js
regress-2263.js
regress-2273.js Mode clean-up pt 1: rename classic/non-strict mode to sloppy mode 2014-03-11 14:39:08 +00:00
regress-2284.js Get rid of ContextualMode for call ICs. 2014-01-14 16:15:05 +00:00
regress-2285.js
regress-2286.js Get rid of ContextualMode for call ICs. 2014-01-14 16:15:05 +00:00
regress-2289.js
regress-2291.js
regress-2294.js
regress-2296.js
regress-2315.js
regress-2318.js Merge experimental/a64 to bleeding_edge. 2014-02-12 09:19:30 +00:00
regress-2326.js
regress-2339.js
regress-2346.js
regress-2373.js
regress-2374.js
regress-2398.js
regress-2410.js
regress-2416.js
regress-2419.js Try to switch Array builtins into strict mode. 2014-04-14 11:24:40 +00:00
regress-2433.js
regress-2437.js
regress-2438.js
regress-2441.js
regress-2443.js
regress-2444.js
regress-2451.js
regress-2470.js
regress-2489.js
regress-2499.js
regress-2506.js harmony-scoping: make assignment to 'const' a late error. 2014-11-26 11:21:23 +00:00
regress-2537.js
regress-2539.js
regress-2564.js Mode clean-up pt 1: rename classic/non-strict mode to sloppy mode 2014-03-11 14:39:08 +00:00
regress-2565.js
regress-2566.js
regress-2568.js
regress-2570.js
regress-2593.js
regress-2594.js
regress-2595.js
regress-2596.js
regress-2606.js
regress-2612.js
regress-2615.js Narrow cases where Sparse/Smart versions of Array methods are used 2014-10-23 18:21:50 +00:00
regress-2618.js
regress-2624.js
regress-2646.js
regress-2653.js
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 Keep new arrays allocated with 'new Array(N)' in fast mode (revisited) 2014-07-28 13:12:26 +00:00
regress-2813.js
regress-2825.js Correctly parse line ends for debugging. 2015-01-08 10:46:13 +00:00
regress-2836.js
regress-2843.js
regress-2855.js
regress-2931.js
regress-2980.js
regress-2984.js
regress-2987.js
regress-2988.js
regress-2989.js Simpler repro for bug 2989. 2014-01-31 16:12:58 +00:00
regress-3010.js
regress-3025.js
regress-3026.js
regress-3027.js Remove Heap::MaxRegularSpaceAllocationSize and use Page::MaxRegularHeapObjectSize instead. 2014-01-23 13:02:27 +00:00
regress-3029.js
regress-3032.js Removed 'executable' bits from mjsunit tests. 2014-03-27 12:32:27 +00:00
regress-3039.js
regress-3116.js Fix computation of UTC time from local time at DST change points. 2014-10-09 14:17:33 +00:00
regress-3135.js Fix issues with JSON stringify replacer array 2014-03-06 09:50:53 +00:00
regress-3138.js Fix assignment of function name constant. 2014-02-14 12:40:47 +00:00
regress-3158.js Fix dictionary element load to pass correct elements kind. 2014-02-14 15:52:24 +00:00
regress-3159.js Fix typed array error message. 2014-02-14 09:33:03 +00:00
regress-3176.js Fix optimistic BCE to back off after deopt 2014-02-24 13:15:31 +00:00
regress-3183.js Deoptimization fix for HPushArgument. 2014-03-05 12:45:46 +00:00
regress-3204.js Yet another regression test for range analysis. 2014-04-07 08:04:25 +00:00
regress-3220.js Fix date cache in strict mode. 2014-03-17 15:47:58 +00:00
regress-3229.js Correctly escape RegExp source. 2014-11-21 10:50:24 +00:00
regress-3255.js Fix for v8:3255 Grow KeyedStoreIC doesn't respect String value wrappers 2014-04-07 07:52:24 +00:00
regress-3281.js Enable ES6 Map and Set by default 2014-08-05 19:37:32 +00:00
regress-3294.js Error stack getter should not overwrite itself with a data property. 2014-04-28 12:14:36 +00:00
regress-3307.js Fix representation inference for mutable double boxes. 2014-05-23 14:02:08 +00:00
regress-3315.js Object.observe: avoid accessing acceptList properties more than once 2014-05-09 18:22:28 +00:00
regress-3334.js Changing the attributes of a data property implemented with 2014-05-28 09:58:27 +00:00
regress-3359.js HRor and HSar can deoptimize. 2014-05-30 16:12:25 +00:00
regress-3380.js Fix unsigned comparisons. 2014-06-11 09:09:15 +00:00
regress-3392.js Fix representation of Phis for mutable-heapnumber-in-object-literal properties 2014-06-16 08:41:29 +00:00
regress-3404.js Reland "Fix stack trace accessor behavior." 2014-07-02 14:18:10 +00:00
regress-3462.js Fix issue with setters and their holders in accessors.cc 2014-07-24 16:42:54 +00:00
regress-3476.js Fix handling of potential string additions in hydrogen. 2014-07-29 14:53:11 +00:00
regress-3483.js 1..isPrototypeOf.call(null) should return false, not throw TypeError. 2014-11-04 16:14:18 +00:00
regress-3564.js Fix typed lowering to number comparison. 2014-09-16 11:33:30 +00:00
regress-3612.js Narrow cases where Sparse/Smart versions of Array methods are used 2014-10-23 18:21:50 +00:00
regress-3621.js Narrow cases where Sparse/Smart versions of Array methods are used 2014-10-23 18:21:50 +00:00
regress-3643.js SimpleMove now calls [[Has]] before [[Get]] when moving elements 2014-10-27 13:05:13 +00:00
regress-3687.js Avoid fast short-cut in Map::GeneralizeRepresentation() for literals with non-simple transitions. 2014-11-13 10:56:31 +00:00
regress-3709.js Do not bailout from optimizing functions that use f(x, arguments) 2014-11-20 17:07:44 +00:00
regress-3717.js Correctly find shared function info for debugging when compiling eagerly. 2014-11-24 15:43:35 +00:00
regress-3756.js RegExpParser: Fix Reset()ting to the end. 2014-12-16 12:14:19 +00:00
regress-45469.js
regress-52801.js
regress-58740.js
regress-70066.js
regress-71647.js
regress-78270.js Adding more missing deoptimization points in Turbofan. 2014-09-29 13:37:58 +00:00
regress-82769.js
regress-84234.js
regress-85177.js
regress-88591.js
regress-88858.js
regress-91008.js
regress-91010.js
regress-91013.js
regress-91120.js
regress-91787.js
regress-94425.js
regress-94873.js
regress-95113.js
regress-95485.js
regress-95920.js
regress-96523.js
regress-97116.js
regress-97116b.js
regress-98773.js
regress-99167.js Simplify ConfigureHeap and change --max_new_space_size to --max_semi_space_size. 2014-05-09 08:38:27 +00:00
regress-100409.js
regress-100702.js
regress-102153.js
regress-103259.js
regress-108296.js
regress-109195.js
regress-110509.js
regress-113924.js
regress-115100.js
regress-115452.js
regress-117409.js
regress-117794.js
regress-119429.js
regress-119609.js Context deoptimization and removal of the deoptimization block in Turbofan 2014-09-01 09:31:14 +00:00
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-131994.js Context deoptimization and removal of the deoptimization block in Turbofan 2014-09-01 09:31:14 +00:00
regress-133211.js
regress-133211b.js
regress-136048.js Scanner: disallow unicode escapes in regexp flags. 2014-11-07 14:32:19 +00:00
regress-137768.js
regress-143967.js
regress-145201.js
regress-147497.js
regress-148378.js
regress-155924.js
regress-164442.js
regress-165637.js Add infrastructure for skipping tests in GC stress mode. 2014-01-21 12:41:25 +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
regress-264203.js
regress-270142.js Revert "Reland "Make 'name' property on functions configurable."" 2014-06-03 11:52:07 +00:00
regress-280531.js
regress-298269.js
regress-299979.js
regress-318420.js
regress-319120.js
regress-319722-ArrayBuffer.js Refactor optimized in hydrogen only runtime functions. 2014-03-25 14:26:55 +00:00
regress-319722-TypedArrays.js Refactor optimized in hydrogen only runtime functions. 2014-03-25 14:26:55 +00:00
regress-320532.js Remove experimental flags that are now required 2014-07-18 07:17:21 +00:00
regress-323845.js
regress-324028.js
regress-325676.js Context deoptimization and removal of the deoptimization block in Turbofan 2014-09-01 09:31:14 +00:00
regress-330046.js Evict from optimized code map in sync with removing from optimized functions list. 2014-02-28 12:27:31 +00:00
regress-331416.js
regress-331444.js
regress-333594.js Evict from optimized code map in sync with removing from optimized functions list. 2014-02-28 12:27:31 +00:00
regress-334708.js Fixed floor-of-div optimization. 2014-01-22 11:54:51 +00:00
regress-336820.js Don't crash in Array.join() if the resulting string exceeds the max string length. 2014-01-31 12:21:17 +00:00
regress-340125.js Check the offset argument of TypedArray.set for fitting into Smi. 2014-02-04 09:53:05 +00:00
regress-343609.js Clear optimized code cache in shared function info when code gets deoptimized. 2014-03-03 11:11:39 +00:00
regress-346343.js Don't eliminate loads with incompatible types or representations. 2014-02-25 09:55:50 +00:00
regress-346587.js Fix bug in constant folding object comparisons. 2014-03-11 13:34:01 +00:00
regress-347262.js Handle arguments objects in frame when materializing arguments 2014-02-27 15:12:12 +00:00
regress-347530.js Fix bogus assertion in SetFastDoubleElements. 2014-02-27 14:45:53 +00:00
regress-347542.js Removed bogus ASSERT. 2014-02-28 08:45:07 +00:00
regress-347543.js HAllocate should never generate allocation code if the requested size does not fit into page. Regression test included. 2014-02-27 17:33:25 +00:00
regress-347904.js Fix handling of constant global variable assignments. 2014-02-28 09:40:12 +00:00
regress-347906.js Fixed constant folding for Math.clz32. 2014-02-28 13:07:10 +00:00
regress-347909.js Fix representation generalization for doubles. 2014-02-28 11:07:10 +00:00
regress-347912.js Fix JSObject::PrintTransitions. 2014-02-28 11:41:07 +00:00
regress-347914.js Check elimination did not mark some dead blocks. 2014-02-28 14:16:38 +00:00
regress-348280.js Fix HCheckValue::Canonicalize wrt uninitialized HConstant unique. 2014-03-04 08:08:08 +00:00
regress-348512.js Fix materialization of captured objects in adapted arguments. 2014-03-05 12:57:18 +00:00
regress-349870.js Remove outdated assertion scope. 2014-03-06 11:51:53 +00:00
regress-349885.js Bugfix for 349874: we incorrectly believe we saw a growing store 2014-03-06 13:07:51 +00:00
regress-350863.js Propagate updated offsets in BoundsCheckBbData. 2014-03-14 10:02:25 +00:00
regress-350865.js Fix assertion in RegExp parser to correctly expect stack overflow. 2014-03-10 15:52:10 +00:00
regress-350884.js 350884: KeyedStoreIC miss didn't handle a transitioning case. 2014-03-12 13:35:40 +00:00
regress-350887.js Fix for 350887: CHECK failure on new_length->IsSmi() 2014-03-11 10:30:10 +00:00
regress-351261.js Fix for issue 351261. 2014-03-14 10:22:55 +00:00
regress-351263.js Check that constant is an integer before getting its value in HGraphBuilder::MatchRotateRight. 2014-03-13 11:50:50 +00:00
regress-351315.js Fix of argument materialization of captured heap numbers. 2014-03-13 07:17:37 +00:00
regress-351319.js Fix handling of polymorphic array accesses with constant index 2014-03-12 10:11:38 +00:00
regress-351624.js Correctly retain argument value when deopting from Math.round on x64. 2014-03-13 13:57:21 +00:00
regress-352059.js Make translation of modulus operation '--stress-opt'-proof. 2014-03-13 09:37:16 +00:00
regress-352982.js Fix TransitionElementsKindStub to handle non-JSArray objects correctly. 2014-03-18 13:29:29 +00:00
regress-353004.js Apply numeric casts correctly in typed arrays and related code. 2014-03-18 10:55:29 +00:00
regress-353058.js Check stack limit in ArgumentAdaptorTrampoline. 2014-04-11 13:39:19 +00:00
regress-353551.js A64: Fix write barrier input in KeyedStoreIC::GenerateSloppyArguments. 2014-03-20 08:32:58 +00:00
regress-354357.js Visit return statement of inlined function in value context. 2014-03-21 12:14:44 +00:00
regress-354433.js Ensure that lazy deopt sequence does not override calls. 2014-03-21 11:02:15 +00:00
regress-355485.js Correctly convert micro-sign to its upper case. 2014-03-24 14:16:14 +00:00
regress-355486.js Dead code elimination of inlined arguments objects causes wrong deopt info to be generated - instead of materializing the arguments, we get 'undefined'. 2014-04-07 08:42:34 +00:00
regress-355523.js Add index check in DoAccessArgumentsAt. 2014-03-25 13:26:41 +00:00
regress-356053.js Fix issues when changing FLAG_concurrent_recompilation after init. 2014-03-25 09:38:48 +00:00
regress-356589.js Don't pass the hole to SetElement when creating Array.observe change records 2014-03-27 18:29:07 +00:00
regress-357054.js Support typed arrays in IsMoreGeneralElementsKindTransition. 2014-04-01 16:41:35 +00:00
regress-357103.js Remove internalized cons string types. 2014-04-01 11:30:31 +00:00
regress-357105.js Add missing lazy deopt point for the TransitionElementsKind instruction. 2014-03-31 11:58:53 +00:00
regress-357108.js Fix JSObject::SetElement for fixed typed array elements. 2014-03-27 12:54:26 +00:00
regress-358057.js Fix PrepareKeyedOperand on arm. 2014-03-31 15:14:28 +00:00
regress-358059.js Smi immediates are not supported on x64. Do not use it. 2014-04-01 15:32:06 +00:00
regress-358088.js Monomorphic prototype failures should be reserved for already-seen keys. 2014-04-01 14:16:54 +00:00
regress-358090.js Fix left trimming check for large objects 2014-03-31 15:01:46 +00:00
regress-359441.js Fix materialization of accessor frames with captured receivers 2014-04-25 12:58:15 +00:00
regress-359491.js Avoid type assertion on object comparison in Hydrogen - the comparison is unreachable because of previous checks. 2014-04-11 06:45:24 +00:00
regress-359525.js Make sure value is a heap number when reusing the double box in BinaryOpICStub. 2014-04-04 08:46:49 +00:00
regress-360733.js Do not call user defined getter of Error.stackTraceLimit. 2014-04-11 13:16:36 +00:00
regress-361025.js Fix invalid local property lookup for transitions. 2014-04-08 09:36:04 +00:00
regress-361608.js Do not use ranges after range analysis. 2014-04-10 09:40:17 +00:00
regress-362128.js Fix result of LCodeGen::DoWrapReceiver for strict functions and builtins. 2014-04-14 11:58:18 +00:00
regress-362870.js Object.defineProperty shouldn't be a hint that we're constructing a dictionary. 2014-05-02 06:02:00 +00:00
regress-363956.js Clear invalid field maps in PropertyAccessInfo. 2014-04-16 09:48:32 +00:00
regress-365172-1.js Make DescriptorArray::IsMoreGeneralThan() and DescriptorArray::Merge() compatible again. 2014-04-24 08:07:14 +00:00
regress-365172-2.js Make DescriptorArray::IsMoreGeneralThan() and DescriptorArray::Merge() compatible again. 2014-04-24 08:07:14 +00:00
regress-365172-3.js Make DescriptorArray::IsMoreGeneralThan() and DescriptorArray::Merge() compatible again. 2014-04-24 08:07:14 +00:00
regress-368243.js Fix index register assignment in LoadFieldByIndex for arm, arm64, and mips. 2014-05-08 08:51:51 +00:00
regress-369450.js Checks for empty array case added before casting elements to FixedDoubleArray. 2014-05-02 11:30:24 +00:00
regress-370384.js Fixed jump in non-SSE4.1 implementation of LMathFloor instruction on x64. 2014-05-06 14:20:46 +00:00
regress-370827.js Make new space iterable for --log-gc and --heap-stats options 2014-05-09 09:23:10 +00:00
regress-373283.js Attempt no. 3 to fix Heap::IsHeapIterable and HeapIterator. 2014-05-22 11:13:37 +00:00
regress-377290.js Reland "Customized support for feedback on calls to Array." and follow-up fixes. 2014-05-26 13:59:24 +00:00
regress-379770.js When flag --nouse-osr is set, don't allow osr from hidden runtime calls. 2014-06-03 07:45:40 +00:00
regress-380049.js %ObjectFreeze needs to exclude non-fast-path objects. 2014-06-03 07:59:36 +00:00
regress-380092.js Re-land "Clusterfuzz identified overflow check needed in dehoisting." 2014-06-23 09:09:05 +00:00
regress-381313.js Fix arm64 deoptimization from double registers (reverts r20613). 2014-07-11 19:30:09 +00:00
regress-385054.js Do not eliminate bounds checks for "<const> - x". 2014-06-16 13:43:50 +00:00
regress-385565.js Optimize Function.prototype.call 2014-10-15 12:22:15 +00:00
regress-386034.js Add missing map check to optimized f.apply(...) 2014-06-23 05:50:06 +00:00
regress-392114.js CallIC customization stubs must accept that a vector slot is cleared. 2014-07-29 11:53:30 +00:00
regress-403292.js Fix OrderedHashTabelIterator accessors. 2014-08-14 10:24:19 +00:00
regress-404981.js Do not install fillers when right trimming large objects. 2014-08-19 08:35:39 +00:00
regress-408036.js Ignore numbers as values of --expose-natives-as flag. 2014-09-04 15:05:06 +00:00
regress-409533.js Fix manual allocation folding of RegExpConstructResult. 2014-09-01 08:08:31 +00:00
regress-410030.js Introduce legacy const slots in correct context. 2014-11-26 12:16:30 +00:00
regress-410912.js Fix EvacuateJSFunction to obtain the target address from the forwarding pointer. 2014-09-05 09:38:04 +00:00
regress-411210.js Fix regress-411210 after r23824. 2014-09-10 08:48:40 +00:00
regress-411237.js Harden OptimizeFunctionOnNextCall. 2014-09-05 15:13:44 +00:00
regress-412162.js Handle non-object constants in HConstant::GetMonomorphicJSObjectMap. 2014-09-09 12:58:34 +00:00
regress-416416.js Fix IC cache confusion on String.prototype.length 2014-09-24 09:33:04 +00:00
regress-416730.js Disable merging simulates across captured objects. 2014-09-25 12:16:32 +00:00
regress-417709a.js Add more missing deopts 2014-10-26 10:25:48 +00:00
regress-417709b.js Handle exceptions thrown by Array.observe machinery 2014-10-15 18:22:20 +00:00
regress-419663.js Fix break location calculation. 2014-10-17 14:11:01 +00:00
regress-423633.js Fix sparse versions of Array slice/splice to use [[DefineOwnProperty]] to generate return value 2014-10-23 21:13:29 +00:00
regress-425551.js Flatten the string in StringToDouble function. 2014-10-22 08:19:05 +00:00
regress-435073.js Fix for 435073: CHECK failure in CHECK(p->IsSmi()) failed. 2014-11-21 10:14:19 +00:00
regress-435477.js Assert to protect against polymorphic string loads fires on valid stores. 2014-11-21 10:29:08 +00:00
regress-436893.js Abort optimization in corner case. 2014-11-26 16:57:52 +00:00
regress-436896.js Do not try to inline if the function has an illegal redeclaration. 2014-11-26 16:32:46 +00:00
regress-437765.js Fixed environment handling for LFlooringDivI on ARM. 2014-12-02 13:47:19 +00:00
regress-441099.js More -fsanitize=vptr fixes. 2014-12-16 14:20:28 +00:00
regress-444805.js Correct handling of exceptions occured during getting of exception stack trace. 2015-01-07 14:50:16 +00:00
regress-444805.js-script Correct handling of exceptions occured during getting of exception stack trace. 2015-01-07 14:50:16 +00:00
regress-446389.js Fix bug in Runtime_CompileOptimized resulting from stack overflow. 2015-01-07 13:43:44 +00:00
regress-447526.js [turbofan] Fix control reducer for degenerate cases of self-loop branches. 2015-01-09 12:28:14 +00:00
regress-447756.js Map -0 to integer 0 for typed array constructors. 2015-01-12 11:42:57 +00:00
regress-449070.js ClusterFuzz fix: %NormalizeElements shouldn't process the global proxy. 2015-01-19 09:31:19 +00:00
regress-588599.js
regress-662254.js
regress-666721.js
regress-667061.js
regress-670147.js
regress-674753.js
regress-676025.js
regress-678525.js
regress-682649.js
regress-734862.js
regress-737588.js
regress-780423.js
regress-799761.js
regress-806473.js
regress-842017.js
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-998565.js
regress-1030466.js
regress-1036894.js
regress-1039610.js
regress-1050043.js
regress-1062422.js
regress-1066899.js
regress-1081309.js
regress-1102760.js
regress-1110164.js
regress-1112051.js
regress-1114040.js
regress-1134697.js
regress-1170187.js Context deoptimization and removal of the deoptimization block in Turbofan 2014-09-01 09:31:14 +00:00
regress-1173979.js
regress-1175390.js
regress-1177518.js
regress-1177809.js
regress-1178598.js
regress-1182832.js
regress-1187524.js
regress-1199401.js
regress-1199637.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
regress-1200351.js
regress-1201933.js
regress-1203459.js
regress-1207276.js
regress-1213516.js
regress-1213575.js This CL simplifies var / const by ensuring the behavior is consistent in itself, and with regular JS semantics; between regular var/const and eval-ed var/const. 2014-07-14 14:01:04 +00:00
regress-1215653.js
regress-1254366.js
regress-1327557.js
regress-1346700.js
regress-1439135.js
regress-1493017.js
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
regress-20070207.js
regress-add-minus-zero.js
regress-alloc-smi-check.js Check in Lithium that allocation size in Smi range. 2014-04-03 07:04:46 +00:00
regress-arguments-gc.js
regress-array-pop-deopt.js Reland ArrayPop / ArrayPush. 2014-01-24 11:47:53 +00:00
regress-array-pop-nonconfigurable.js
regress-assignment-in-test-context.js [turbofan] Fix deopt for assignments in non-effect context. 2014-11-05 13:09:14 +00:00
regress-bind-receiver.js
regress-binop-nosse2.js
regress-binop.js
regress-builtin-array-op.js
regress-builtinbust-1.js Use premordial Object.isSealed/isFrozen in builtins. 2014-04-03 12:23:35 +00:00
regress-builtinbust-3.js Fix return value of push() and unshift() on Array.prototype. 2014-04-09 09:14:56 +00:00
regress-builtinbust-4.js Fix bogus Object.isSealed check in some Array builtins. 2014-04-15 08:25:42 +00:00
regress-builtinbust-5.js Fix bogus call to Object.hasOwnProperty in Array builtin. 2014-04-15 12:52:41 +00:00
regress-builtinbust-6.js Fix some more missing ToObject on Array.prototype. 2014-04-30 08:52:00 +00:00
regress-builtinbust-7.js A new test needs to exit early on non-internationalization builds. 2014-04-30 09:04:17 +00:00
regress-calls-with-migrating-prototypes.js
regress-captured-object-no-dummy-use.js Do not generate LDummyUse instruction for HCapturedObject 2014-04-03 07:35:13 +00:00
regress-check-eliminate-loop-phis.js Don't propagate information through phis in loop headers. 2014-02-12 18:30:41 +00:00
regress-clobbered-fp-regs.js
regress-cnlt-elements.js
regress-cnlt-enum-indices.js
regress-cntl-descriptors-enum.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
regress-compare-constant-doubles.js
regress-conditional-position.js Remove redundant --always-full-compiler flag. 2014-09-04 16:29:47 +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 negative bounds checking on realm calls 2014-02-25 09:15:05 +00:00
regress-crbug-3184.js
regress-crbug-3867.js
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-107996.js Context deoptimization and removal of the deoptimization block in Turbofan 2014-09-01 09:31:14 +00:00
regress-crbug-109362.js Correctly compute line numbers in functions from the function constructor. 2014-11-12 10:06:47 +00:00
regress-crbug-119926.js
regress-crbug-122271.js
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 Reland "Avoid some unnecessary fast-properties map creations." 2014-11-11 15:41:30 +00:00
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
regress-crbug-157520.js
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-171715.js Context deoptimization and removal of the deoptimization block in Turbofan 2014-09-01 09:31:14 +00:00
regress-crbug-172345.js
regress-crbug-173907.js
regress-crbug-173907b.js
regress-crbug-173974.js
regress-crbug-178790.js Another attempt to fix regress-crbug-178790. 2015-01-16 10:12:15 +00:00
regress-crbug-181422.js
regress-crbug-196583.js
regress-crbug-217858.js
regress-crbug-222893.js Context deoptimization and removal of the deoptimization block in Turbofan 2014-09-01 09:31:14 +00:00
regress-crbug-229923.js
regress-crbug-233737.js
regress-crbug-240032.js
regress-crbug-242502.js
regress-crbug-242870.js
regress-crbug-242924.js
regress-crbug-243868.js
regress-crbug-244461.js
regress-crbug-245424.js
regress-crbug-245480.js Remove experimental flags that are now required 2014-07-18 07:17:21 +00:00
regress-crbug-258519.js
regress-crbug-259300.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
regress-crbug-315252.js
regress-crbug-318671.js
regress-crbug-319835.js
regress-crbug-319860.js
regress-crbug-320922.js Internalize strings being stored into uninitialized property cells 2014-12-15 15:46:11 +00:00
regress-crbug-323936.js Insert materialized context at the right place in DebugEvaluate. 2014-09-25 09:33:40 +00:00
regress-crbug-323942.js
regress-crbug-325225.js
regress-crbug-329709.js
regress-crbug-336148.js Fix short-circuiting logical and/or in HOptimizedGraphBuilder. 2014-02-03 14:29:34 +00:00
regress-crbug-340064.js Return a valid map for PropertyAccessInfos with Boolean type. 2014-02-03 10:20:32 +00:00
regress-crbug-344186.js Fix Hydrogen bounds check elimination 2014-02-19 10:30:39 +00:00
regress-crbug-345715.js Fix for a smi stores optimization on x64 with a regression test. 2014-02-25 09:55:02 +00:00
regress-crbug-345820.js Fix for failing asserts in HBoundsCheck code generation on x64: index register should be zero extended. 2014-02-25 16:33:54 +00:00
regress-crbug-346636.js Mark HCompareMap as having Tagged representation 2014-02-25 15:09:47 +00:00
regress-crbug-347903.js A JSArray may have a filler map in the elements pointer. 2014-02-28 12:29:19 +00:00
regress-crbug-349079.js Revert "Use Representation::Integer32() for smi types on 32-bit-tagged systems." 2014-03-07 09:29:07 +00:00
regress-crbug-349465.js Fix for failing asserts in HBoundsCheck code generation on x64: use proper cmp operation width instead of asserting that Integer32 values should be zero extended. Similar to chromium:345820. 2014-03-06 16:22:47 +00:00
regress-crbug-349853.js Let HTransitionElementsKind take part in RestoreActualValues phase 2014-03-06 12:13:49 +00:00
regress-crbug-349878.js Fix HConstants with Smi-ranged HeapNumber values 2014-03-06 16:21:09 +00:00
regress-crbug-350434.js Fix lazy deopt after tagged binary ops 2014-03-12 09:59:36 +00:00
regress-crbug-350864.js Enable ES6 Symbols by default 2014-08-04 18:17:54 +00:00
regress-crbug-350867.js Fix polymorphic keyed loads for SLOPPY_ARGUMENTS_ELEMENTS 2014-03-19 15:49:29 +00:00
regress-crbug-350890.js Fixed spec violation of storing to length of a frozen object. 2014-03-17 15:43:33 +00:00
regress-crbug-351262.js fix bad access check check 2014-03-11 15:12:47 +00:00
regress-crbug-351320.js Fix HIsSmiAndBranch::KnownSuccessorBlock() by deleting it 2014-03-12 10:14:29 +00:00
regress-crbug-351658.js Make invalid LHSs a parse-time (reference) error 2014-03-17 10:21:01 +00:00
regress-crbug-351787.js Use intrinsics for builtin ArrayBuffer property accesses 2014-03-12 19:25:40 +00:00
regress-crbug-352058.js Check elimination now sets known successor branch of HCompareObjectEqAndBranch (correctness fix). 2014-03-17 09:11:38 +00:00
regress-crbug-352586.js Fix ASSERT violation when BinaryOpIC::Transition recurses into itself 2014-03-17 14:51:31 +00:00
regress-crbug-352929.js Fix typo in r19923 (bounds check offset propagation) 2014-03-17 09:38:01 +00:00
regress-crbug-354391.js Fix polymorphic hydrogen handling of SLOPPY_ARGUMENTS_ELEMENTS 2014-03-20 16:25:24 +00:00
regress-crbug-357052.js Disable lowering to StringAdd due to various issues. 2014-09-16 08:29:46 +00:00
regress-crbug-357137.js Do not check for interrupt when allocating stack locals. 2014-03-31 14:14:54 +00:00
regress-crbug-357330.js Fix Type::Intersect to skip uninhabited bitsets 2014-03-31 15:53:21 +00:00
regress-crbug-374838.js Fix ArrayShift hydrogen support 2014-05-21 08:51:29 +00:00
regress-crbug-380512.js Fix invalid loop condition for Array.lastIndexOf(). 2014-06-04 08:21:39 +00:00
regress-crbug-381534.js Bugfix in inlined versions of Array.indexOf() and Array.lastIndexOf() with a regression test. 2014-06-10 09:01:45 +00:00
regress-crbug-382143.js Fix invalid attributes when generalizing because of incompatible map change. 2014-06-10 12:24:54 +00:00
regress-crbug-382513.js Fix missing smi check in inlined indexOf/lastIndexOf. 2014-06-10 04:26:15 +00:00
regress-crbug-385002.js Interrupts must not mask stack overflow. 2014-06-17 13:54:49 +00:00
regress-crbug-387031.js Array.concat: properly go to dictionary mode when required 2014-06-20 15:40:21 +00:00
regress-crbug-387599.js Do not eagerly update allow_osr_at_loop_nesting_level. 2014-06-24 09:31:30 +00:00
regress-crbug-387636.js Remove bogus assertions in HCompareObjectEqAndBranch. 2014-06-24 09:33:05 +00:00
regress-crbug-390918.js One of the fast cases in JSObject::MigrateFastToFast() should not be taken if the number of fields did not change. 2014-07-02 19:10:19 +00:00
regress-crbug-390925.js Harden Runtime_LiveEditCheckAndDropActivations against unsafe args. 2014-07-02 15:09:44 +00:00
regress-crbug-393988.js Error.captureStackTrace should define "stack" property as configurable. 2014-07-16 07:55:05 +00:00
regress-crbug-401915.js Make %DebugPushPromise more robust wrt fuzzing. 2014-08-11 07:59:10 +00:00
regress-crbug-403409.js Correctly handle holes when concat()ing double arrays 2014-08-18 08:51:35 +00:00
regress-crbug-405491.js Fix --expose-debug-as with number as argument. 2014-08-20 11:52:22 +00:00
regress-crbug-405517.js Don't inline Array.shift() if receiver map is not extensible. 2014-08-21 06:23:44 +00:00
regress-crbug-405922.js Handle null receiver in sloppy mode in %GetFrameDetails. 2014-08-22 12:55:23 +00:00
regress-crbug-407946.js Enforce correct number comparisons when inlining Array.indexOf. 2014-09-04 12:25:57 +00:00
regress-crbug-409614.js Prevent recursion in the debug event listener. 2014-10-28 09:44:43 +00:00
regress-crbug-410033.js Fix assertion scope in Runtime_GetScript. 2014-10-30 07:25:43 +00:00
regress-crbug-412203.js Fix regress-crbug-412203.js 2014-09-11 11:47:39 +00:00
regress-crbug-412208.js Hydrogen: bailout when there is a throw statement in a non-effect context. 2014-09-09 12:16:33 +00:00
regress-crbug-412210.js Fix inaccurate type condition in Hydrogen 2014-09-11 12:13:34 +00:00
regress-crbug-412215.js Fix Smi vs. HeapObject confusion in HConstants. 2014-09-12 08:44:14 +00:00
regress-crbug-412319.js Narrow cases where Sparse/Smart versions of Array methods are used 2014-10-23 18:21:50 +00:00
regress-crbug-416558.js Non-JSArrays must always have holey elements. 2014-09-25 08:25:25 +00:00
regress-crbug-417508.js Fix Hydrogen's BuildStore() 2014-10-01 13:17:34 +00:00
regress-crbug-423687.js Fixed mutable heap numbers leak in JSON parser. 2014-10-23 14:41:39 +00:00
regress-crbug-424142.js Reland "In PrepareForBreakPoints, also purge shared function info not referenced by functions." 2014-10-29 10:19:44 +00:00
regress-crbug-425519.js The issue is that by handling strings with map/handler pairs instead of a special 2014-10-21 13:04:51 +00:00
regress-crbug-425585.js ARM64: Fix stack manipulation. 2014-10-22 18:24:20 +00:00
regress-crbug-429159.js Properly handle stack overflows in the AST graph builder. 2014-10-31 14:02:46 +00:00
regress-crbug-430846.js Reland of "TransitionArray now uses <is_data_property, name, attributes> tuple as a key, which allows to have several entries for the same property name." 2014-12-10 15:18:52 +00:00
regress-crbug-431602.js Fix has_constant_parameter_count() confusion in LReturn 2014-11-10 15:25:50 +00:00
regress-crbug-432493.js Fix disabling all break points from within the debug event callback. 2014-11-18 14:57:48 +00:00
regress-crbug-433332.js Fix lower bound violation 2014-11-20 11:22:49 +00:00
regress-crbug-433766.js Fix one more missing c0_ < 0 check in scanner 2014-11-17 09:43:31 +00:00
regress-crbug-435825.js Fix RegExp.source for uncompiled regexp. 2014-11-24 11:21:52 +00:00
regress-crbug-436820.js Map::CopyGeneralizeAllRepresentations() left incorrect layout descriptor in a new map. 2014-11-26 17:37:05 +00:00
regress-crbug-448730.js Add proper support for proxies to HType. 2015-01-14 13:57:09 +00:00
regress-create-exception.js Simplify ConfigureHeap and change --max_new_space_size to --max_semi_space_size. 2014-05-09 08:38:27 +00:00
regress-debug-code-recompilation.js
regress-debug-context-load.js Fix leak in debug mirror cache. 2014-05-26 07:05:56 +00:00
regress-debug-deopt-while-recompile.js Context deoptimization and removal of the deoptimization block in Turbofan 2014-09-01 09:31:14 +00:00
regress-deep-proto.js
regress-delete-empty-double.js
regress-deopt-gc.js
regress-deopt-gcb.js
regress-deopt-store-effect.js
regress-dictionary-to-fast-arguments.js Don't convert dictionary sloppy arguments to fast double mode. 2014-03-25 14:14:58 +00:00
regress-double-property.js Fix computed properties on object literals with a double as propertyname. 2014-07-07 17:08:54 +00:00
regress-embedded-cons-string.js
regress-empty-fixed-double-array.js Fix C++ type of Factory::NewFixedDoubleArray. 2014-04-24 05:29:00 +00:00
regress-enum-prop-keys-cache-size.js Reland "Fix property enum cache creation to include only own properties" 2014-03-28 06:59:20 +00:00
regress-escape-preserve-smi-representation.js Make escape analysis preserve all representations required by HCompareNumericAndBranch. 2014-05-12 08:43:18 +00:00
regress-et-clobbers-doubles.js
regress-eval-cache.js Use shared function info for eval cache key. 2014-10-28 10:01:44 +00:00
regress-fast-empty-string.js Don't turn objects with empty-string properties into fast-mode. 2014-02-20 16:11:48 +00:00
regress-fast-literal-transition.js
regress-force-constant-representation.js Fixed inlining of constant values 2014-08-26 11:34:25 +00:00
regress-force-representation.js Also delete force representations that have no uses. 2014-03-06 09:47:27 +00:00
regress-frame-details-null-receiver.js
regress-freeze-setter.js This CL simplifies var / const by ensuring the behavior is consistent in itself, and with regular JS semantics; between regular var/const and eval-ed var/const. 2014-07-14 14:01:04 +00:00
regress-freeze.js
regress-function-constructor-receiver.js Don't leak the global object in the Function constructor. 2014-06-27 13:50:37 +00:00
regress-function-length-strict.js Revert "Make Function.length and Function.name configurable properties." 2014-02-07 15:29:18 +00:00
regress-fundecl.js
regress-grow-deopt.js In GrowMode, force the value to the right representation to avoid deopts between storing the length and storing the value. 2014-07-25 11:48:25 +00:00
regress-grow-store-smi-check.js
regress-gvn-ftt.js Add unit test for regression in GVN caused by field type tracking. 2014-06-16 13:21:42 +00:00
regress-handle-illegal-redeclaration.js We should perform the illegal redeclaration check earlier so that we do not confuse the AST typer with missing type feedback nodes. 2014-03-31 16:45:46 +00:00
regress-hoist-load-named-field.js
regress-inline-constant-load.js Fix loading non-configurable non-writable value from a constant with mismatching type feedback 2014-09-03 12:13:46 +00:00
regress-inline-getter-near-stack-limit.js Add stack overflow check for inlined property getter 2014-04-09 07:35:12 +00:00
regress-inlining-function-literal-context.js
regress-int32-truncation.js
regress-is-contextual.js Fix logic error in assert in IsUndeclaredGlobal() 2014-01-17 11:08:24 +00:00
regress-is-smi-repr.js Fix missing representation for the result of HIsSmiAndBranch. 2014-03-26 13:14:08 +00:00
regress-iteration-order.js
regress-json-parse-index.js Fix escaped index JSON parsing 2014-09-22 15:21:19 +00:00
regress-json-stringify-gc.js
regress-keyed-access-string-length.js Fix regression caused by supporting inlining accesses to non-JSObjects 2014-01-31 00:29:04 +00:00
regress-keyed-store-global.js Don't generate keyed store ICs for global proxies. 2014-03-17 17:19:39 +00:00
regress-latin-1.js
regress-lazy-deopt-inlining2.js Don't adopt the AST id from previous if id is none, since previous may have mismatching expected stack height. 2014-04-25 09:52:11 +00:00
regress-lazy-deopt-inlining.js Mark the simulate before EnterInlined with BailoutId::None(), and set ReturnId on EnterInlined. When merging simulates into the simulate before enter-inlined, adopt the last AST id that gets merged into it. 2014-04-24 15:20:53 +00:00
regress-lazy-deopt-reloc.js
regress-lea-matching.js [turbofan] Fix matching of the lea instruction. 2014-11-24 17:45:33 +00:00
regress-load-elements.js
regress-load-field-by-index.js Reland and fix "Fix LoadFieldByIndex to take mutable heap-numbers into account."" 2014-03-31 14:21:04 +00:00
regress-map-invalidation-1.js Fix test after r18586 2014-01-14 14:00:10 +00:00
regress-map-invalidation-2.js Revert "Use stability to only conditionally flush information from the CheckMaps table." 2014-02-25 16:11:58 +00:00
regress-mask-array-length.js Fix ArrayLengthSetter to not throw on non-extensible receivers. 2014-07-23 20:27:32 +00:00
regress-merge-descriptors.js Massive renaming of PropertyType values and other implied stuff. 2015-01-19 17:49:22 +00:00
regress-migrate-callbacks.js Fix generalization with callbacks. 2014-03-14 14:17:49 +00:00
regress-mul-canoverflow.js
regress-mul-canoverflowb.js
regress-no-dummy-use-for-arguments-object.js There is no definition for HArgumentsObject, so LDummyUse confuses the register allocator. I have recently made similar fix for HCapturedObject (see https://codereview.chromium.org/222283002/). 2014-04-11 06:29:51 +00:00
regress-observe-map-cache.js Avoid setting transitions in-place for cached maps when observed 2014-04-23 09:21:24 +00:00
regress-omit-checks.js
regress-opt-after-debug-deopt.js Context deoptimization and removal of the deoptimization block in Turbofan 2014-09-01 09:31:14 +00:00
regress-param-local-type.js
regress-parse-object-literal.js Update tests in preparation for shipping classes. 2014-12-11 15:54:09 +00:00
regress-parse-use-strict.js
regress-parseint.js Fix argument expectation Runtime_StringParseInt. 2014-04-09 12:33:51 +00:00
regress-phi-truncation.js
regress-polymorphic-load.js
regress-polymorphic-store.js
regress-prepare-break-while-recompile.js Fix assertions wrt concurrent OSR. 2014-03-20 15:23:31 +00:00
regress-push-args-twice.js
regress-put-prototype-transition.js Fix putting of prototype transitions. The length is also subject to GC, just like entry. 2014-02-27 16:07:44 +00:00
regress-r3391.js
regress-r4998.js
regress-regexp-codeflush.js
regress-regexp-construct-result.js
regress-regexp-nocase.js ARM64: always restore regexp register cache after a C function call. 2014-07-17 09:55:48 +00:00
regress-reset-dictionary-elements.js Allocate a new empty number dictionary when resetting elements 2014-09-05 11:38:22 +00:00
regress-seqstrsetchar-ex1.js Reland "Change the order of arguments of the (One|Two)ByteSeqStringSetChar intrinsic." 2014-09-12 10:58:43 +00:00
regress-seqstrsetchar-ex2.js
regress-seqstrsetchar-ex3.js Reland "Change the order of arguments of the (One|Two)ByteSeqStringSetChar intrinsic." 2014-09-12 10:58:43 +00:00
regress-set-flags-stress-compact.js Fix %SetFlags("--stress-compaction") 2014-05-12 10:39:08 +00:00
regress-shift-enumerable.js Widen definition of %HasComplexElements() to include non-enumerability 2014-10-24 18:04:13 +00:00
regress-sliced-external-cons-regexp.js Turn old space cons strings into regular external strings (not short). 2014-09-09 11:41:56 +00:00
regress-smi-math-floor-round.js
regress-smi-only-concat.js
regress-sort-arguments.js Don't fast RemoveArrayHoles in case of arguments arrays. 2014-03-12 13:42:18 +00:00
regress-splice-large-index.js Correctly handle Array unshift/splices that move elements past the max length of an Array 2014-11-11 19:08:14 +00:00
regress-sqrt.js
regress-store-global-proxy.js Reland and fix "Allow ICs to be generated for own global proxy." 2014-03-10 12:23:05 +00:00
regress-store-heapobject.js Ensure the constant operand for heap-object store-named-field is not a smi. 2014-03-24 16:25:48 +00:00
regress-store-uncacheable.js
regress-swapelements.js
regress-transcendental.js
regress-undefined-store-keyed-fast-element.js
regress-unsigned-mul-add.js [turbofan] Remove int32 narrowing during typed lowering. 2014-11-17 09:04:52 +00:00
regress-update-field-type-attributes.js Fix Object.freeze with field type tracking. 2014-07-29 13:30:29 +00:00
regress-weakening-multiplication.js Reland "[turbofan] Weakening of types must weaken ranges inside unions." 2014-11-13 09:02:14 +00:00
regress-x87.js
setter.js
setvalueof-deopt.js Fix environment of the optimized version of the _SetValueOf intrinsic. 2014-02-11 16:11:53 +00:00
short-circuit.js
splice-missing-wb.js
string-compare-memcmp.js Reland "Remove V8_HOST_CAN_READ_UNALIGNED and its uses." 2014-09-15 10:54:49 +00:00
string-set-char-deopt.js [Turbofan] Insert nops for lazy bailout patching, fix translation of literals. 2014-09-23 08:46:18 +00:00
string-split-monkey-patching.js