Rajat Dua 73d6109a24 [1.4>2.0] [MERGE #2959 @rajatd] 17-05 ChakraCore servicing release 8 years ago
..
Bug_resetisdead.js bb106effe7 Add an extra call in test script to trigger JIT 10 years ago
CrossSiteFixedField_blank.js 5d8406741f Initial commit 10 years ago
HasOnlyWritableDataProperties-cross-context.js a744329c6d Add missing copyright header 10 years ago
InlineFunctionParameterWithInfiniteLoop.js 63adb4847e Don't remove dead syms which are referenced in callSequence in infinite loop blocks 9 years ago
Math.abs_TypeSpecOnIntMin.js 0b6e107a01 Fix inconsistent type spec for Math.abs() in loops 9 years ago
MissToGenerateStStSlotForJITLoopBody.js a72b7471aa Add missing StSlot for non-temp registers for JITLoopBody 9 years ago
OS_1362136.js 5d8406741f Initial commit 10 years ago
OS_4341640.js 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
OS_5248645.js b469619112 Add IRBuilder codepath for CallIExtendedFlags 10 years ago
OS_5553123.js f299a99067 Bugfix:OS5553123:Freeze while comparing valueOf()-injected null 10 years ago
SIMDExtendArgCSE.baseline 0af32b13e0 Simd.js library support 10 years ago
SIMDExtendArgCSE.js 56c422a6a4 unit test changes 9 years ago
Win8_459638.baseline 5d8406741f Initial commit 10 years ago
Win8_459638.js 5d8406741f Initial commit 10 years ago
Win8_486977_BranchStrictEqual.baseline 5d8406741f Initial commit 10 years ago
Win8_486977_BranchStrictEqual.js 5d8406741f Initial commit 10 years ago
addexception.baseline 5d8406741f Initial commit 10 years ago
addexception.js 5d8406741f Initial commit 10 years ago
b108.baseline 38f26c92f5 adding a unit test to make sure we allow ints in simd shift right 9 years ago
b108.js 38f26c92f5 adding a unit test to make sure we allow ints in simd shift right 9 years ago
b208.baseline fa531329b8 adding min max for F4 10 years ago
b208.js fa531329b8 adding min max for F4 10 years ago
b208_asmjs.baseline fa531329b8 adding min max for F4 10 years ago
b208_asmjs.js fa531329b8 adding min max for F4 10 years ago
b95.baseline 795bcdc875 tentative fix 9 years ago
b95.js 795bcdc875 tentative fix 9 years ago
blue_1086262.baseline 5d8406741f Initial commit 10 years ago
blue_1086262.js 5d8406741f Initial commit 10 years ago
blue_1096569.baseline 5d8406741f Initial commit 10 years ago
blue_1096569.js 5d8406741f Initial commit 10 years ago
blue_245702.baseline 5d8406741f Initial commit 10 years ago
blue_245702.js 5d8406741f Initial commit 10 years ago
blue_532460.js 5d8406741f Initial commit 10 years ago
bug10026875.baseline b31f0b7b7b Discard extra bits for left shift on arm 9 years ago
bug10026875.js b31f0b7b7b Discard extra bits for left shift on arm 9 years ago
bug10191241.js 08dc260232 Enabling eval in param scope 9 years ago
bug1092916.js 5d8406741f Initial commit 10 years ago
bug11026788.js f022afb824 [CVE-2017-0224, CVE-2017-0235] Chakra - JavascriptPromise::AsyncSpawnStep method invocation issue 8 years ago
bug1288931.js 5d8406741f Initial commit 10 years ago
bug215238-shrua.baseline 5d8406741f Initial commit 10 years ago
bug215238-shrua.js 5d8406741f Initial commit 10 years ago
bug215238.mul-53-ovf.baseline 5d8406741f Initial commit 10 years ago
bug215238.mul-53-ovf.js 5d8406741f Initial commit 10 years ago
bug215238.shrua-2.baseline 5d8406741f Initial commit 10 years ago
bug215238.shrua-2.js 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
bug3.shrua-3.baseline 5d8406741f Initial commit 10 years ago
bug3.shrua-3.js 5d8406741f Initial commit 10 years ago
bug435809.js 5d8406741f Initial commit 10 years ago
bug547302.js 5d8406741f Initial commit 10 years ago
bug56026.js 5d8406741f Initial commit 10 years ago
bug56026_minimal.js 5d8406741f Initial commit 10 years ago
bug56026_minimalWithProperties.js 5d8406741f Initial commit 10 years ago
bug56026_nested.js 5d8406741f Initial commit 10 years ago
bug56026_trycatch.js 5d8406741f Initial commit 10 years ago
bug594298.js 5d8406741f Initial commit 10 years ago
bug6.shrua-3.baseline 2b765347f6 Fix various spelling errors. 10 years ago
bug6.shrua-3.js 2b765347f6 Fix various spelling errors. 10 years ago
bug602.js 5d8406741f Initial commit 10 years ago
bug602_3.baseline 5d8406741f Initial commit 10 years ago
bug661952.js 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
bug724121.js 801556d3e5 Add UTF8 BOM to test xml files and make line endings consistent for test js and baseline files 10 years ago
bug764.baseline 5d8406741f Initial commit 10 years ago
bug764.js 5d8406741f Initial commit 10 years ago
bug843670.js 5d8406741f Initial commit 10 years ago
bug8554038.baseline 646776bd92 Fix handling of inlined ArgIn_Rest while mapping formals during inlining 9 years ago
bug8554038.js 646776bd92 Fix handling of inlined ArgIn_Rest while mapping formals during inlining 9 years ago
bug9080773.js 713051c632 Constrain conv_bool optimization to improve correctness. 9 years ago
bug9080773_2.js a6b59e6682 Fix issue with unsigned compare peep in dead code. 9 years ago
bug934443.js 5d8406741f Initial commit 10 years ago
bug_OS_1197716.js 5d8406741f Initial commit 10 years ago
bug_OS_4683246.js 5d8406741f Initial commit 10 years ago
bug_es5array.js 1bed7b18d3 Assert with Array.prototype.map and ES5Array. 10 years ago
default_undodefer.js 7a1ac5a2e2 Avoid undo defer for function which has non simple param list. 10 years ago
deletenonconfig.js 2d98b92465 Passing proper property operation flag during delete operation. 9 years ago
deserializationbug339404.js 5d8406741f Initial commit 10 years ago
fabs1.baseline 5d8406741f Initial commit 10 years ago
fabs1.js 5d8406741f Initial commit 10 years ago
fabs2.js 5d8406741f Initial commit 10 years ago
fabs2asmjs.js 2b765347f6 Fix various spelling errors. 10 years ago
invertloop_bug.js 0a76bfc0ca Invertloop issue. 9 years ago
json_bugs.js 44546146c0 Fix for assertion fired in JSON.stringify. 9 years ago
randombug.baseline 64c9c20ed7 Improve error message for not defined identifier; update baselines. Fixes #2901. 8 years ago
randombug.js 2b765347f6 Fix various spelling errors. 10 years ago
regalloc.baseline 5d8406741f Initial commit 10 years ago
regalloc.js 5d8406741f Initial commit 10 years ago
rlexe.xml 73d6109a24 [1.4>2.0] [MERGE #2959 @rajatd] 17-05 ChakraCore servicing release 8 years ago
simpletypehandler-property-deletion.js 8e26e9c395 Do not remove all properties when a property is deleted from SimpleTypeHandler 10 years ago
symbol_tostring.js caad64fa4f Symbol.toString returns invalid string. 10 years ago
testSimdManyVars.baseline 299309d8be enabling ext ops in asmjs intr 9 years ago
testSimdManyVars.js 56c422a6a4 unit test changes 9 years ago
typespec_bug.js 2a6a9afbfc Fix update of likely int bounds 9 years ago
vso_os_1091425.js 5d8406741f Initial commit 10 years ago
vso_os_1091425_1.js 5d8406741f Initial commit 10 years ago
vso_os_1091425_2.js 5d8406741f Initial commit 10 years ago
withnonativeApplyOptimizationBug3433559.js 5d8406741f Initial commit 10 years ago