Akrosh Gandhi 28a1f066fc Excluding the test by taggint it slow il y a 5 ans
..
262 f04c6b4198 Enable sharedarray ft. for 262 testing il y a 8 ans
ASMJSParser cf955c25ed Fix OS: 13988805 AsmJs error triggers syntax error on reparse assert il y a 8 ans
Array 80ad90edc7 Remove invalid optimization from xplat qsort il y a 7 ans
AsmJSFloat 2b923b65fb Remove SIMD tests il y a 8 ans
AsmJs 28a1f066fc Excluding the test by taggint it slow il y a 5 ans
Basics dacef92adc Make exception handling in typeof spec-complient. Move re-throw out of catch to avoid OS stack overflow. il y a 7 ans
Boolean a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. il y a 8 ans
Bugs d969210010 [CVE-2020-0848] il y a 6 ans
Closures c0723f4985 Moving RS4 changes to master il y a 7 ans
ConfigParsing 361f3dde09 ConfigParser fix: handle leading whitespace il y a 8 ans
ControlFlow 8a219b6d94 Add CollectGarbage to the global object only in chakracore builds and only if requested il y a 8 ans
Conversions a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. il y a 8 ans
Date 56c47ac1db Eliminate timezone sensitivities in UT's il y a 5 ans
Debugger 797ddb02fa Handling exception while GetJSONObject in script debugger. il y a 6 ans
DebuggerCommon a9f8db9a44 Ensure that GeneratorReturnExceptions are not handled by InterpreterStackFrame::DebugProcess il y a 7 ans
DynamicCode 8c8bf79f24 Removing -force:fieldhoist and -off:fieldhoist from rlexe.xml files il y a 7 ans
EH dacef92adc Make exception handling in typeof spec-complient. Move re-throw out of catch to avoid OS stack overflow. il y a 7 ans
Error 8edb18be37 Make ParseNodeParamPattern a real ParseNodeUni and thus the down cast is valid. il y a 8 ans
FixedFields 8a219b6d94 Add CollectGarbage to the global object only in chakracore builds and only if requested il y a 8 ans
FlowGraph e927650232 Add test case il y a 7 ans
Function cf71a962c1 Merge 1809 October Update changes il y a 7 ans
Generated 8a219b6d94 Add CollectGarbage to the global object only in chakracore builds and only if requested il y a 8 ans
GlobalFunctions 56c47ac1db Eliminate timezone sensitivities in UT's il y a 5 ans
InlineCaches 1dcea24e52 OS#18076647: Invalidate prototype inline caches for properties of objects added to the prototype chain il y a 7 ans
Intl dfb55c2f50 Gets build scripts ready for Jenkins to ADO switch il y a 7 ans
JSON 56c47ac1db Eliminate timezone sensitivities in UT's il y a 5 ans
JsBuiltIns 52ad3402de Add Intl.platform for easier native method unit testing il y a 8 ans
LetConst 7741bbbf4a Top function declarations in script/eval should conflict with global let/const il y a 7 ans
Lib a5f64bb2cc Convert exclude_amd64 to exclude_x64 il y a 8 ans
Math eea931005e Adding tests il y a 7 ans
Miscellaneous 790daad5ea exclude_forceserialized on bytecode header tests il y a 8 ans
Number c198502cf5 toFixed : should return toString from numbers >=abs(10^21) il y a 7 ans
Object cf71a962c1 Merge 1809 October Update changes il y a 7 ans
Operators 56c47ac1db Eliminate timezone sensitivities in UT's il y a 5 ans
Optimizer c0d0c3938b CVE-2019-0592 il y a 7 ans
PRE d1bae7fe64 Invariant check for a propertySym before loading a property from it in the landing pad. OS #17516086 il y a 7 ans
PerfHint a77ab96c33 ARM64: Disable inlining and VirtualTypedArray. Mark tests using test trace as exclue_arm64 il y a 8 ans
Prototypes 32196f0dad JS implementation for array iterator il y a 8 ans
RWC a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. il y a 8 ans
Regex 4c26c3cfbf Comment fixes in js test and RegexParser, clarity changes il y a 7 ans
Scanner 1b22f3d585 Update ICU character classification il y a 7 ans
StackTrace 6bdd3409fb OS#14711878: Add STACK_PROBE in Parser::ConstructNameHint il y a 8 ans
Strings ffdac7f527 Update OSX machine pool il y a 7 ans
TTBasic ae2ae5cba5 Adding TTD test that verifies multiple reactions on a single handler il y a 7 ans
TTExecuteBasic 5f5f2fbf21 Fixes #2471 Symbol registration map should support null characters in symbol names. il y a 8 ans
TaggedFloats a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. il y a 8 ans
TaggedIntegers 9f6eb4c823 Cherry-pick unconflicted files from #1300 il y a 8 ans
TryCatch 01215c5dc0 Fixes bug where ImplicitCallFlags and DisableImplicitFlags were not restored to previous values held. il y a 6 ans
UnifiedRegex 3daa80d6c3 Adding failure for character classes in range if unicode flag set. il y a 7 ans
UnitTestFramework cf71a962c1 Merge 1809 October Update changes il y a 7 ans
VT_DATE 56c47ac1db Eliminate timezone sensitivities in UT's il y a 5 ans
WasmSpec cf71a962c1 Merge 1809 October Update changes il y a 7 ans
WasmSpec.MultiValue c2b0297cce Fix CI il y a 8 ans
bailout dfd11cd34b [MERGE #5250 @Cellule] Post-Op bailout with unconditional branches il y a 7 ans
benchmarks 5ab937bd58 Add modifications il y a 7 ans
es5 4d0681a03b OS#16092623: When we have an accessor cache hit on a setter, we still need to check for exception conditions such as undefined setter in strict mode il y a 7 ans
es6 aa0db7087c [1.10>1.11] [MERGE #5787 @Cellule] Merge changes from Windows 1809 October Update il y a 7 ans
es6module cf71a962c1 Merge 1809 October Update changes il y a 7 ans
es7 d89802674a [CVE-2020-0710] Prevent Yield/Await in parameter scope il y a 6 ans
fieldopts 56c47ac1db Eliminate timezone sensitivities in UT's il y a 5 ans
inlining 6a9ef1efed OS#17382750 avoid recollecting callback inlinee data for recursive calls il y a 7 ans
logs 7a1092bc49 Add an empty logs directory to unblock test runs on the DRT VMs. il y a 8 ans
loop 13847da166 Enable early reference errors for most assignments to invalid LHS il y a 7 ans
native-tests 77b88cea29 Detect Apple clang 11 in native test script il y a 6 ans
rltimeout 2421acb1f2 Added -timeoutRetries to rl (and some drive-by cleanup) il y a 7 ans
stackfunc e5e1f31904 Convert exclude_fre to exclude_test il y a 8 ans
strict 824024417c Modifying UnitTestFramework to give more useful messages and in an easier to understand way. il y a 7 ans
switchStatement d7e9d0d649 Add copyright notice to test case il y a 8 ans
typedarray b255e18bd2 'length' property of arrays should have same delete semantics as own non-indexed non-configurable props il y a 7 ans
utf8 cf71a962c1 Merge 1809 October Update changes il y a 7 ans
wasm 468008e8f1 test cleanup il y a 7 ans
wasm.simd 1be1894a1b Fix Wasm.Simd comparisonTests.js il y a 8 ans
jenkins.build.cmd 0cc10a1adb add configuration to build with SWB on il y a 9 ans
jenkins.build.init.cmd 98cbeff3cc Modernize CI configuration: Modern = RS4 + Dev 15.7; Legacy = 2008 R2 + Dev14 il y a 7 ans
jenkins.buildone.cmd 9129028718 Added daily build configurations to run on Windows 7 + VS 2013. il y a 10 ans
jenkins.parsetestargs.cmd 7a2631809e Be more verbose about native tests; disable native tests in reduced test runs (-dirs -tags -nottags) il y a 8 ans
jenkins.testone.cmd 1181bca6b6 Adding additional logging to native tests in CI il y a 7 ans
rlexedirs.xml 01215c5dc0 Fixes bug where ImplicitCallFlags and DisableImplicitFlags were not restored to previous values held. il y a 6 ans
runcitests.cmd dfb55c2f50 Gets build scripts ready for Jenkins to ADO switch il y a 7 ans
runnativetests.cmd dffd3ffcf0 Add missing changes for #4876: Provide more information when unit tests and native tests fail. il y a 8 ans
runtests.cmd 7060747f3d Add -timeoutRetries support to runtests.cmd il y a 7 ans
runtests.py ffdac7f527 Update OSX machine pool il y a 7 ans
runtests.sh ffdac7f527 Update OSX machine pool il y a 7 ans