Paul Leathers 775ed512a7 [CVE-2017-11811] Disable switch jump table opt if aggressive int type spec is disabled. We are not able to handle a non-int-type-specialized index operand on a switch table branch (today, it will cause us to read the wrong jump target and possibly read past the end of the jump table). Another option is to force type specialization of the index operand, but this seems not worth the risk as a servicing fix. 8 سال پیش
..
$262 ff663278de wait for agent thread before shutdown 8 سال پیش
ASMJSParser 2b923b65fb Remove SIMD tests 8 سال پیش
Array 74a30c40f8 Splice helper function should check for side-effect in the prototype. 8 سال پیش
AsmJSFloat 2b923b65fb Remove SIMD tests 8 سال پیش
AsmJs f81c3bad6a disable asm.js in ES6 modules 8 سال پیش
Basics d0b6949bcb Strict mode global lambda functions should use LdThis instead of StrictLdThis 8 سال پیش
Boolean a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 سال پیش
Bugs 1602eb32cb [CVE-2017-8756] JIT peephole optimization error 8 سال پیش
Closures 1262d2ea6d [1.6>1.7] [MERGE #3583 @rajatd] Allow cross-site objects too in ActivationObjectEx::Is 8 سال پیش
ControlFlow a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 سال پیش
Conversions a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 سال پیش
Date df34f02868 Make toGMTString the same function object as toUTCString 8 سال پیش
Debugger 017c4a5655 Fix #3438: AutoInitLibraryCodeScope: hide Intl.js initialization from debugger in addition to profiler. 8 سال پیش
DebuggerCommon c545900794 Breaking apart and reclassifying tests. 8 سال پیش
DynamicCode a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 سال پیش
EH b88eb05518 Remove additional edges in try finally flowgraph transformation 8 سال پیش
Error 0fc9097281 [Disabled Tests] test/Error/rlexe.xml: tests tagged "fail" should be fixed and re-enabled #3118 8 سال پیش
FixedFields a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 سال پیش
Function a06e5f867b tests: Fix filename case warnings from runtests.py 8 سال پیش
Generated f6adc7f97e Added missing copyright headers. 10 سال پیش
GlobalFunctions 2a32090679 Fix Issue #3261: Need to detect invalid null character at the end of the source string 8 سال پیش
InlineCaches a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 سال پیش
Intl c545900794 Breaking apart and reclassifying tests. 8 سال پیش
JSON 1d628db8cb JSON.stringify: further simplify and add more test cases 8 سال پیش
LetConst cb0b987232 Fixes #2809: Throw TypeError immediately when getter/setter is not callable or when this object is null or undefined. 8 سال پیش
Lib df34f02868 Make toGMTString the same function object as toUTCString 8 سال پیش
Math a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 سال پیش
Miscellaneous c8b040dff0 Issue3257/3247/3306: Module import relative path 8 سال پیش
Number fb255ed704 Numbers up to 10^21 shouldn't be displayed exponentially (Fixes #2751) 8 سال پیش
Object dc7f89fc5d tests: added Intl tag to Object/toLocaleStringBasics.js 8 سال پیش
Operators 69761809dd Add bug references. 8 سال پیش
Optimizer a858c72271 Fix IV analysis when a loop modifies an induction variable of another sibling loop sharing the same loop parent 8 سال پیش
PerfHint a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 سال پیش
Prototypes a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 سال پیش
RWC a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 سال پیش
Regex a8e157afdd Fix a regex bug 8 سال پیش
StackTrace c8b040dff0 Issue3257/3247/3306: Module import relative path 8 سال پیش
Strings 3ad5accb19 fix incorrect parameter to call ChangeStringLinguisticCase 8 سال پیش
TTBasic 8fc58a6b4a Updates for programatic log emit, logging optimizations, and bug fixes. 9 سال پیش
TTExecuteBasic 5f5f2fbf21 Fixes #2471 Symbol registration map should support null characters in symbol names. 8 سال پیش
TaggedFloats a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 سال پیش
TaggedIntegers 2709dd5272 Remove defunct exclude_ship from test tags. 8 سال پیش
UnifiedRegex 2709dd5272 Remove defunct exclude_ship from test tags. 8 سال پیش
UnitTestFramework 5a2a0f0fb8 Implement workaround for #3130 and fix baselines. 8 سال پیش
VT_DATE 69761809dd Add bug references. 8 سال پیش
WasmSpec d02d59877b Fix #3597 8 سال پیش
bailout f63bb9a3b6 OS:13674598 use type specialized sym for upward exposed uses check 8 سال پیش
benchmarks 11cf024081 perf test script fixes 9 سال پیش
es5 9aabce213f slice helper should check for the ES5array or Proxy in the protototype 8 سال پیش
es6 a06e5f867b tests: Fix filename case warnings from runtests.py 8 سال پیش
es7 b6eef1e6fa OS#12654029: ArrayBuffer throw OOM if unable to allocate memory after GC 8 سال پیش
fieldopts bf6ae644b6 [1.5>1.6] [MERGE #3341 @akroshg] 17-07 ChakraCore servicing release 8 سال پیش
inlining 00ee13950d OS#12528802 fix crash accessing FuncObjectOpnd when arguments object is inlined 8 سال پیش
logs 7a1092bc49 Add an empty logs directory to unblock test runs on the DRT VMs. 8 سال پیش
loop 2709dd5272 Remove defunct exclude_ship from test tags. 8 سال پیش
native-tests 9d6d183387 Changing utf8 conversion codex to improve perf and safety 8 سال پیش
rltimeout f6adc7f97e Added missing copyright headers. 10 سال پیش
stackfunc ead6a7cdbe Test baseline updates 8 سال پیش
strict 90b8e49fce [MERGE #3414 @curtisman] Fix issue #3393: Remove throwing accessor for caller property on argument object in strict mode 8 سال پیش
switchStatement 775ed512a7 [CVE-2017-11811] Disable switch jump table opt if aggressive int type spec is disabled. We are not able to handle a non-int-type-specialized index operand on a switch table branch (today, it will cause us to read the wrong jump target and possibly read past the end of the jump table). Another option is to force type specialization of the index operand, but this seems not worth the risk as a servicing fix. 8 سال پیش
typedarray a06e5f867b tests: Fix filename case warnings from runtests.py 8 سال پیش
utf8 c545900794 Breaking apart and reclassifying tests. 8 سال پیش
wasm 380d1cdc62 Do not use wabt for nestedBlocks test as wabt has a stack overflow before we do 8 سال پیش
jenkins.build.cmd 0cc10a1adb add configuration to build with SWB on 9 سال پیش
jenkins.build.init.cmd 507a0e7f4d MicroBuild v2: Enable CodeCoverage. 9 سال پیش
jenkins.buildall.cmd 1bbcea465f Make jenkins.buildall.cmd accept extra parameters. Fixes #442. 10 سال پیش
jenkins.buildone.cmd 9129028718 Added daily build configurations to run on Windows 7 + VS 2013. 10 سال پیش
jenkins.parsetestargs.cmd 0cc10a1adb add configuration to build with SWB on 9 سال پیش
jenkins.testall.cmd 7194222057 Fix summary.log by appending to file instead of overwriting it. 8 سال پیش
jenkins.testone.cmd 2aabeb4644 [1.4>2.0] [MERGE #2938 @dilijev] Fix summary.log by appending to file instead of overwriting it. 8 سال پیش
rlexedirs.xml 91ba1387ab Update wabt 8 سال پیش
runcitests.cmd 7194222057 Fix summary.log by appending to file instead of overwriting it. 8 سال پیش
runnativetests.cmd 013dc6732f A native application for running native unittests 9 سال پیش
runtests.cmd 66f36e2349 Revert "Allow runtests.cmd to be executed from any directory" 8 سال پیش
runtests.py 4b83ed34b2 [1.6>1.7] [MERGE #3313 @Penguinwizzard] Remove defunct tests. 8 سال پیش
runtests.sh 51325f9e58 xplat: fix script location 8 سال پیش