v8/test/mjsunit/regress
leszeks 537c855882 [ignition] BytecodeGraphBuilder: Merge correct environment in try block
Making new nodes inside of exception-handled blocks fiddles around with the
current environment to merge the exception paths. In particular, the current
environment pointer is mutated. This patch ensures that when we merge the fast
and slow paths of the LdaContextLookup, we actually merge the correct
environment and do not accidentally merge the exceptional environment.

BUG=chromium:651394

Review-Url: https://codereview.chromium.org/2379043002
Cr-Commit-Position: refs/heads/master@{#39878}
2016-09-29 15:18:06 +00:00
..
wasm [wasm] fix for GC during instantiation. 2016-09-29 04:24:42 +00:00
binop-in-effect-context-deopt.js Remove some busy-OSR loops from tests using %OptimizeOsr(). 2015-02-09 14:11:23 +00:00
bitops-register-alias.js Fix fuzzer-found error where left and right were the same register in bitops. 2010-08-10 12:30:14 +00:00
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 Reland and fix "Add support for keyed-call on arrays of fast elements" 2013-11-15 10:52:05 +00:00
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 Fix "Hole" leak in TryBuildConsolidatedElementLoad 2013-08-21 15:31:03 +00:00
cross-script-vars.js [stubs] Properly handle read-only properties in StoreGlobalViaContextStub. 2015-07-27 18:45:36 +00:00
d8-readbuffer.js Fix d8's Shell::ReadBuffer after r18227 2014-01-08 09:48:38 +00:00
debug-prepare-step-in.js [debugger] remove step count parameter from prepare step. 2015-12-16 08:39:54 +00:00
external-and-normal-array-polymorphism.js Remove bogus test flags 2013-03-25 17:59:15 +00:00
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 Bugfix: HCheckInstanceType::GetCheckMaskAndTag used an incorrect mask. 2013-12-06 09:43:07 +00:00
json-stringifier-emptyhandle.js Check for empty handle in JSON stringifier 2013-08-07 16:34:13 +00:00
math-min.js [crankshaft][arm][mips][mips64] Fix Math.min(0, 0) 2016-02-15 14:43:02 +00:00
negative_lookup.js Change LookupForWrite to always do a full lookup and check the result. 2013-03-25 12:55:27 +00:00
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 [mjsunit] Remove unsupported flag --turbo-deoptimization from tests. 2015-06-15 09:43:11 +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 Properly close the CountOperation value/effect context after leaving the store effect context. 2013-09-05 12:33:14 +00:00
property-descriptor-to-object.js Fix PropertyDescriptor::ToObject 2015-11-18 13:56:51 +00:00
readonly1.js Change LookupForWrite to always do a full lookup and check the result. 2013-03-25 12:55:27 +00:00
readonly2.js Change LookupForWrite to always do a full lookup and check the result. 2013-03-25 12:55:27 +00:00
readonly3.js Change LookupForWrite to always do a full lookup and check the result. 2013-03-25 12:55:27 +00:00
readonly4.js Change LookupForWrite to always do a full lookup and check the result. 2013-03-25 12:55:27 +00:00
readonly5.js Always check global property cells for readonliness before storing. 2013-04-09 08:09:05 +00:00
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 Fix regexp bug reported by Ian where [6-9] would match any digit. 2009-06-20 17:57:09 +00:00
regress-35.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-57.js Quick fix: copyright header 2008-09-10 13:05:26 +00:00
regress-69.js Fix http://code.google.com/p/v8/issues/detail?id=69 : 2008-09-16 11:23:02 +00:00
regress-74.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-86.js Fix issue 86 by keeping track of the fact that finally blocks 2008-10-01 07:43:00 +00:00
regress-87.js Make regexp flag parsing stricter. 2011-08-19 11:02:41 +00:00
regress-91.js Fix for issue 91 (http://code.google.com/p/v8/issues/detail?id=91) 2009-01-07 09:58:58 +00:00
regress-105.js [builtins] Construct builtin frame in String/Number ctors 2016-07-08 06:38:19 +00:00
regress-114.js Fixed bug 114 2008-10-14 09:13:23 +00:00
regress-116.js Fix issue 116 by returning the value from SetFastElement. 2008-10-17 06:36:35 +00:00
regress-124.js Fix receiver for calls to strict-mode and builtin functions that are 2011-05-31 07:57:22 +00:00
regress-137.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-149.js Merge regexp2000 back into bleeding_edge 2008-11-25 11:07:48 +00:00
regress-171.js Fix for issue 171: 2009-01-07 23:26:31 +00:00
regress-176.js Cleanup of mjsunit.js code and make assertEquals more strict. 2011-04-15 11:35:36 +00:00
regress-186.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
regress-187.js Cleanup of mjsunit.js code and make assertEquals more strict. 2011-04-15 11:35:36 +00:00
regress-189.js Fix handling of const initialization. We did not handle the fact that 2009-01-22 13:53:06 +00:00
regress-191.js Fix issue 191: 2009-01-15 11:31:08 +00:00
regress-192.js Avoid calling inherited setters when creating object literals and their boilerplates. 2011-01-06 14:00:50 +00:00
regress-193.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-201.js Do not violate the assumption that fast-case arrays have Smi length 2009-01-23 13:08:29 +00:00
regress-219.js Make regexp flag parsing stricter. 2011-08-19 11:02:41 +00:00
regress-220.js Ship ES2015 restrictions on function declaration locations 2016-03-16 16:39:23 +00:00
regress-225.js Fix bug 225 in regexp replace with function. 2009-02-05 13:24:13 +00:00
regress-227.js Issue 227 Fixed. Properly handles non-ASCII characters in quick-check on ASCII strings. 2009-02-11 11:54:30 +00:00
regress-231.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-233.js Missing handle check. Triggers bug if the runtime stack overflows and it is detected by a global regexp. 2009-02-13 09:40:15 +00:00
regress-244.js Fix a number of tests that incorrectly used assertUnreachable. 2011-05-31 08:08:42 +00:00
regress-246.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-253.js Fixed issue 253. No longer assuming that the target of a property lookup is a JSObject. 2009-03-04 11:57:24 +00:00
regress-254.js Add regression test case for http://crbug.com/18639 which 2009-09-08 07:22:35 +00:00
regress-259.js Reapply r1434 and port to ARM. 2009-03-06 14:18:03 +00:00
regress-260.js Work around issue 260 for now by disabling duplication of the loop 2009-03-09 14:12:20 +00:00
regress-263.js Fix issue 263: 2009-03-09 10:51:57 +00:00
regress-265.js Fix issue 265 by handling extra statement state on the frame based on 2009-03-11 06:17:19 +00:00
regress-267.js Issue 267: Calls to arguments in eval-tainted function scope uses global object as receiver. 2009-03-10 12:28:34 +00:00
regress-269.js Added check for trailing whitespaces and corrected existing violations. 2011-09-01 11:28:10 +00:00
regress-279.js Reapply revisions 1432, 1433, 1469 and 1472 while fixing issue 279. 2009-03-23 07:27:47 +00:00
regress-284.js Fix issue 284. 2009-03-24 08:29:24 +00:00
regress-286.js Fix issue 286. Ensure frame elements are invalidated by 2009-03-24 12:42:28 +00:00
regress-294.js Fix issue 294 by ensuring that we don't lose the copy flag on memory 2009-03-31 14:01:25 +00:00
regress-312.js Change the function name collector to tolerate expressions that contain 2009-04-15 13:14:23 +00:00
regress-317.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-318.js Fix regression test by wrapping expression in a thunk^H^H^H^H^Hstring. 2009-04-22 17:44:28 +00:00
regress-326.js Fix Issue 326. Handle sorting of non-array objects correctly. 2009-04-27 11:16:59 +00:00
regress-334.js Replace AddProperty by AddNamedProperty to speed up the common case 2014-07-14 14:05:30 +00:00
regress-341.js Fix for issue 341. In the stub for instanceof, we could try to read 2009-05-12 11:40:14 +00:00
regress-345.js Fix issue 345 by avoiding duplicates in the list of escaping labels 2009-07-15 08:57:25 +00:00
regress-349.js Fix for issue 349: Make initial boundary check for BM text search. 2009-05-19 09:01:03 +00:00
regress-351.js Fix for issue 351 - lastIndexOf. 2009-05-26 15:42:06 +00:00
regress-386.js Fix issue 386, a bug in JSObject::ReplaceSlowProperty with constant transitions. 2009-06-22 07:41:15 +00:00
regress-392.js Fix issue 392 by disabling the TakeValue optimization for 2009-06-29 06:20:52 +00:00
regress-394.js Handle JavaScript accessors on the global object. 2009-07-01 11:20:33 +00:00
regress-396.js Add regression test case for issue 396. 2009-07-02 09:08:15 +00:00
regress-397.js Quickfix for DoMathPowHalf. 2011-12-02 13:16:49 +00:00
regress-399.js Cleanup of mjsunit.js code and make assertEquals more strict. 2011-04-15 11:35:36 +00:00
regress-406.js Fix ARM compiler crash in short-circuited boolean expressions. 2009-07-23 11:40:14 +00:00
regress-416.js Add safe handling of NaN to Posix platform-dependent time functions. 2009-08-04 09:41:18 +00:00
regress-475.js Fix issue 475 2009-10-20 12:13:31 +00:00
regress-483.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-485.js Removed 'executable' bits from mjsunit tests. 2014-03-27 12:32:27 +00:00
regress-486.js Fix bug 486, Cyrillic character ranges in case independent regexps. 2009-11-06 11:15:20 +00:00
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 Fix issue 491: constantpool dump violates ARM debugger assertion for return point 2009-11-04 14:45:50 +00:00
regress-492.js Allow lazy compilation (and thus optimisation) of functions inside eval. 2012-12-07 10:35:50 +00:00
regress-496.js Fix case where we treat an unaliased call to eval as an aliased call 2009-11-05 11:19:37 +00:00
regress-502.js Fix inline constructor code bailout. 2009-11-11 09:00:09 +00:00
regress-503.js Fix bug 503: undefined <= undefined should return false on ARM. 2009-11-16 14:12:27 +00:00
regress-515.js Fix crash in string replace with regexp. If the suffix of the subject 2009-11-18 18:48:04 +00:00
regress-524.js Extend the maximum size map space 2009-12-17 08:53:18 +00:00
regress-526.js Fix bug in the fast compiler's object literal code 2009-11-26 21:13:20 +00:00
regress-540.js The toplevel code generator assumed that declarations did not shadow 2009-12-07 13:31:47 +00:00
regress-545.js Fix for issue 545: don't reuse this VariableProxy. 2009-12-08 09:43:51 +00:00
regress-580.js Update V8 to version 3.0 (re-land r5920). 2010-12-07 11:31:57 +00:00
regress-581.js Fix off-by-one in Array.concat's max index check 2015-08-06 09:57:19 +00:00
regress-603.js Make RegExp objects not callable. 2011-05-26 07:35:09 +00:00
regress-612.js Normalize the object before updating getter/setter info. 2010-02-17 06:53:19 +00:00
regress-618.js Remove the optimized construct stub. 2013-06-05 08:43:25 +00:00
regress-619.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
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-636.js Correct handling of adding a string and a smal integer 2010-03-09 09:40:35 +00:00
regress-643.js Fix bug in assigned variables analysis. 2010-03-12 13:12:08 +00:00
regress-646.js Don't generate inline constructors if this.__proto__ is assigned. 2010-03-17 13:23:53 +00:00
regress-675.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-681.js Add missing smi check in IC for nonexistent properties. 2010-04-20 10:20:39 +00:00
regress-685.js Fix bug in KeyedLoadIC generic stub where signed instead of unsigned 2010-04-23 12:57:41 +00:00
regress-687.js Change Object.defineProperty to accept undefined as getters and setters and to correctly accept overriding an accessor with a data property. 2010-12-16 12:21:08 +00:00
regress-696.js Added check for trailing whitespaces and corrected existing violations. 2011-09-01 11:28:10 +00:00
regress-697.js Fixed issue 619 allowing Object.create to be called with a function. 2010-05-09 08:43:59 +00:00
regress-712.js Fixes issue 712 causing non-configurable accessors to be overwritable by using 2010-05-25 06:25:27 +00:00
regress-720.js Added check for trailing whitespaces and corrected existing violations. 2011-09-01 11:28:10 +00:00
regress-728.js Add regression tests for issues 728, 732 2010-06-07 10:54:42 +00:00
regress-732.js Add regression tests for issues 728, 732 2010-06-07 10:54:42 +00:00
regress-747.js Ensure mjsunit tests use dashes not underscores in flags directives. 2015-06-29 17:08:18 +00:00
regress-752.js Make RegExp objects not callable. 2011-05-26 07:35:09 +00:00
regress-753.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-754.js Fixes bug in Array.prototype.lastIndexOf when called with null or undefined as fromIndex argument. (fixes issue 754). 2010-06-25 09:28:38 +00:00
regress-760-1.js Added check for trailing whitespaces and corrected existing violations. 2011-09-01 11:28:10 +00:00
regress-760-2.js Added check for trailing whitespaces and corrected existing violations. 2011-09-01 11:28:10 +00:00
regress-784.js Fix error in optimized x.apply(y, arguments) code generation on ARM. Fixes issue 784. Adds regression test. 2010-07-28 12:50:27 +00:00
regress-794.js Ensure that bound functions does not have a prototype (fixes issue 794) 2011-06-15 10:47:37 +00:00
regress-798.js Added check for trailing whitespaces and corrected existing violations. 2011-09-01 11:28:10 +00:00
regress-806.js Fix issue 806. 2010-08-02 09:14:44 +00:00
regress-815.js ARM: Ensure that we are not in a spilled scope when calling 2010-08-16 11:43:30 +00:00
regress-842.js Fixes bug in Object.freeze and Object.seal causing them to misbehave when Array.prototype has changed. 2010-08-26 08:35:49 +00:00
regress-851.js Fix regress-851.js to use assertNull instead of assertFalse. 2010-08-27 13:23:14 +00:00
regress-857.js make Date.parse properly handle TZ offsets 2010-09-10 07:00:28 +00:00
regress-874.js Fix getOwnPropertyDescriptor() support for index properties. 2010-09-23 11:25:01 +00:00
regress-900.js Allow getters and setters on JSArray elements. 2011-01-04 13:59:34 +00:00
regress-918.js Added check for trailing whitespaces and corrected existing violations. 2011-09-01 11:28:10 +00:00
regress-927.js Add check for overflow after MUL operations in side-effect free int32 expressions. 2010-11-09 19:32:49 +00:00
regress-931.js Change the order of evaluation of sub-expressions for keyed call 2010-11-17 13:59:07 +00:00
regress-944.js make DateParser::TimeComposer handle 1-2 digits millisecond values 2010-11-26 11:48:35 +00:00
regress-955.js Don't allow whitespace after sign characters in parseInt. 2011-05-03 07:11:17 +00:00
regress-962.js Introduce runtime function %OptimizeFunctionOnNextCall to manually trigger optimization. 2011-04-11 13:24:50 +00:00
regress-969.js Rename regression test and reenable disabled test. 2010-12-13 16:52:04 +00:00
regress-974.js Fix issue 974. 2010-12-15 16:14:29 +00:00
regress-982.js Fix issue 982. 2010-12-15 14:35:46 +00:00
regress-992.js Fix bugs 992, 1083 and 1092 2011-02-03 19:29:10 +00:00
regress-995.js Rename %_IsSpecObject to %_IsJSReceiver. 2015-11-30 11:56:45 +00:00
regress-1015.js Avoid calling inherited setters when creating object literals and their boilerplates. 2011-01-06 14:00:50 +00:00
regress-1017.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-1020.js Fix bug in instanceof stub 2011-01-05 14:19:12 +00:00
regress-1060.js Fix an assertion failure in the full code generator. 2011-01-19 15:26:54 +00:00
regress-1079.js Introduce runtime function %OptimizeFunctionOnNextCall to manually trigger optimization. 2011-04-11 13:24:50 +00:00
regress-1083.js Fix bugs 992, 1083 and 1092 2011-02-03 19:29:10 +00:00
regress-1092.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-1099.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-1103.js Make sure that we never call prevent extension on the global proxy, 2011-02-08 12:41:16 +00:00
regress-1104.js Fix a possible duplicate AST ID for deoptimization. 2011-02-08 14:00:22 +00:00
regress-1106.js Introduce runtime function %OptimizeFunctionOnNextCall to manually trigger optimization. 2011-04-11 13:24:50 +00:00
regress-1107.js Propagate exceptions thrown when setting elements. 2011-02-08 19:42:14 +00:00
regress-1110.js Don't preparse large files to find boundaries of lazy functions. 2011-11-25 09:36:31 +00:00
regress-1112.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-1117.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-1118.js Remove some busy-OSR loops from tests using %OptimizeOsr(). 2015-02-09 14:11:23 +00:00
regress-1119.js Ensure mjsunit tests use dashes not underscores in flags directives. 2015-06-29 17:08:18 +00:00
regress-1120.js Make sure that we do not call is_extensible on the global proxy. 2011-02-08 13:09:07 +00:00
regress-1121.js Check if Array.prototype.__proto__ has been reset to null. 2011-02-08 19:56:44 +00:00
regress-1122.js Turn Flags into a uint32_t typedef. 2013-03-19 13:11:49 +00:00
regress-1125.js Use GC-safe version when setting elements. 2011-02-09 11:38:10 +00:00
regress-1126.js Fix incorrect asserts in scanner. 2011-02-09 14:16:25 +00:00
regress-1129.js Fix typo in ASSERT in object-verifier for RegExp. 2011-02-10 16:43:01 +00:00
regress-1130.js [destructuring] Implement parameter pattern matching. 2015-06-22 14:16:02 +00:00
regress-1131.js Bailout from PrepareSlowElementsForSort when hiting a key outside of smi-range. 2011-02-10 12:33:34 +00:00
regress-1132.js [test] Bump stack size of regression test. 2016-06-15 11:19:43 +00:00
regress-1146.js Fix a potential crash bug in keyed calls for non-string keys. 2011-02-14 13:13:41 +00:00
regress-1149.js Fix a duplicate AST ID recorded for for/in. 2011-02-14 12:51:25 +00:00
regress-1150.js Add support for the global object in Object.keys (fixes issue 1150) 2011-02-14 07:49:13 +00:00
regress-1151.js Fix second half of issue 1151, the first change (r6765) only fixed FunctionGetPrototype, not FunctionSetPrototype. 2011-02-22 12:27:36 +00:00
regress-1156.js Make sure we always have room for patching the reloc info during lazy deoptimization (fixes issue 1156). 2011-02-15 14:36:12 +00:00
regress-1160.js Fix a number of tests that incorrectly used assertUnreachable. 2011-05-31 08:08:42 +00:00
regress-1166.js Introduce runtime function %OptimizeFunctionOnNextCall to manually trigger optimization. 2011-04-11 13:24:50 +00:00
regress-1167.js Introduce runtime function %OptimizeFunctionOnNextCall to manually trigger optimization. 2011-04-11 13:24:50 +00:00
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 Fix a number of tests that incorrectly used assertUnreachable. 2011-05-31 08:08:42 +00:00
regress-1172.js Use [[DefineOwnProperty]] to put 'constructor' field on the protoype object. 2011-02-18 10:53:38 +00:00
regress-1174.js Add more generic version of reloc info padding to ensure enough space for reloc patching during deoptimization (fixes issue 1174). 2011-02-22 12:28:33 +00:00
regress-1176.js Fix for bug http://code.google.com/p/v8/issues/detail?id=1176. 2011-02-22 17:20:25 +00:00
regress-1181.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-1184.js Properly reset external catcher if exception couldn't be externally caught. 2011-02-23 06:55:47 +00:00
regress-1207.js Add lazy deoptimization environment to instanceof by marking it as a call. 2011-03-01 15:37:24 +00:00
regress-1209.js When checking number of parameters in MakeCrankshaft code don't forget about receiver. 2011-02-28 13:20:10 +00:00
regress-1210.js Replace loops by OptimizeFunctionOnNextCall in regress-1085 and regress-1210. 2011-05-06 09:10:28 +00:00
regress-1213.js Do not allow non-configurable global properties to be made configurable (fixes issue 1213). 2011-03-01 08:09:17 +00:00
regress-1215.js Add regression test for issue 1215, expand regression test for issue 1447. 2011-09-06 07:43:51 +00:00
regress-1218.js Remove Error.prototype.toStrings prototype property. 2011-02-28 13:29:05 +00:00
regress-1233.js Fix a problem where Object.getOwnPropertyDescriptor and related functions unintentionally called toString on the values of an object's properties. Fixes issue 1233. 2011-03-11 13:57:20 +00:00
regress-1236.js Fix bug in X64 RegExpExec stub. 2011-03-08 14:15:25 +00:00
regress-1237.js Introduce runtime function %OptimizeFunctionOnNextCall to manually trigger optimization. 2011-04-11 13:24:50 +00:00
regress-1240.js Revert of Remove more dead code after Object.observe removal (patchset #5 id:80001 of https://codereview.chromium.org/1904313004/ ) 2016-04-29 06:31:02 +00:00
regress-1257.js Make HDeoptimize to explicitly use environment values. 2011-03-17 12:22:49 +00:00
regress-1278.js ARM: Check for minus zero when converting binary operation result to smi 2011-03-29 07:43:27 +00:00
regress-1309.js 1309 fix 2011-04-06 16:22:06 +00:00
regress-1323.js Fix load/store of external float arrays on ARM 2011-04-12 15:20:26 +00:00
regress-1337.js Make throw inlineable only if the exception is inlineable. 2011-04-20 09:15:52 +00:00
regress-1351.js Be more discriminating about uses of the arguments object in optimized code. 2011-05-02 11:35:51 +00:00
regress-1355.js Change calls to undefined property setters to not throw (fixes issue 1355). 2011-05-25 08:37:38 +00:00
regress-1360.js Do not pass the global object as the receiver to strict-mode and 2011-06-30 12:29:19 +00:00
regress-1365.js Fix receiver for calls to strict-mode and builtin functions that are 2011-05-31 07:57:22 +00:00
regress-1369.js Only send null or undefined as receiver for es5 natives, not generally 2011-05-13 07:26:44 +00:00
regress-1383.js Do not allow invocation of ArrayBuffer and array buffer views' constructors as functions. 2013-06-27 07:42:08 +00:00
regress-1387.js Change strict mode poison pill to be the samme type error function (fixes issue 1387). 2011-05-24 11:07:06 +00:00
regress-1389.js Fix error in postfix ++ in Crankshaft. 2011-05-17 11:41:59 +00:00
regress-1401.js Add regression test for issue 1401 2011-05-23 13:03:45 +00:00
regress-1403.js Implement immutable prototype chains 2016-07-01 19:20:11 +00:00
regress-1412.js Update apply with arguments optimization for strict mode functions and builtins. 2011-05-31 10:38:41 +00:00
regress-1415.js Fix issue 1415 - allow surrogate pair codes in decodeURIComponent. 2011-10-04 07:15:07 +00:00
regress-1419.js Bound functions should also have configurable length 2015-06-11 20:07:15 +00:00
regress-1423.js Fix a bug in Lithium environment iteration. 2011-06-06 11:30:17 +00:00
regress-1434.js Add boolean flag to HChange and LNumberUntagD to not convert undefined to NaN. 2011-06-09 12:27:28 +00:00
regress-1436.js Fix Array.prototype.{reduce,reduceRight} to pass undefined as receiver for strict mode callbacks. 2011-06-09 09:05:15 +00:00
regress-1447.js Add regression test for issue 1215, expand regression test for issue 1447. 2011-09-06 07:43:51 +00:00
regress-1472.js Refix issue 1472. The previous fix worked for the example in the bug 2011-06-17 08:01:12 +00:00
regress-1476.js Add missing branches in code generated for LModI with power-of-2 divisor. 2011-06-15 19:57:39 +00:00
regress-1491.js Correctly handle non-array receivers in Array length setter. 2011-06-21 08:07:45 +00:00
regress-1513.js Fix problem with arguments object ICs not checking for dictionary mode elements. 2011-06-30 14:56:06 +00:00
regress-1521.js Remove redundant allow-natives flag from CompilationInfo. 2011-10-17 09:02:26 +00:00
regress-1523.js Fix debug break on binary boolean operators 2011-07-06 10:16:57 +00:00
regress-1528.js Fix a bug in with and catch context allocation. 2011-07-04 09:34:47 +00:00
regress-1529.js Fix bug 1529: check for NULL handle in v8::TryCatch::StackTrace. 2011-07-04 13:29:56 +00:00
regress-1530.js [es6] Function length property should be configurable 2015-03-13 17:19:53 +00:00
regress-1531.js Fix a bug in for/in iteration of arguments objects. 2011-07-08 07:31:48 +00:00
regress-1546.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-1548.js Try to switch Array builtins into strict mode. 2014-04-14 11:24:40 +00:00
regress-1560.js Add map check for COW elements to crankshaft array handling code. 2011-07-14 14:45:20 +00:00
regress-1563.js Further extend TypedArray support in d8: 2012-06-28 16:29:53 +00:00
regress-1582.js Check for phi-uses of arguments object before eliminating dead phi's. 2011-08-02 09:32:28 +00:00
regress-1583.js Fix a bug in named getter/setter compilation. 2011-08-09 12:43:08 +00:00
regress-1586.js Debugger: require debugger to be active when dealing with breaks. 2015-06-16 07:11:21 +00:00
regress-1591.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-1592.js Fix fun.apply(receiver, arguments) optimization. 2011-08-10 16:05:17 +00:00
regress-1620.js Make scanner handle invalid unicode escapes in identifiers correctly. 2011-08-18 12:47:23 +00:00
regress-1624-strict.js Fix declarations escaping global strict eval. 2012-03-15 13:02:21 +00:00
regress-1624.js Fix declarations escaping global strict eval. 2012-03-15 13:02:21 +00:00
regress-1625.js Use InternalArray in Object.defineProperties to avoid issues with overwriten properties on Array.prototype 2011-08-18 08:39:06 +00:00
regress-1639-2.js Modify two regression tests to actually fail when failing. 2012-05-03 11:52:56 +00:00
regress-1639.js Modify two regression tests to actually fail when failing. 2012-05-03 11:52:56 +00:00
regress-1647.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-1650.js Do constant function check earlier in TryCallApply and ensure correct environment for deopt. 2011-09-01 10:33:59 +00:00
regress-1692.js Clean-up refactoring to eliminate GetLocalElementKind. 2012-11-16 13:28:34 +00:00
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 Fixed string.split: always convert non-regexp separator to string. 2011-09-22 08:18:58 +00:00
regress-1748.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-1757.js Internalize strings being stored into uninitialized property cells 2014-12-15 15:46:11 +00:00
regress-1790.js Fix sequence of element access in array builtins. 2012-02-17 10:06:26 +00:00
regress-1849.js Implement tracking and optimizations of packed arrays 2012-05-23 14:24:29 +00:00
regress-1853.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-1898.js Fixing issue 1898 (using HChange outside the insert-representation-changes phase). 2012-01-13 07:48:44 +00:00
regress-1924.js Fix handling of 'c: if (0) break c; else ()' where a parser optimization 2012-02-08 08:40:11 +00:00
regress-1973.js Fix wrapping of receiver for non-strict callbacks. 2012-03-14 17:42:19 +00:00
regress-1980.js Move Error methods to C++ 2016-07-20 13:05:47 +00:00
regress-2027.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-2030.js Fix polymorphic load on named fields. 2012-03-27 10:42:38 +00:00
regress-2032.js Fix broken test. 2012-03-27 09:10:58 +00:00
regress-2045.js Ensure that arguments object is materialized when deoptimizing from inlined function. 2012-03-30 13:22:39 +00:00
regress-2054.js Fix rewriter to not treat throw as an expression. 2012-04-04 13:41:05 +00:00
regress-2055.js Fix array boilerplate object transitioning. 2012-04-03 16:54:28 +00:00
regress-2056.js Check for NaN in inlined versions of Math.min, Math.max. 2012-04-05 13:24:52 +00:00
regress-2058.js Ensure that a call to String.prototype.match with a 2012-04-10 10:42:25 +00:00
regress-2071.js Disable optimization for functions that have scopes that cannot be reconstructed from the context chain. 2012-05-18 13:06:16 +00:00
regress-2073.js Make embedded maps in optimized code weak. 2013-01-24 11:55:05 +00:00
regress-2110.js Fixed corner cases in truncation behavior when storing to TypedArrays. 2012-04-30 15:17:59 +00:00
regress-2119.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-2132.js Turn on parallel recompilation for tests that assert optimization status. 2013-07-22 09:16:33 +00:00
regress-2153.js Fixed JSObject::SetPropertyForResult (issue 2153) 2012-05-29 12:42:22 +00:00
regress-2163.js ClearNonLiveTransitions has to hold on to non-map values. 2012-06-05 11:36:57 +00:00
regress-2170.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-2172.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-2185-2.js Speed up quicksort test to avoid timeouts on simulators. 2012-07-31 13:36:24 +00:00
regress-2185.js allocation-site-info.js broken on arm with new changes. Reverting to previous version until diagnosed. 2013-01-21 16:15:08 +00:00
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 After transitioning to constant function, return the constant function as result of the assignment. 2012-07-10 09:31:30 +00:00
regress-2234.js Fix transcendental cache on ARM in optimized code. 2012-07-16 09:44:59 +00:00
regress-2249.js Fix bootstrapping without snapshot and low GC interval. 2012-07-23 16:18:25 +00:00
regress-2250.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-2261.js Fix arguments object materialization during deopt. 2012-09-12 12:28:42 +00:00
regress-2263.js Fix Array.prototype.join evaluation order. 2012-11-16 12:45:23 +00:00
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-2286.js Get rid of ContextualMode for call ICs. 2014-01-14 16:15:05 +00:00
regress-2289.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-2291.js Fix bug in compare IC. BUG=2291 2012-08-15 15:08:42 +00:00
regress-2294.js Fix rounding in Uint8ClampedArray setter. 2012-08-22 14:27:11 +00:00
regress-2296.js Add input check to %DebugSetScriptSource. 2012-08-17 15:21:15 +00:00
regress-2315.js Turn on parallel recompilation for tests that assert optimization status. 2013-07-22 09:16:33 +00:00
regress-2318.js Debugger: require debugger to be active when dealing with breaks. 2015-06-16 07:11:21 +00:00
regress-2326.js Fix caching of optimized code for OSR. 2012-09-14 10:41:31 +00:00
regress-2339.js Turn on parallel recompilation for tests that assert optimization status. 2013-07-22 09:16:33 +00:00
regress-2346.js x64 and ARM: Fix issue 2346 (order of operations in keyed store 2012-09-25 13:35:42 +00:00
regress-2373.js Fixed error introduced in r12761. 2012-10-18 18:43:19 +00:00
regress-2374.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-2398.js Make formatting error message side-effect-free. 2012-11-12 10:33:20 +00:00
regress-2410.js When using an Object as a set in Object.getOwnPropertyNames, null out the proto 2012-11-16 09:32:39 +00:00
regress-2416.js Fix corner case in x64 compare stubs. 2012-11-20 15:57:10 +00:00
regress-2419.js Try to switch Array builtins into strict mode. 2014-04-14 11:24:40 +00:00
regress-2433.js CopyPackedSmiToDoubleElements should fill the FixedDoubleArray with holes 2012-11-29 08:34:19 +00:00
regress-2437.js [regexp] Avoid unneeded accesses to lastIndex 2016-09-14 07:39:44 +00:00
regress-2438.js [regexp] Avoid unneeded accesses to lastIndex 2016-09-14 07:39:44 +00:00
regress-2441.js Make __proto__ a foreign callback on Object.prototype. 2013-02-26 10:46:00 +00:00
regress-2443.js Fix spec violations in methods of Number.prototype. 2012-12-07 10:20:35 +00:00
regress-2444.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-2451.js Turn on parallel recompilation for tests that assert optimization status. 2013-07-22 09:16:33 +00:00
regress-2470.js Restore Function()'s expected string representation. 2013-03-08 11:47:20 +00:00
regress-2489.js Fix arguments materialization for inlined apply(). 2013-01-16 09:25:45 +00:00
regress-2499.js Fix pattern detection for replacing shifts by rotation. 2013-01-22 13:55:22 +00:00
regress-2529.js Fix completion of try..finally. 2015-10-01 13:59:56 +00:00
regress-2537.js Refactoring and cleanup of control instructions 2013-07-05 10:40:14 +00:00
regress-2539.js Fix f.apply() optimization when declared arguments are mutated. 2013-02-14 15:12:49 +00:00
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 Add workaround for redefinition of __proto__ property. 2013-03-04 17:53:40 +00:00
regress-2566.js Properly handle misses for StoreArrayLengthStub on ia32 and x64 2013-03-05 16:31:11 +00:00
regress-2568.js Fix Array.length, String.length and Function.prototype LoadICs on x64. 2013-03-06 18:19:35 +00:00
regress-2570.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-2593.js Ensure mjsunit tests use dashes not underscores in flags directives. 2015-06-29 17:08:18 +00:00
regress-2594.js Fix scoping of function declarations in eval inside non-trivial local scope 2013-08-23 09:25:37 +00:00
regress-2595.js Let ComputeTarget fail if it skips over NORMAL objects. 2013-04-09 16:38:51 +00:00
regress-2596.js MIPS: Fix NaN tests. 2015-12-10 10:06:17 +00:00
regress-2606.js Make __proto__ a real JavaScript accessor property. 2013-04-04 12:10:23 +00:00
regress-2612.js Tune mjsunit/regress/regress-2612. 2013-10-24 13:07:16 +00:00
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 [interpreter] Enable OSR test that no longer fails. 2016-07-27 08:58:53 +00:00
regress-2624.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-2646.js Adds EXTERNAL_DOUBLE_ARRAY to a list of instance types 2013-04-23 17:02:09 +00:00
regress-2653.js Ensure mjsunit tests use dashes not underscores in flags directives. 2015-06-29 17:08:18 +00:00
regress-2671-1.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-2671.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-2686.js Function constructor should avoid String.prototype methods 2013-05-15 10:52:06 +00:00
regress-2690.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-2711.js Array builtins need to be prevented from changing frozen objects, and changing structure on sealed objects. 2013-11-29 15:22:16 +00:00
regress-2717.js Fix re-initialization of existing double field. 2013-06-10 11:55:47 +00:00
regress-2758.js Make the strict-mode calling convention for contextual calls the default one. 2014-01-14 12:04:10 +00:00
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 Regression test for issue 2813 / r16008 2013-08-02 12:17:19 +00:00
regress-2825.js Correctly parse line ends for debugging. 2015-01-08 10:46:13 +00:00
regress-2836.js Fix overflow check computation for Smi Phis 2013-08-13 18:18:24 +00:00
regress-2843.js Delete HAbnormalExit. It does more harm than good. 2013-08-28 15:00:30 +00:00
regress-2855.js Reland "Clean up after r16292 (disable optimization for StringWrappers)." 2013-09-12 16:17:58 +00:00
regress-2931.js Do not look up ArrayBuffer on global object in typed array constructor. 2013-10-15 11:27:12 +00:00
regress-2980.js Add missing negative dictionary lookup to NonexistentHandlerFrontend 2013-11-04 14:14:09 +00:00
regress-2984.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-2987.js Make HCapturedObjects non-deletable for DCE. 2013-11-07 16:07:19 +00:00
regress-2988.js Fix invalid reuse of weak global handle in GetScriptWrapper. 2013-11-11 16:27:36 +00:00
regress-2989.js Simpler repro for bug 2989. 2014-01-31 16:12:58 +00:00
regress-3010.js Match max property descriptor length to corresponding bit fields 2013-11-18 11:44:06 +00:00
regress-3025.js Increase precision for base conversion for large integers. 2013-11-26 15:48:13 +00:00
regress-3026.js Fix small spec violation in String.prototype.split. 2013-12-23 10:01:22 +00:00
regress-3027.js Remove Heap::MaxRegularSpaceAllocationSize and use Page::MaxRegularHeapObjectSize instead. 2014-01-23 13:02:27 +00:00
regress-3029.js Handle captured objects in OptimizedFrame::Summarize. 2013-12-02 12:11:02 +00:00
regress-3032.js Reduce the number of iterations in some OSR tests by using an explicit %OptimizeOsr(). 2015-02-10 09:53:22 +00:00
regress-3039.js Avoid FP exceptions when doing integer division. 2013-12-09 10:15:19 +00:00
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 Remove support for legacy const, part 1 2016-03-22 17:52:13 +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 [runtime] Remove the very dangerous %_CallFunction intrinsic. 2015-11-05 11:48:21 +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 [regexp] Fix regexp source escaping with preceding backslashes. 2016-07-12 05:36:17 +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 Install iterator meta objects via utils object. 2015-10-16 11:27:33 +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-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-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 SimpleMove now calls [[Has]] before [[Get]] when moving elements 2014-10-27 13:05:13 +00:00
regress-3650-1.js [crankshaft] For-in index increment cannot overflow. 2016-01-22 07:55:11 +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 [crankshaft] Fix another deopt loop in slow mode for-in. 2016-01-29 11:00:05 +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-3718.js Check for null and undefined when getting type name for stack trace. 2015-06-08 13:02:27 +00:00
regress-3756.js RegExpParser: Fix Reset()ting to the end. 2014-12-16 12:14:19 +00:00
regress-3859.js Compute the same hash for all NaN values. 2015-02-03 06:29:18 +00:00
regress-3865.js Fix HConstant(double, ...) constructor 2015-02-05 10:28:13 +00:00
regress-3884.js Fix representation for CompareIC in JSGenericLowering. 2015-02-17 16:37:36 +00:00
regress-3926.js Remove runtime flags for sloppy mode block scoping features 2016-04-08 00:30:20 +00:00
regress-3960.js Don't create debug context if debug listener is not set 2015-05-12 07:33:18 +00:00
regress-3969.js Add regression test for dependency to field type tracked weak map. 2015-03-19 08:51:29 +00:00
regress-3976.js Reland: Fix JSON parser Handle leak (previous CL 1041483004) 2015-04-01 16:58:47 +00:00
regress-3985.js Test for wrong arguments object materialization. 2015-03-24 13:20:21 +00:00
regress-4023.js Do not inline store if field map was cleared. 2015-04-13 09:43:52 +00:00
regress-4027.js Correctly handle clearing of deprecated field types. 2015-04-15 09:55:33 +00:00
regress-4121.js Share literals arrays per <NativeContext, SharedFunctionInfo> pair. 2015-09-23 08:46:28 +00:00
regress-4169.js [turbofan] Fix context chain extension for top-level code. 2015-06-10 06:03:14 +00:00
regress-4173.js Share literals arrays per <NativeContext, SharedFunctionInfo> pair. 2015-09-23 08:46:28 +00:00
regress-4214.js Reapply "Fix receiver when calling eval() bound by with scope" 2015-06-25 13:46:46 +00:00
regress-4255-1.js Parse eagerly inside block scopes. 2015-06-29 16:16:21 +00:00
regress-4255-2.js Parse eagerly inside block scopes. 2015-06-29 16:16:21 +00:00
regress-4255-3.js Parse eagerly inside block scopes. 2015-06-29 16:16:21 +00:00
regress-4255-4.js Parse eagerly inside block scopes. 2015-06-29 16:16:21 +00:00
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 [d8] bounds-check before getting Shell::Worker internal field 2015-07-17 21:44:37 +00:00
regress-4279.js d8 workers: fix race on quit() with context_mutex_ 2015-07-09 19:30:29 +00:00
regress-4296.js Fix keyed element access wrt string wrappers 2015-07-13 15:39:07 +00:00
regress-4309-1.js Debugger: use FrameInspector in ScopeIterator to find context. 2015-07-20 08:53:39 +00:00
regress-4309-2.js Debugger: use FrameInspector in ScopeIterator to find context. 2015-07-20 08:53:39 +00:00
regress-4309-3.js Debugger: use FrameInspector in ScopeIterator to find context. 2015-07-20 08:53:39 +00:00
regress-4320.js Debugger: fix deoptimizing inlined function. 2015-07-24 10:37:57 +00:00
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 Correctify instanceof and make it optimizable. 2015-08-25 04:48:54 +00:00
regress-4376-2.js Correctify instanceof and make it optimizable. 2015-08-25 04:48:54 +00:00
regress-4376-3.js Correctify instanceof and make it optimizable. 2015-08-25 04:48:54 +00:00
regress-4377.js Add a separate scope for switch 2015-08-24 18:57:20 +00:00
regress-4380.js Crankshaft: consolidated element loads always deopted on seeing the hole 2015-09-09 15:15:30 +00:00
regress-4388.js [turbofan] Fix broken dynamic TDZ check for let and const. 2015-08-26 09:53:11 +00:00
regress-4399.js Propagate switch statement value for 'eval' 2015-08-28 22:43:07 +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 Remove all harmony runtime flags which shipped in M51 2016-06-24 01:13:10 +00:00
regress-4693.js Remove runtime flags for sloppy mode block scoping features 2016-04-08 00:30:20 +00:00
regress-4703.js [debugger] add test case for scope materialization and rest params. 2016-06-22 08:35:28 +00:00
regress-4715.js [crankshaft] Make the for-in slow path compatible with the other compilers. 2016-01-29 07:50:51 +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] fix getting element keys from SLOW_SLOPPY_ARGUMENTS_ELEMENTS 2016-03-14 17:10:50 +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-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-5010.js Fix %FunctionGetName and %_ClassOf for bound functions. 2016-05-17 11:26:00 +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-5071.js [debug] load correct stack slot for frame details. 2016-06-07 06:25:15 +00:00
regress-5085.js [es6] Fix prototype chain walk for instanceof. 2016-06-09 06:26:03 +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-5164.js [debugger] Don't leak holes from generator arguments. 2016-07-06 08:11:29 +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-5207.js [debug] add test case for scope iterator using correct language mode. 2016-07-19 11:07:03 +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 [interpreter] Elide OSR polling from fake loops. 2016-08-02 09:16:59 +00:00
regress-5262.js [interpreter] Avoid tier-up when there is an OSR activation. 2016-08-05 07:55:03 +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-5279.js Handle missing context when getting frame details 2016-08-12 11:20:19 +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-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-5380.js [compiler] Fix confusion about OSR BailoutId semantics. 2016-09-15 11:00:42 +00:00
regress-5404.js [crankshaft] Protect against deopt loops from string length overflows. 2016-09-20 05:59:35 +00:00
regress-5405.js Filter out synthetic variables from with scopes 2016-09-20 22:14:54 +00:00
regress-5440.js Allow empty first parts of ConsStrings 2016-09-28 09:46:56 +00:00
regress-45469.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-52801.js Update V8 to version 3.0 (re-land r5920). 2010-12-07 11:31:57 +00:00
regress-58740.js Fix bug in cache handling of lastIndex on global regexps. 2010-10-14 08:51:20 +00:00
regress-70066.js [tests] Fix bogus uses of assertThrows. 2016-01-07 14:49:21 +00:00
regress-71647.js Require typed input representation for HTypeof hydrogen instruction. 2011-02-02 09:52:57 +00:00
regress-78270.js [mjsunit] Remove unsupported flag --turbo-deoptimization from tests. 2015-06-15 09:43:11 +00:00
regress-82769.js Add regression test for http://crbug.com/82769 2011-05-18 12:46:21 +00:00
regress-84234.js Fix traversal of the map transition tree to take the prototype 2011-06-03 14:48:09 +00:00
regress-85177.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-88591.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
regress-88858.js Allow JSObject::PreventExtensions to work for arguments objects. 2011-07-11 06:48:19 +00:00
regress-91008.js Properly handle FixedDoubleArrays in sort() 2011-08-02 14:05:11 +00:00
regress-91010.js Properly handle FastDoubleArrays in Runtime_MoveArrayContents 2011-08-02 09:28:55 +00:00
regress-91013.js Ensure that GenerateStoreFastDoubleElement returns stored value on all paths. 2011-08-02 13:36:38 +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 Avoid infinite recursion for unterminated non-ASCII JSON string literals. 2011-08-05 12:55:29 +00:00
regress-94425.js Fix bug in Page::GetRegionMaskForSpan. 2011-09-06 11:24:48 +00:00
regress-94873.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-95113.js [turbofan] Try hard(er) to use smi representation for float64 values. 2015-10-27 16:18:15 +00:00
regress-95485.js Fix a bug in abrupt exit from with or catch inside finally. 2011-09-07 09:21:44 +00:00
regress-95920.js Fix Object.preventExtensions, .seal, .freeze on typed arrays 2015-10-26 11:08:02 +00:00
regress-96523.js Mark variables as being accessed from any inner scope, not only function scopes 2011-09-14 13:51:29 +00:00
regress-97116.js Ensure that non-optimized code objects are not flushed for inlined functions. 2011-12-08 16:07:07 +00:00
regress-97116b.js Fix %NeverOptimizeFunction runtime call. 2013-07-19 08:25:44 +00:00
regress-98773.js Fix preparation for sorting of external arrays. 2011-10-04 13:49:50 +00:00
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 Take loop side-effects into account when collecting side-effects on the path between two blocks. 2011-10-25 15:39:55 +00:00
regress-100702.js Fix handling of non-object receivers for array builtins. 2011-10-19 09:24:37 +00:00
regress-102153.js Set debug break slot at init of loop variable in a for loop. 2012-03-08 10:21:43 +00:00
regress-103259.js Fixing issue 103259. 2011-11-08 14:59:40 +00:00
regress-108296.js Avoid embedding new space objects into code objects in the lithium gap resolver. 2011-12-23 10:39:01 +00:00
regress-109195.js [debugger] remove step count parameter from prepare step. 2015-12-16 08:39:54 +00:00
regress-110509.js Ensure that LRandom restores rsi after call to the C function on x64. 2012-01-19 08:43:34 +00:00
regress-113924.js Fix crashing bugs in store-and-grow IC for double values. 2012-02-14 15:09:49 +00:00
regress-115100.js Fix crash bug in Hydrogen occurring with empty prototype chain. 2012-06-19 13:44:07 +00:00
regress-115452.js Ensure mjsunit tests use dashes not underscores in flags directives. 2015-06-29 17:08:18 +00:00
regress-117409.js Implement tracking and optimizations of packed arrays 2012-05-23 14:24:29 +00:00
regress-117794.js Ensure there is a smi check of the receiver for global load and call ICs. 2012-03-13 11:39:30 +00:00
regress-119429.js Unify "runtime-style" IC functions with Runtime intrinsics 2015-07-23 13:32:26 +00:00
regress-119609.js [mjsunit] Remove unsupported flag --turbo-deoptimization from tests. 2015-06-15 09:43:11 +00:00
regress-119925.js Check double array bounds in HasElementImpl. 2012-03-25 14:21:51 +00:00
regress-120099.js Add missing regression test for r11173. 2012-03-28 15:17:14 +00:00
regress-121407.js Avoid double initialization of arrays. 2012-11-27 12:01:14 +00:00
regress-123512.js Fix fast array literals to ignore prototype chain. 2012-04-17 11:12:37 +00:00
regress-123919.js Fix missing GVN flag for new-space promotion. 2012-04-19 07:49:11 +00:00
regress-124594.js Fix deopted construct stub frame to contain code object. 2012-04-25 13:22:04 +00:00
regress-125515.js Ensure reload of elements pointer in StoreFastDoubleElement stub. 2012-05-02 09:58:42 +00:00
regress-126412.js Regexp: Fix overflow in min-match-length calculation. Crbug=126412. 2012-05-08 12:18:08 +00:00
regress-128018.js Always transition empty FAST_DOUBLE_ARRAYs on push 2012-05-15 16:17:53 +00:00
regress-128146.js Re-land: Use map transitions when defining accessor properties. 2012-05-24 10:40:24 +00:00
regress-131923.js Fix optimization of Unicode regexp with ASCII subject to respect repeat counts. 2012-06-11 11:18:04 +00:00
regress-131994.js [mjsunit] Remove unsupported flag --turbo-deoptimization from tests. 2015-06-15 09:43:11 +00:00
regress-133211.js Make sure we don't leak map transitions from AccessorPairs to the Javascript world. 2012-06-19 10:58:15 +00:00
regress-133211b.js Fixing ClearNonLiveTransition bug in combination with AccessorPairs. 2012-06-19 13:16:39 +00:00
regress-136048.js Scanner: disallow unicode escapes in regexp flags. 2014-11-07 14:32:19 +00:00
regress-137768.js Add dependency to HLoadKeyed* instructions to prevent invalid hoisting 2012-07-23 13:59:24 +00:00
regress-143967.js Fixed Accessors::FunctionGetPrototype's proto chain traversal. 2012-10-08 12:58:46 +00:00
regress-145201.js Fix some corner cases in skipping native methods using caller. 2012-09-05 08:19:49 +00:00
regress-147497.js [debugger] remove step count parameter from prepare step. 2015-12-16 08:39:54 +00:00
regress-148378.js Correctly initialize regexp global cache. 2012-09-12 15:26:43 +00:00
regress-155924.js Fix an error in a keyed lookup stub - HeapNumbers treated as strings. 2009-07-23 13:01:17 +00:00
regress-164442.js Fix x64 MathMinMax for negative untagged int32 arguments. 2012-12-21 17:52:00 +00:00
regress-165637.js Adding ElementsAccessor::Slice 2015-08-31 12:19:28 +00:00
regress-166379.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-166553.js Ensure mjsunit tests use dashes not underscores in flags directives. 2015-06-29 17:08:18 +00:00
regress-171641.js Correctly set kCanBeDivByZero flag for HMathFloorOfDiv. 2013-01-23 15:58:49 +00:00
regress-201590.js Ensure UseRegisterAtStart not used with fixed temp/return register 2013-04-03 14:45:39 +00:00
regress-234101.js Do not emit double values at their use sites. 2013-04-23 13:08:10 +00:00
regress-235311.js Fix beyond-heap load on x64 Crankshafted StringCharFromCode 2013-04-29 14:34:24 +00:00
regress-237617.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-241344.js Fix unexpected elements transition in JSON.parse 2013-05-22 13:24:18 +00:00
regress-247688.js ARM: Ensure space for lazy deoptimization before calling IC. 2013-07-22 17:21:41 +00:00
regress-252797.js Turn on parallel recompilation for tests that assert optimization status. 2013-07-22 09:16:33 +00:00
regress-264203.js Fix Array index dehoisting. 2013-08-06 16:38:39 +00:00
regress-270142.js ES6: Make function name configurable 2015-03-04 16:57:10 +00:00
regress-280531.js Initialize Date parse cache with SMI instead of double to workaround sharing mutable heap numbers in snapshot. 2013-12-11 13:11:44 +00:00
regress-298269.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-299979.js Array builtins need to be prevented from changing frozen objects, and changing structure on sealed objects. 2013-11-29 15:22:16 +00:00
regress-318420.js ARM: fix loading of global object in LWrapReceiver. 2013-12-27 14:38:00 +00:00
regress-319120.js Fix overflow in TypedArray initialization function 2013-11-14 06:20:48 +00:00
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 %GetOptimizationStatus(): Unconditionally return a sentinel when --always-opt is present 2015-04-14 14:57:48 +00:00
regress-323845.js Added regression test for escape analysis. 2013-12-10 15:54:20 +00:00
regress-324028.js Ensure that length is Smi in TypedArrayFromArrayLike constructor. 2013-11-28 15:22:36 +00:00
regress-325676.js [debugger] allow debug-evaluate to change stack and context values. 2016-03-31 06:00:21 +00:00
regress-330046.js Debugger: remove unused JS Debugger API. 2015-03-26 08:15:45 +00:00
regress-331416.js Correctly handle instances without elements in polymorphic keyed load/store. 2014-01-08 09:57:28 +00:00
regress-331444.js Fix selection of popular pages in store buffer. 2014-01-08 09:49:37 +00:00
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 [compiler] Remove support for concurrent OSR. 2016-03-08 09:02:44 +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-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-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-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 Add checks for detached ArrayBuffers to ArrayBuffer.prototype.slice 2016-04-28 22:50:56 +00:00
regress-353058.js Check stack limit in ArgumentAdaptorTrampoline. 2014-04-11 13:39:19 +00:00
regress-353551.js Record call counts also for megamorphic calls. 2016-09-13 11:04:22 +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-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 Ensure mjsunit tests use dashes not underscores in flags directives. 2015-06-29 17:08:18 +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 Ensure mjsunit tests use dashes not underscores in flags directives. 2015-06-29 17:08:18 +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 Make it easier to test OSR with %OptimizeOsr() runtime call. 2015-02-09 12:47:43 +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 %GetOptimizationStatus(): Unconditionally return a sentinel when --always-opt is present 2015-04-14 14:57:48 +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-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-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-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-430201.js Unlink pages from the space page list after evacuation. 2015-02-19 09:28:59 +00:00
regress-430201b.js Set test expectations prior to enabling --turbo-osr. 2015-03-24 19:02:55 +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-437713.js Layout descriptor sharing issue fixed. 2015-01-30 12:55:25 +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-447561.js Implement flag and source getters on RegExp.prototype. 2015-11-05 13:08:55 +00:00
regress-447756.js Map -0 to integer 0 for typed array constructors. 2015-01-12 11:42:57 +00:00
regress-448711.js Do not generalize field representations when making elements kind or observed transition. 2015-01-27 11:19:06 +00:00
regress-449291.js Infer HConstant::NotInNewSpace only if the supplied handle is null. 2015-02-03 17:48:35 +00:00
regress-450895.js Support concatenating with zero-size arrays with DICTIONARY_ELEMENTS in Runtime_ArrayConcat. 2015-01-22 11:15:30 +00:00
regress-451322.js Fixed Hydrogen environment handling for mul-i on ARM and ARM64. 2015-01-26 08:35:58 +00:00
regress-451958.js [turbofan] Simplify reduction if IfTrue and IfFalse and fix bugs. 2015-01-26 16:11:24 +00:00
regress-453481.js CallIC used an invalid mechanism to detect if it was in optimized code. 2015-01-30 15:07:14 +00:00
regress-454725.js Use just one to-space page for the promotion queue. 2015-02-11 13:39:40 +00:00
regress-455207.js Fix variable decl register collision on ARM. 2015-08-19 12:50:14 +00:00
regress-455212.js templates: Don't check IsLineTerminator() if character is negative 2015-02-04 21:05:48 +00:00
regress-457935.js Convert to immutable heap number when materializing arguments object. 2015-02-17 18:08:59 +00:00
regress-458876.js [turbofan] Fix control reducer with re-reducing branches. 2015-02-16 14:56:49 +00:00
regress-458987.js [turbofan] Clear pending exception from unsuccessful compilation. 2015-02-16 14:25:23 +00:00
regress-459955.js [turbofan] Fix typing of comparisons. 2015-02-19 10:56:23 +00:00
regress-460917.js Incorrect handling of HTransitionElementsKind in hydrogen check elimination phase fixed. 2015-03-12 11:44:29 +00:00
regress-463028.js [turbofan] Fix the deopt ids in assignment. 2015-03-06 12:50:47 +00:00
regress-466993.js Ensure object literal element boilerplates aren't modified. 2015-03-30 09:20:09 +00:00
regress-467481.js Bugfix in hydrogen GVN. 2015-03-16 13:46:20 +00:00
regress-469605.js [turbofan] Fix control reducer bug with walking non-control edges during ConnectNTL phase. 2015-03-23 14:08:25 +00:00
regress-469605b.js [turbofan] Fix handling of OsrLoopEntry in ControlReducer::ConnectNTL() 2015-05-08 15:44:27 +00:00
regress-470804.js Layout descriptor must be trimmed when corresponding descriptors array is trimmed to stay in sync. 2015-03-30 17:03:50 +00:00
regress-472504.js Reland: Fix JSON parser Handle leak (previous CL 1041483004) 2015-04-01 16:58:47 +00:00
regress-475705.js Reduce regexp compiler stack size when not optimizing regexps 2015-04-15 15:15:52 +00:00
regress-476488.js VectorICs: recreate feedback vector if scoping changes on recompile. 2015-04-14 12:31:31 +00:00
regress-479528.js Only walk the hidden prototype chain for private nonexistent symbols 2015-06-17 10:20:52 +00:00
regress-484544.js Initialize sub-array literals first before pointing to it. 2015-05-08 09:24:31 +00:00
regress-487981.js ARM64: remove stack pushes without frame in RegExpExecStub. 2015-06-18 15:45:32 +00:00
regress-488398.js Bug: Runtime_GrowArrayElements provoked unnecessary lazy deopt. 2015-05-15 13:05:00 +00:00
regress-489151.js Reland "Mark internal AccessorInfo properties as 'special data properties'" 2015-05-18 12:36:40 +00:00
regress-491481.js Exclude non-optimizable functions from OptimizeFunctionOnNextCall. 2015-05-26 08:47:04 +00:00
regress-491536.js Scoping error caused crash in CallICNexus::StateFromFeedback 2015-07-15 09:15:05 +00:00
regress-499790.js Don't insert elements transitions into normalized maps 2015-06-23 14:33:11 +00:00
regress-500173.js Rely on the map being a dictionary map rather than not having a backpointer 2015-06-17 10:14:01 +00:00
regress-500176.js MIPS: Remove unsafe EmitLoadRegister usage in AddI/SubI for constant right operand. 2015-06-15 17:58:43 +00:00
regress-500831.js ARM: make predictable code size scope more precise in DoDeferredInstanceOfKnownGlobal. 2015-06-19 04:54:51 +00:00
regress-500980.js Protect error message formatter against invalid string length. 2015-06-19 08:31:31 +00:00
regress-503565.js Scoping error caused crash in CallICNexus::StateFromFeedback 2015-07-15 09:15:05 +00:00
regress-507980.js Reload the map of typed arrays after performing ToNumber. 2015-07-10 12:49:40 +00:00
regress-509961.js Properly handle missing from normalized stores with keys convertible to array indices 2015-07-14 11:44:56 +00:00
regress-514362.js [deoptimizer] Fix the frame size calculation for debugger-inspectable frame construction. 2015-08-03 12:59:59 +00:00
regress-520029.js Remove runtime flags for sloppy mode block scoping features 2016-04-08 00:30:20 +00:00
regress-536751.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-542099.js Remove runtime flags for sloppy mode block scoping features 2016-04-08 00:30:20 +00:00
regress-542100.js Remove runtime flags for sloppy mode block scoping features 2016-04-08 00:30:20 +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 [turbofan] Introduce lazy bailout, masked as a call. 2015-10-19 06:21:26 +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-568765.js Bugfix: Make sure not to overwrite the empty optimized code map root. 2015-12-16 16:28:02 +00:00
regress-572589.js Remove destructuring and default arguments runtime flags 2016-03-10 23:22:30 +00:00
regress-575364.js [wasm] asm.js - Remove Wasm.instantiateModuleFromAsm, use asm.js directly. 2016-08-23 04:07:23 +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 Return undefined from RegExp.prototype.compile 2016-02-20 00:35:57 +00:00
regress-588599.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
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 [turbofan] Fix operand calculation for constant materialization from frame. 2016-03-13 20:21:41 +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 [wasm] asm.js - Remove Wasm.instantiateModuleFromAsm, use asm.js directly. 2016-08-23 04:07:23 +00:00
regress-599825.js [wasm] asm.js - Remove Wasm.instantiateModuleFromAsm, use asm.js directly. 2016-08-23 04:07:23 +00:00
regress-602970.js Security: type confusion lead to information leak in decodeURI 2016-04-15 13:09:45 +00:00
regress-605470.js [Interpreter] Fix incorrect Register OperandSize calculation for ExtraWide. 2016-04-22 10:32:14 +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] asm.js - Remove Wasm.instantiateModuleFromAsm, use asm.js directly. 2016-08-23 04:07:23 +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] asm.js - Remove Wasm.instantiateModuleFromAsm, use asm.js directly. 2016-08-23 04:07:23 +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] asm.js - Remove Wasm.instantiateModuleFromAsm, use asm.js directly. 2016-08-23 04:07:23 +00:00
regress-617882.js [heap] Reland uncommit unused large object page memory. 2016-06-29 09:38:45 +00:00
regress-618608.js [wasm] asm.js - Remove Wasm.instantiateModuleFromAsm, use asm.js directly. 2016-08-23 04:07:23 +00:00
regress-618657.js Remove the --ignition-generators flag. 2016-07-25 12:56:27 +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 [Crankshaft] Move don't crankshaft check before EnsureDeoptimizationSupport. 2016-08-03 15:02:38 +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 Disallow tail calls from async functions and generators 2016-08-29 18:31:35 +00:00
regress-642409.js [Turbofan] Fix CallSuper argument order in BytecodeGraphBuilder. 2016-09-06 11:53:19 +00:00
regress-645680.js [elements] Handlify SloppyArguments IndexOfValueImpl 2016-09-12 17:32:09 +00:00
regress-648373-sloppy-arguments-includesValues.js [elements] Handlify raw parameter_map pointers for SloppyArgumentsAccessor 2016-09-21 10:22:53 +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-662254.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-666721.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-667061.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-670147.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-674753.js [turbofan] Optimize typeof in abstract/strict equality comparison. 2016-04-18 07:03:23 +00:00
regress-676025.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-678525.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-682649.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-734862.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-737588.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-780423.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-806473.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-842017.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-874178.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-875031.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-877615.js Fix issue 1361 - Implement ES5 Array.prototype.toString. 2011-10-05 07:08:23 +00:00
regress-892742.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-900055.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-900966.js Create specialized code stubs for PixelArray loads. 2011-02-03 12:50:50 +00:00
regress-925537.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-937896.js Added check for trailing whitespaces and corrected existing violations. 2011-09-01 11:28:10 +00:00
regress-990205.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-992733.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-996542.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-998565.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-1030466.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-1036894.js Make invalid break/continue statements an early syntax error. 2011-01-17 09:36:10 +00:00
regress-1039610.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-1050043.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-1062422.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-1066899.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-1081309.js Added check for trailing whitespaces and corrected existing violations. 2011-09-01 11:28:10 +00:00
regress-1102760.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-1110164.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-1112051.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-1114040.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-1134697.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-1170187.js [mjsunit] Remove unsupported flag --turbo-deoptimization from tests. 2015-06-15 09:43:11 +00:00
regress-1173979.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-1175390.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-1177518.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-1177809.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-1178598.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
regress-1187524.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-1199401.js X64: Convert smis to holding 32 bits of payload. 2009-10-08 12:36:12 +00:00
regress-1199637.js Remove support for legacy const, part 1 2016-03-22 17:52:13 +00:00
regress-1200351.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-1203459.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-1213516.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-1215653.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-1254366.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-1327557.js Fix a number of tests that incorrectly used assertUnreachable. 2011-05-31 08:08:42 +00:00
regress-1346700.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
regress-1439135.js Fix bug 1439135 (slicedstring on constring not flat) 2008-10-21 08:08:17 +00:00
regress-1493017.js Simplify the map collection regression test. This test is the minimal 2009-03-10 07:23:22 +00:00
regress-1919169.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-2249423.js Add a regression test that exposes a stack corruption problem. 2009-11-13 13:58:48 +00:00
regress-3006390.js Update V8 to version 3.0 (re-land r5920). 2010-12-07 11:31:57 +00:00
regress-3185905.js Update V8 to version 3.0 (re-land r5920). 2010-12-07 11:31:57 +00:00
regress-3199913.js Update V8 to version 3.0 (re-land r5920). 2010-12-07 11:31:57 +00:00
regress-3218530.js Update V8 to version 3.0 (re-land r5920). 2010-12-07 11:31:57 +00:00
regress-3218915.js Introduce runtime function %OptimizeFunctionOnNextCall to manually trigger optimization. 2011-04-11 13:24:50 +00:00
regress-3230771.js Update V8 to version 3.0 (re-land r5920). 2010-12-07 11:31:57 +00:00
regress-3247124.js mjsunit/regress/regress-3247124 takes a long time to run, and the original regression is hit 2010-12-14 08:29:33 +00:00
regress-3252443.js Update V8 to version 3.0 (re-land r5920). 2010-12-07 11:31:57 +00:00
regress-3408144.js Fix code generation bug on ARM in classic codegen. 2011-02-02 14:14:55 +00:00
regress-20070207.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-abort-preparsing-params.js Don't reset parameters if we aborted preparsing, rebuild them from the params_ list 2016-09-27 13:05:32 +00:00
regress-add-minus-zero.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-alloc-smi-check.js Check in Lithium that allocation size in Smi range. 2014-04-03 07:04:46 +00:00
regress-arg-materialize-store.js During arguments materialization, do not store materialized objects without lazy deopt. 2015-02-17 15:24:34 +00:00
regress-arguments-gc.js Ensure mjsunit tests use dashes not underscores in flags directives. 2015-06-29 17:08:18 +00:00
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 Reland ArrayPop / ArrayPush. 2014-01-24 11:47:53 +00:00
regress-array-pop-nonconfigurable.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-assignment-in-test-context.js [mjsunit] Remove unsupported flag --turbo-deoptimization from tests. 2015-06-15 09:43:11 +00:00
regress-bce-underflow.js Ensure we don't overflow in BCE 2015-03-20 16:43:05 +00:00
regress-bind-receiver.js Fixed spurious character in test case, plus presubmit issues. 2011-09-14 07:30:51 +00:00
regress-binop.js Only set binary operation side effects flags, when observable. 2013-10-10 16:49:25 +00:00
regress-builtin-array-op.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
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 Fix polymorphic inlined calls with migrating prototypes 2013-12-12 14:57:00 +00:00
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 Restore saved caller FP registers on stub failure 2013-11-22 10:21:47 +00:00
regress-cnlt-elements.js Fix CNLT regression. 2012-10-10 12:29:44 +00:00
regress-cnlt-enum-indices.js Fix CNLT for enum indices. 2012-09-20 15:18:00 +00:00
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 ia32: Fix comparisons of two constant double operands when exactly one of them is in new space. 2013-10-29 14:34:07 +00:00
regress-conditional-position.js Revert "Removed support deprecated (//@|/*@) source(URL|MappingURL)=" 2016-02-03 18:45:36 +00:00
regress-context-osr.js Fix loop side-effects of deoptimizing loops with a nested live OSR loop. 2013-12-05 18:31:06 +00:00
regress-convert-enum2.js Invalidate the enum cache when converting a transition across which the descriptors are shared. 2012-10-15 08:38:51 +00:00
regress-convert-enum.js Don't clear EnumLength but rather copy the enum cache. Added regression test for crashes from chromecrash. 2012-10-11 15:33:34 +00:00
regress-convert-function-to-double.js Store copied value rather than the original double. 2013-08-16 15:43:42 +00:00
regress-convert-hole2.js Remove flag track-allocation-sites. 2014-01-07 15:58:25 +00:00
regress-convert-hole.js Fix DeferredTaggedToINoSSE2 to not unconditionally untag undefined to 0. 2013-05-31 08:37:34 +00:00
regress-convert-transition.js Fix transition conversion from CONSTANT_FUNCTION to FIELD. 2012-10-10 12:31:50 +00:00
regress-copy-hole-to-field.js Don't allow copying holes to fields. 2013-05-22 15:33:53 +00:00
regress-cr-344285.js negative bounds checking on realm calls 2014-02-25 09:15:05 +00:00
regress-crbug-3184.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-crbug-3867.js Handle insertion order for simple constructors 2010-02-02 13:33:29 +00:00
regress-crbug-18639.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-crbug-37853.js Fix code cache lookup for keyed IC's 2010-03-11 08:52:31 +00:00
regress-crbug-39160.js Re-apply "Inline floating point compare" 2010-03-25 12:04:34 +00:00
regress-crbug-40931.js Added regression test for crbug 40931 http://crbug.com/40931 2010-04-26 13:26:11 +00:00
regress-crbug-72736.js Use ForceSetObjectProperty in DefineOrRedefineDataProperty (fixes crbug 72736). 2011-02-14 10:43:21 +00:00
regress-crbug-87478.js Fix receiver check in arguments ICs. 2011-06-27 13:02:51 +00:00
regress-crbug-100859.js Fix crash in d8 when external array ctor hits stack overflow 2011-12-13 13:51:58 +00:00
regress-crbug-107996.js [mjsunit] Remove unsupported flag --turbo-deoptimization from tests. 2015-06-15 09:43:11 +00:00
regress-crbug-109362.js Revert "Removed support deprecated (//@|/*@) source(URL|MappingURL)=" 2016-02-03 18:45:36 +00:00
regress-crbug-119800.js [debugger] fix mjsunit/regress/regress-crbug-119800 for ignition. 2016-04-25 11:37:12 +00:00
regress-crbug-119926.js Remove trailing whitespace 2012-09-24 10:44:04 +00:00
regress-crbug-122271.js Implement tracking and optimizations of packed arrays 2012-05-23 14:24:29 +00:00
regress-crbug-125148.js Added Crankshaft support for setters. 2012-07-13 07:14:28 +00:00
regress-crbug-126414.js Fix unsigned-Smi check in MappedArgumentsLookup 2012-05-07 10:05:39 +00:00
regress-crbug-134055.js Make near-jump check more strict in LoadNamedFieldPolymorphic on ia32/x64 2012-06-22 13:38:39 +00:00
regress-crbug-134609.js Fixed deoptimization of inlined getters. 2012-09-07 09:01:54 +00:00
regress-crbug-135008.js Fix lazy parsing heuristics to respect outer scope. 2012-06-28 14:56:28 +00:00
regress-crbug-135066.js Allow lazy compilation (and thus optimisation) of functions inside eval. 2012-12-07 10:35:50 +00:00
regress-crbug-137689.js Reland "Avoid some unnecessary fast-properties map creations." 2014-11-11 15:41:30 +00:00
regress-crbug-138887.js Always set the callee's context when calling a function from optimized code. 2012-07-26 12:49:08 +00:00
regress-crbug-140083.js Fixed compound/count operations with getter-only accessor properties. 2012-08-03 09:45:08 +00:00
regress-crbug-142087.js Fix indexing bug in regexp, part 2. 2012-08-13 15:53:40 +00:00
regress-crbug-142218.js Check that index and length are Smi in bounds check. 2012-08-21 16:46:25 +00:00
regress-crbug-145961.js Fixed test expectation. 2012-09-04 09:54:36 +00:00
regress-crbug-146910.js Restore correct regression test for crbug/146910. 2013-03-22 09:04:36 +00:00
regress-crbug-147475.js Fix deoptimizer for shared optimized code. 2012-09-10 11:05:17 +00:00
regress-crbug-148376.js Ensure correct enumeration indices in the dict 2012-09-13 08:52:55 +00:00
regress-crbug-150545.js Remove some busy-OSR loops from tests using %OptimizeOsr(). 2015-02-09 14:11:23 +00:00
regress-crbug-150729.js Fix LBoundsCheck on x64 to handle (stack slot + constant) correctly 2012-09-20 09:56:24 +00:00
regress-crbug-157019.js Fix slack tracking when instance prototype changes. 2012-11-08 11:56:44 +00:00
regress-crbug-157520.js Fix ugly typo in GenerateNewNonStrictFast. 2012-10-26 10:55:25 +00:00
regress-crbug-158185.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-crbug-160010.js Added %FlattenString and use it to speed up a regression test. 2013-01-09 09:32:12 +00:00
regress-crbug-162085.js Ensure we do not clobber the register holding the elements backing store. 2012-11-26 15:58:27 +00:00
regress-crbug-163530.js Fix materialization of arguments objects with unknown values. 2013-02-27 14:37:51 +00:00
regress-crbug-168545.js Fix missing exception check in typed array constructor (2). 2013-01-10 11:45:29 +00:00
regress-crbug-170856.js Correctly reset lastIndex in an RegExp object. 2013-01-23 12:28:16 +00:00
regress-crbug-171715.js [mjsunit] Remove unsupported flag --turbo-deoptimization from tests. 2015-06-15 09:43:11 +00:00
regress-crbug-172345.js Do not try to collect the map if the monomorphic IC stub has no map. 2013-01-28 13:19:53 +00:00
regress-crbug-173907.js Add regression test for r13617 2013-02-07 15:38:24 +00:00
regress-crbug-173907b.js Fix %NeverOptimizeFunction runtime call. 2013-07-19 08:25:44 +00:00
regress-crbug-173974.js Tag stubs that rely on instance types as MEGAMORPHIC. 2013-02-04 13:12:03 +00:00
regress-crbug-178790.js Another attempt to fix regress-crbug-178790. 2015-01-16 10:12:15 +00:00
regress-crbug-181422.js Fix white space matching in latin-1 strings wrt \u00a0. 2013-03-11 11:52:11 +00:00
regress-crbug-196583.js Fix detection of |handle_smi| case in HOptimizedGraphBuilder::HandlePolymorphicCallNamed 2013-03-18 12:41:52 +00:00
regress-crbug-217858.js Ensure mjsunit tests use dashes not underscores in flags directives. 2015-06-29 17:08:18 +00:00
regress-crbug-222893.js [mjsunit] Remove unsupported flag --turbo-deoptimization from tests. 2015-06-15 09:43:11 +00:00
regress-crbug-229923.js Fix JSON.stringify's slow path wrt sliced strings. 2013-04-11 09:53:00 +00:00
regress-crbug-233737.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-crbug-240032.js Fix embedded new-space pointer in LCmpObjectEqAndBranch. 2013-05-23 14:06:28 +00:00
regress-crbug-242502.js Add regression test for fix from r14732. 2013-05-21 14:20:42 +00:00
regress-crbug-242870.js Fix VisitLogicalExpression for empty blocks on RHS. 2013-05-22 13:27:00 +00:00
regress-crbug-242924.js Fix bogus deopt in BuildEmitDeepCopy for holey arrays. 2013-05-22 17:58:21 +00:00
regress-crbug-243868.js Fix IfBuilder::Deopt to clear the current block. 2013-05-28 15:30:49 +00:00
regress-crbug-244461.js Remove flag track-allocation-sites. 2014-01-07 15:58:25 +00:00
regress-crbug-245424.js Fast literals: fixed initialization of non-copied in-object property fields 2013-05-31 15:50:19 +00:00
regress-crbug-245480.js Put --noalways-opt flag back into regress-crbug-245480 2015-04-15 09:31:39 +00:00
regress-crbug-258519.js Add regression test for recently fixed bug 2013-07-26 14:58:30 +00:00
regress-crbug-259300.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
regress-crbug-260345.js Synchronize Compare-Literal behavior in FullCodegen and Hydrogen 2013-07-17 13:13:38 +00:00
regress-crbug-263276.js Fix JSArray-specific length lookup in polymorphic array handling 2013-07-25 15:04:21 +00:00
regress-crbug-272564.js Fix Math.round/floor that had bogus Smi representation 2013-08-14 12:14:08 +00:00
regress-crbug-274438.js Mark HStringCompareAndBranch as potentially causing GCs. 2013-08-16 15:10:07 +00:00
regress-crbug-280333.js Always visit branches during HGraph building 2013-08-29 14:55:45 +00:00
regress-crbug-285355.js Fix bitwise negation on x64 2013-09-06 15:21:38 +00:00
regress-crbug-305309.js Fix HObjectAccess for loads from migrating prototypes 2013-10-23 15:15:15 +00:00
regress-crbug-306220.js Correctly load message from an Error object. 2013-11-05 13:04:51 +00:00
regress-crbug-306851.js Add regression test for optimized count operation. 2013-10-17 12:48:28 +00:00
regress-crbug-309623.js Fix uint32-to-smi conversion in Lithium 2013-10-31 10:18:51 +00:00
regress-crbug-315252.js Turn Runtime_MigrateInstance into Runtime_TryMigrateInstance 2014-01-14 13:41:09 +00:00
regress-crbug-318671.js Fix missing type feedback check for Generic*String addition. 2013-11-15 09:13:36 +00:00
regress-crbug-319835.js Limit size of dehoistable array indices 2013-11-15 17:24:10 +00:00
regress-crbug-319860.js Limit size of dehoistable array indices 2013-11-15 17:24:10 +00:00
regress-crbug-323936.js [debugger] allow debug-evaluate to change stack and context values. 2016-03-31 06:00:21 +00:00
regress-crbug-323942.js Fix bug in inlining Function.apply. 2013-11-28 15:30:17 +00:00
regress-crbug-325225.js Check whether the receiver to a keyed-call is actually a heapobject. 2013-12-03 17:59:31 +00:00
regress-crbug-329709.js Fix switch statements with non-Smi integer labels and no type feedback 2013-12-19 14:25:58 +00:00
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 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 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-364374.js Timezone name check fix 2016-01-04 21:48:04 +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-380671.js Robustify NewNumberFromSize against int-overflow on cast 2016-01-14 17:24:07 +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 Debugger: remove unused JS Debugger API. 2015-03-26 08:15:45 +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 Make it easier to test OSR with %OptimizeOsr() runtime call. 2015-02-09 12:47:43 +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-393988.js Error.captureStackTrace should define "stack" property as configurable. 2014-07-16 07:55:05 +00:00
regress-crbug-401915.js [debug] use catch prediction flag for promise rejections. 2016-07-22 06:04:54 +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 [builtins] Migrate a bunch of Object builtins to C++. 2016-01-04 08:11:07 +00:00
regress-crbug-405922.js [debugger] remove step count parameter from prepare step. 2015-12-16 08:39:54 +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 [debugger] remove step count parameter from prepare step. 2015-12-16 08:39:54 +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 [builtins] Migrate a bunch of Object builtins to C++. 2016-01-04 08:11:07 +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-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 Fixed mutable heap numbers leak in JSON parser. 2014-10-23 14:41:39 +00:00
regress-crbug-424142.js Debugger: require debugger to be active when dealing with breaks. 2015-06-16 07:11:21 +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 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 Map::CopyGeneralizeAllRepresentations() left incorrect layout descriptor in a new map. 2014-11-26 17:37:05 +00:00
regress-crbug-450642.js Add missing BailoutId and FrameState to with statements. 2015-01-22 10:57:42 +00:00
regress-crbug-450960.js A couple of other "stack overflow" vs. "has_pending_exception()" issues fixed. 2015-06-05 15:52:20 +00:00
regress-crbug-451013.js Add missing FrameState for Runtime_CreateArrayLiteral. 2015-01-26 12:45:34 +00:00
regress-crbug-451016.js Avoid unintentional optimization of hot builtins by TurboFan. 2015-01-22 18:52:15 +00:00
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 Check global object behind global proxy for extensibility 2015-02-02 12:49:12 +00:00
regress-crbug-455644.js Fix try-finally for dead AST-branches in TurboFan. 2015-02-05 12:29:33 +00:00
regress-crbug-465298.js [turbofan] Fix various issues with --turbo-inlining enabled. 2015-10-15 12:02:06 +00:00
regress-crbug-465564.js Add test case for serializing external references to runtime functions. 2015-03-10 10:36:16 +00:00
regress-crbug-467047.js Delegate throwing in RegExpExecStub to CEntryStub. 2015-03-17 15:49:40 +00:00
regress-crbug-467180.js [debugger] remove step count parameter from prepare step. 2015-12-16 08:39:54 +00:00
regress-crbug-467531.js [turbofan] Fix C++ evaluation order in AstGraphBuilder. 2015-03-17 12:37:07 +00:00
regress-crbug-469480.js Always update raw pointers when handling interrupts inside RegExp code. 2015-04-07 09:44:57 +00:00
regress-crbug-469768.js JSEntryTrampoline: check for stack space before pushing arguments 2015-04-07 09:13:44 +00:00
regress-crbug-471659.js A couple of other "stack overflow" vs. "has_pending_exception()" issues fixed. 2015-06-05 15:52:20 +00:00
regress-crbug-471702.js JSON serializer should fail gracefully for special value wrappers. 2015-04-30 10:02:21 +00:00
regress-crbug-474297.js Debugger: require debugger to be active when dealing with breaks. 2015-06-16 07:11:21 +00:00
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 Don't use normalized map cache for prototype maps 2015-04-17 12:16:07 +00:00
regress-crbug-478011.js Throw when attaching a stack trace to an object fails. 2015-04-20 14:40:45 +00:00
regress-crbug-478612.js [x64] Fix handling of Smi constants in LSubI and LBitI 2015-07-08 10:20:31 +00:00
regress-crbug-480807.js [turbofan] Remove deprecated --turbo-osr flag. 2016-05-09 09:12:01 +00:00
regress-crbug-480819.js [mjsunit] Remove unsupported flag --turbo-deoptimization from tests. 2015-06-15 09:43:11 +00:00
regress-crbug-481896.js Revert "Removed support deprecated (//@|/*@) source(URL|MappingURL)=" 2016-02-03 18:45:36 +00:00
regress-crbug-482998.js Reland Extend big-disjunction optimization to case-independent regexps 2015-06-25 11:42:20 +00:00
regress-crbug-484077.js Set inferred name of bound function to empty string. 2015-05-04 09:55:43 +00:00
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 Map::ReconfigureProperty() should mark map as unstable when there is an element kind transition somewhere in the middle of the transition tree. 2015-05-15 10:39:51 +00:00
regress-crbug-485548-2.js Map::ReconfigureProperty() should mark map as unstable when there is an element kind transition somewhere in the middle of the transition tree. 2015-05-15 10:39:51 +00:00
regress-crbug-487105.js Another regression test for resolving references to "this" in strict mode. 2015-05-19 12:51:42 +00:00
regress-crbug-487289.js Add regression test for resolving "this" in debug evaluate. 2015-05-15 13:57:31 +00:00
regress-crbug-487322.js Timezone name check fix 2016-01-04 21:48:04 +00:00
regress-crbug-487608.js Fix harmless HGraph verification failure after hoisting inlined bounds checks 2015-05-19 07:32:48 +00:00
regress-crbug-489293.js [mjsunit] Remove unsupported flag --turbo-deoptimization from tests. 2015-06-15 09:43:11 +00:00
regress-crbug-489597.js Fixed DCHECK in StoreIC::CompileHandler(). 2015-05-20 13:36:27 +00:00
regress-crbug-489597.js-script Fixed DCHECK in StoreIC::CompileHandler(). 2015-05-20 13:36:27 +00:00
regress-crbug-490021.js [arm64] Fixed unnecessary environment assignment to LSmiTag instruction. 2015-07-10 11:36:17 +00:00
regress-crbug-490680.js Do not eagerly convert exception to string when creating a message object 2015-05-28 06:30:14 +00:00
regress-crbug-491062.js A couple of other "stack overflow" vs. "has_pending_exception()" issues fixed. 2015-06-05 15:52:20 +00:00
regress-crbug-491943.js Correctly hook up materialized receiver into the evaluation context chain. 2015-05-26 13:06:41 +00:00
regress-crbug-493284.js Fixed noi18n build. 2015-06-03 16:23:08 +00:00
regress-crbug-493290.js Drop computed handler count and index from AST. 2015-06-08 18:19:40 +00:00
regress-crbug-493779.js Fix bogus insertion of filler in LO-space by String#replace. 2015-06-01 13:36:11 +00:00
regress-crbug-495493.js [crankshaft] do not sign-extend int32 immediate in DoMathMinMax. 2016-06-08 10:12:16 +00:00
regress-crbug-498022.js Fix clobbered register when setting this_function variable. 2015-06-30 10:39:16 +00:00
regress-crbug-498811.js Add script context with context-allocated "const this" 2015-06-12 12:34:24 +00:00
regress-crbug-500435.js [crankshaft] Fix wrong bailout points in for-in loop body. 2015-06-16 08:08:42 +00:00
regress-crbug-500497.js [heap] Use smaller minimum allocation limit growing step when optimizing for memory usage. 2016-08-08 11:32:01 +00:00
regress-crbug-500824.js [turbofan] Work around negative parameter count. 2015-06-16 09:44:28 +00:00
regress-crbug-501711.js After trying once to create a Realm in regress-crbug-501711.js give up 2015-07-31 08:06:54 +00:00
regress-crbug-501808.js Global handle leak in Realm.create() fixed. 2015-06-23 11:04:21 +00:00
regress-crbug-501809.js [Atomics] Fix atomic access index validation 2016-03-25 21:52:52 +00:00
regress-crbug-502930.js Map::ReconfigureProperty() should mark map as unstable when it returns a different map. 2015-06-23 11:30:58 +00:00
regress-crbug-503578.js Change d8 Worker API so it takes a string instead of a function. 2015-07-01 16:41:56 +00:00
regress-crbug-503698.js Change d8 Worker API so it takes a string instead of a function. 2015-07-01 16:41:56 +00:00
regress-crbug-503968.js Change d8 Worker API so it takes a string instead of a function. 2015-07-01 16:41:56 +00:00
regress-crbug-503991.js Change d8 Worker API so it takes a string instead of a function. 2015-07-01 16:41:56 +00:00
regress-crbug-504136.js Change d8 Worker API so it takes a string instead of a function. 2015-07-01 16:41:56 +00:00
regress-crbug-504727.js Change d8 Worker API so it takes a string instead of a function. 2015-07-01 16:41:56 +00:00
regress-crbug-504729.js Change d8 Worker API so it takes a string instead of a function. 2015-07-01 16:41:56 +00:00
regress-crbug-504787.js Mark function info as compiled after EnsureDeoptimizationSupport. 2015-06-26 13:17:05 +00:00
regress-crbug-505007-1.js Speedup some slow running stack-overflow tests. 2015-07-20 09:50:53 +00:00
regress-crbug-505007-2.js Speedup some slow running stack-overflow tests. 2015-07-20 09:50:53 +00:00
regress-crbug-505354.js [turbofan] Fix exit control flow in TryCatchBuilder. 2015-06-30 03:23:41 +00:00
regress-crbug-505370.js Use correct LookupIterator in CallSite::GetMethodName. 2015-06-30 16:28:07 +00:00
regress-crbug-505778.js Change d8 Worker API so it takes a string instead of a function. 2015-07-01 16:41:56 +00:00
regress-crbug-505907.js Remove runtime flags for Proxy and Reflect 2016-03-21 19:40:02 +00:00
regress-crbug-506443.js Make sure the constant pool size is as promised. 2015-07-03 10:32:37 +00:00
regress-crbug-506549.js Fix cluster-fuzz found regression with d8 Workers 2015-07-08 17:58:00 +00:00
regress-crbug-506956.js Remove runtime flags for Proxy and Reflect 2016-03-21 19:40:02 +00:00
regress-crbug-507070.js Fix test case for crbug/507070. 2015-07-14 08:50:18 +00:00
regress-crbug-510426.js Fix element enumeration on String wrappers with dictionary elements 2015-07-20 09:01:06 +00:00
regress-crbug-510738.js Crankshaft part of the 'loads and stores to global vars through property cell shortcuts' feature. 2015-07-20 08:49:28 +00:00
regress-crbug-511880.js [d8 Workers] Fix bug creating Worker during main thread termination 2015-07-30 08:19:39 +00:00
regress-crbug-513471.js Fix resuming generator marked for optimization. 2016-04-04 11:52:09 +00:00
regress-crbug-513472.js Rewrite Error.prototype.toString in C++. 2015-08-11 09:15:41 +00:00
regress-crbug-513507.js Introduce safe interface to "copy and grow" FixedArray. 2015-08-04 17:49:42 +00:00
regress-crbug-513602.js Fix prototype registration upon SlowToFast migration 2015-07-28 15:41:29 +00:00
regress-crbug-514081.js [d8 worker] Fix regression when serializing very large arraybuffer 2015-08-03 17:08:00 +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 Fix off-by-one in Array.concat's max index check 2015-08-06 09:57:19 +00:00
regress-crbug-516775.js Remove flags for ES2015 features shipped in M48 2016-02-03 20:51:46 +00:00
regress-crbug-517592.js Revert "Removed support deprecated (//@|/*@) source(URL|MappingURL)=" 2016-02-03 18:45:36 +00:00
regress-crbug-518747.js [d8 Workers] Make Worker prototype read-only 2015-08-11 00:17:13 +00:00
regress-crbug-522380.js Make Simulator respect C stack limits as well. 2015-08-24 15:55:40 +00:00
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 Fix bug in Code::VerifyRecompiledCode. 2015-08-20 17:20:02 +00:00
regress-crbug-523213.js Do not inline array resize operations for outdated prototype maps. 2015-08-26 09:37:53 +00:00
regress-crbug-523307.js [arm64] Don't try convert binary operation to shifted form when both operands are the same. 2015-09-02 09:32:44 +00:00
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-530598.js [turbofan] Fix JSInliner to handle non-returning bodies. 2015-09-15 11:19:23 +00:00
regress-crbug-537444.js [crankshaft] Fix environment handling after leaving inlined tail call. 2016-04-05 09:43:56 +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 [crankshaft] only compile string index access with element key. 2015-11-18 13:53:34 +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-568477-1.js [debugger] remove step count parameter from prepare step. 2015-12-16 08:39:54 +00:00
regress-crbug-568477-2.js [debugger] fix break locations for assignments and return. 2016-03-01 12:47:55 +00:00
regress-crbug-568477-3.js [debugger] remove step count parameter from prepare step. 2015-12-16 08:39:54 +00:00
regress-crbug-568477-4.js [debugger] remove step count parameter from prepare step. 2015-12-16 08:39:54 +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 [regexp] clear QuickCheckDetails for backward reads. 2015-12-16 13:43:23 +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 Ensure arrow functions can close over lexically-scoped variables 2016-01-26 23:11:10 +00:00
regress-crbug-581577.js ES2015 web compat workaround: RegExp.prototype.flags => "" 2016-02-23 01:49:03 +00:00
regress-crbug-582048.js [debugger] do not expose temporary variables introduced by the parser. 2016-04-27 04:49:46 +00:00
regress-crbug-582051.js [debugger] correctly find function context. 2016-02-01 07:03:44 +00:00
regress-crbug-582703.js [runtime] Make %FunctionGetScript and %FunctionGetSourceCode robust. 2016-02-03 06:01:19 +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 [crankshaft] Fix deopt loop in String.fromCharCode on non-int32 inputs. 2016-02-24 10:59:55 +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 [turbofan] Avoid dereferencing empty handle when inlining a tail call. 2016-03-11 11:41:29 +00:00
regress-crbug-594183.js [ic] Restore PROPERTY key tracking in keyed ICs 2016-04-21 13:18:28 +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 [crankshaft] Check if the function is callable before generating a tail call via Call builtin. 2016-03-21 19:24:28 +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 [crankshaft] [turbofan] Fix environment handling when generating a tail call from inlined function. 2016-04-01 07:22:47 +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 [deoptimizer] Extend assert to also expect kTailCallerFunction as bottommost frame when accessing arguments for inlined function. 2016-04-11 12:20:37 +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 [deoptimizer] Do not modify stack_fp which is used as a key for lookup of previously materialized objects. 2016-04-21 09:54:33 +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-605581.js [debugger] add test case for debug-evaluate for values in TDZ. 2016-04-26 14:11:21 +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 [es6] Properly handle the case when an inlined getter/setter/constructor does a tail call. 2016-05-06 12:37:13 +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-609046.js [debugger] keep scope and context chain for hidden scopes in sync. 2016-05-11 08:24:33 +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-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-621361.js [debugger] Scope iterator should not visit inner function literals. 2016-07-27 09:04:20 +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] Fix missing lazy deopt in object literals. 2016-06-27 13:56:00 +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] Fix deopt point for [[ToName]] lazy bailout. 2016-07-13 15:18:10 +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-629996.js [debugger] be more lenient about argument type in %DebugGetProperty. 2016-07-21 11:29:24 +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 [interpreter] Fix profiler when hitting OSR frame. 2016-08-05 08:47:48 +00:00
regress-crbug-633585.js [turbofan] Fix missing bailout for accessors in literals. 2016-08-04 10:28:46 +00:00
regress-crbug-633884.js Properly pass InitializationFlag back from ScriptContextTable lookups 2016-08-04 16:13:41 +00:00
regress-crbug-633999.js [debug] fix exception prediction for asm frames. 2016-08-05 07:14:21 +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 [compiler] Make Compiler::EnsureBytecode not switch tiers. 2016-08-24 14:09:59 +00:00
regress-crbug-638551.js [interpreter] Fix canonicalization when preserving bytecode. 2016-08-18 10:42:40 +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] Add proper type guards to escape analysis. 2016-09-23 11:02:13 +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 [compiler] Bytecode preparation fails for asm.js modules. 2016-09-05 23:03:07 +00:00
regress-crbug-644215.js Properly handle holes following spreads in array literals 2016-09-08 18:50:41 +00:00
regress-crbug-644245.js [deoptimizer] Support materialization of ContextExtension. 2016-09-08 10:33:20 +00:00
regress-crbug-644631.js [turbofan] Switch from a whitelist to a blacklist for NeedsFrameStateInput 2016-09-12 16:12:57 +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 [interpreter] Fix destroyed new.target register use. 2016-09-09 12:20:20 +00:00
regress-crbug-645888.js [interpreter] Add regression test for bogus OSR entry. 2016-09-13 13:23:21 +00:00
regress-crbug-647217.js [turbofan] Handle stack overflow during inlining. 2016-09-15 14:05:13 +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 [turbofan] Remove bogus constant materialization from frame. 2016-09-21 09:31:32 +00:00
regress-crbug-648737.js [turbofan] Support for ConsString by escape analysis. 2016-09-21 12:30:00 +00:00
regress-crbug-648740.js Add regression test for crbug.com/648740. 2016-09-22 20:44:05 +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 [ignition] BytecodeGraphBuilder: Merge correct environment in try block 2016-09-29 15:18:06 +00:00
regress-crbug-651403.js [ignition] BytecodeGraphBuilder: Merge correct environment in try block 2016-09-29 15:18:06 +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 Debugger: require debugger to be active when dealing with breaks. 2015-06-16 07:11:21 +00:00
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 [debugger] break at each initialization in a multiple var declaration. 2016-03-07 13:41:18 +00:00
regress-deep-proto.js Fix r11780 to avoid bugs where near branches are used to labels that are out of range. 2012-06-13 09:54:34 +00:00
regress-delete-empty-double.js Ensure reducing the length of an array doesn't make it go holey. 2012-11-02 10:24:56 +00:00
regress-deopt-gc.js Merge experimental/gc branch to the bleeding_edge. 2011-09-19 18:36:47 +00:00
regress-deopt-gcb.js Fix %NeverOptimizeFunction runtime call. 2013-07-19 08:25:44 +00:00
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 Fix deopt in store with effect context. 2013-07-19 13:45:26 +00:00
regress-deoptimize-constant-keyed-load.js Always emit bailout id for inlining property access (even for keyed access). 2015-01-30 14:35:43 +00:00
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-canonicalization.js Fix double canonicalization 2016-06-30 15:18:16 +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 Retire concurrent recompilation delay for non-stress testing. 2013-10-14 14:15:22 +00:00
regress-empty-fixed-double-array.js Fix C++ type of Factory::NewFixedDoubleArray. 2014-04-24 05:29:00 +00:00
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 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 Store doubles before calling into the elements transition stub on ARM 2013-08-13 15:06:17 +00:00
regress-eval-cache.js Use shared function info for eval cache key. 2014-10-28 10:01:44 +00:00
regress-eval-context.js [turbofan] Fix one mean typo in kResolvePossiblyDirectEval. 2015-06-09 17:14:52 +00:00
regress-existing-shared-function-info.js Reland 2 "Keep a canonical list of shared function infos." 2015-06-25 12:20:06 +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 Fix LFastLiteral to check boilerplate elements kind. 2012-04-30 14:59:13 +00:00
regress-filter-contexts.js Properly handle non-JSFunction constructors in CanRetainOtherContext 2015-03-23 19:24:58 +00:00
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 Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
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 Fix Object.freeze, Object.observe wrt CountOperation and CompoundAssignment. 2013-08-07 18:45:41 +00:00
regress-function-length-strict.js [es6] Function length property should be configurable 2015-03-13 17:19:53 +00:00
regress-fundecl.js Introduce local function declarations in Crankshaft and fix issue 1647. 2011-08-31 13:26:08 +00:00
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 Fix missing Smi check in grow mode keyed stores. 2013-04-18 14:18:27 +00:00
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-hoist-load-named-field.js Make all load-named-fields depend on their map-check, unless explicitly ignored. 2013-08-09 18:40:10 +00:00
regress-indirect-push-unchecked.js Fix indirect push 2015-04-13 16:25:33 +00:00
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 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 On ia32 LFunctionLiteral instruction should get context from esi register instead of stack slot. 2012-02-21 12:10:04 +00:00
regress-int32-truncation.js Take all uses into account to clear int32 truncation. 2013-06-07 17:28:46 +00:00
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 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 Fix bug in __proto__ assignment transition cache where we forget the next enumeration index resulting in wrong iteration order. 2012-06-04 12:07:46 +00:00
regress-json-parse-index.js Fix escaped index JSON parsing 2014-09-22 15:21:19 +00:00
regress-json-stringify-gc.js Speed up long-running test cases. 2013-11-26 11:32:39 +00:00
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 Extend test coverage for JSON.stringify's slow path. 2013-03-20 14:07:30 +00:00
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 Add regression test. 2011-03-24 11:03:08 +00:00
regress-lea-matching.js [turbofan] Fix matching of the lea instruction. 2014-11-24 17:45:33 +00:00
regress-load-elements.js Elements load depends on the type of the receiver. 2012-08-30 17:31:32 +00:00
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 Fix overflow check in mul-i which was missing since r14322 2013-04-25 07:36:59 +00:00
regress-mul-canoverflowb.js Fix %NeverOptimizeFunction runtime call. 2013-07-19 08:25:44 +00:00
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-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 Mark maps as unstable if their instances potentially transition away. 2013-07-30 16:33:58 +00:00
regress-opt-after-debug-deopt.js [mjsunit] Remove unsupported flag --turbo-deoptimization from tests. 2015-06-15 09:43:11 +00:00
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 Fix off-by-one error in AstTyper, part 2. 2013-12-12 15:19:57 +00:00
regress-parse-use-strict.js Fix pre-parsing of 'use strict' directive after string literals. 2013-10-11 14:03:54 +00:00
regress-parseint.js Fix argument expectation Runtime_StringParseInt. 2014-04-09 12:33:51 +00:00
regress-phi-truncation.js Fix bug in HPhi::SimplifyConstantInput 2013-08-13 16:47:27 +00:00
regress-polymorphic-load.js Only fold polymorphic into monomorphic load if all load from either receiver or same prototype. 2013-10-02 13:24:08 +00:00
regress-polymorphic-store.js Fix using monomorphic store instruction for polymorphic stores. 2013-06-19 18:07:35 +00:00
regress-prepare-break-while-recompile.js Debugger: require debugger to be active when dealing with breaks. 2015-06-16 07:11:21 +00:00
regress-push-args-twice.js Avoid pushing arguments twice in GenericBinaryOpStub. 2010-09-07 13:33:40 +00:00
regress-put-prototype-transition.js Keep prototype maps in dictionary mode until ICs see them 2016-06-08 14:43:47 +00:00
regress-r3391.js Fix toLocaleString-related breakage on buildbot. 2009-12-01 14:19:23 +00:00
regress-r4998.js Fix error in x64 fast smi loops, change 4998. 2010-07-14 13:22:47 +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-regexp-codeflush.js Ensure mjsunit tests use dashes not underscores in flags directives. 2015-06-29 17:08:18 +00:00
regress-regexp-construct-result.js Fix bug in regexp result object construction. 2013-09-05 14:32:49 +00:00
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-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 Fix smi-based math floor. 2013-08-09 11:21:03 +00:00
regress-smi-only-concat.js Implement tracking and optimizations of packed arrays 2012-05-23 14:24:29 +00:00
regress-smi-scanning.js Fix smi scanning 2015-05-04 15:02:30 +00:00
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 Use GetProperty for getting elements. 2015-06-02 10:42:29 +00:00
regress-sqrt.js Ensure consistency of Math.sqrt on Intel platforms. 2012-03-12 14:56:04 +00:00
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 Allow uncacheable identifiers to go generic. 2013-09-02 16:32:11 +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-swapelements.js Fix presubmit error. 2010-12-15 11:43:35 +00:00
regress-transcendental.js Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +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 [arm] Fix sNaN quietening in the ARM simulator on IA-32. 2015-01-21 13:01:23 +00:00
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 Deopt on storing undefined into double elements. 2012-09-20 13:41:00 +00:00
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-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-wasm-crbug-599413.js [wasm] asm.js - Remove Wasm.instantiateModuleFromAsm, use asm.js directly. 2016-08-23 04:07:23 +00:00
regress-wasm-crbug-618602.js [wasm] asm.js - Remove Wasm.instantiateModuleFromAsm, use asm.js directly. 2016-08-23 04:07:23 +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 [mjsunit] Remove obsolete nosse2 tests. 2015-06-15 09:32:01 +00:00
setter.js Change LookupForWrite to always do a full lookup and check the result. 2013-03-25 12:55:27 +00:00
short-circuit.js Merge experimental/gc branch to the bleeding_edge. 2011-09-19 18:36:47 +00:00
splice-missing-wb.js Fix missing writebarrier in ArraySplice builtin. 2011-04-28 16:03:40 +00:00
string-compare-memcmp.js Cleanup unnecessary duplication of runtime functions. 2015-08-05 11:22:21 +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-split-monkey-patching.js Avoid relying on monkey-patchable things in String.prototype.split. 2013-06-19 12:25:40 +00:00
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