Richard b68f5c2815 Generator misc (#6533) 5 gadi atpakaļ
..
262 f04c6b4198 Enable sharedarray ft. for 262 testing 8 gadi atpakaļ
ASMJSParser cf955c25ed Fix OS: 13988805 AsmJs error triggers syntax error on reparse assert 8 gadi atpakaļ
Array d8c2e69858 added trailing spaces for testcases issue #6499 5 gadi atpakaļ
AsmJSFloat 2b923b65fb Remove SIMD tests 8 gadi atpakaļ
AsmJs 90b86b5e13 Mark asmjs test as slow to avoid timeouts 6 gadi atpakaļ
Basics 1ad2969357 Linux/macOS CI: (#6559) 5 gadi atpakaļ
BigInt 25af1a93e1 implement bigint multiply 7 gadi atpakaļ
Boolean 5ea00a1e1b Begin test suite cleanup (#6444) 5 gadi atpakaļ
Bugs 1ad2969357 Linux/macOS CI: (#6559) 5 gadi atpakaļ
Closures befa2b30b8 Remove ENABLE_PROJECTION 5 gadi atpakaļ
ConfigParsing 2ee13d2cf7 Newline at file ends 7 gadi atpakaļ
ControlFlow 8a219b6d94 Add CollectGarbage to the global object only in chakracore builds and only if requested 8 gadi atpakaļ
Conversions 5ea00a1e1b Begin test suite cleanup (#6444) 5 gadi atpakaļ
Date 2422941b37 [1.11>master] [MERGE #6484 @pleath] Eliminate timezone sensitivities in UT's 5 gadi atpakaļ
Debugger 674699ae9c Enable function name inference flag 6 gadi atpakaļ
DebuggerCommon ef68766dc8 Remove getVarDate, VariantDate and WinRTDate 5 gadi atpakaļ
DynamicCode 8c8bf79f24 Removing -force:fieldhoist and -off:fieldhoist from rlexe.xml files 7 gadi atpakaļ
EH f2aad9f838 Error improvements 6 gadi atpakaļ
Error 1ad2969357 Linux/macOS CI: (#6559) 5 gadi atpakaļ
FixedFields aa85680700 Force SharedBailOutKind to be true on the BailOutInfo of CheckFuncInfo instrs; stop GC of BailOutInfo with SharedBailOutKind. 6 gadi atpakaļ
FlowGraph d7c1f53daf Better fix for #5950: only update ByteCodeUpwardExposedUsed when instr branches to its own bc offset when branch is also to a different block 6 gadi atpakaļ
Function 1ad2969357 Linux/macOS CI: (#6559) 5 gadi atpakaļ
Generated 8a219b6d94 Add CollectGarbage to the global object only in chakracore builds and only if requested 8 gadi atpakaļ
GlobalFunctions 2422941b37 [1.11>master] [MERGE #6484 @pleath] Eliminate timezone sensitivities in UT's 5 gadi atpakaļ
InlineCaches d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 gadi atpakaļ
Intl 4f56a06255 Update the ICU download URLs to GitHub locations. Also, update to ICU version 63.2. 6 gadi atpakaļ
JSON 2422941b37 [1.11>master] [MERGE #6484 @pleath] Eliminate timezone sensitivities in UT's 5 gadi atpakaļ
JsBuiltIns d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 gadi atpakaļ
LetConst 80bb9c584a Update global toStringTag to match attributes from v8 7 gadi atpakaļ
Lib ef68766dc8 Remove getVarDate, VariantDate and WinRTDate 5 gadi atpakaļ
Math 5ea00a1e1b Begin test suite cleanup (#6444) 5 gadi atpakaļ
Miscellaneous 1ad2969357 Linux/macOS CI: (#6559) 5 gadi atpakaļ
Number 71adb7d9f5 Fix formatting in test case 6 gadi atpakaļ
Object d8cbaff6a2 Remove some old switches (#6441) 5 gadi atpakaļ
Operators ef68766dc8 Remove getVarDate, VariantDate and WinRTDate 5 gadi atpakaļ
Optimizer 65dc1ca7f3 Rejit when we are doing aggressive int type specialization and attempt to convert a float to an int on a loop backedge. (#6336) 5 gadi atpakaļ
PRE 4014ca60cd Fix value propagation on loop back-edge with aggressive value transfers 6 gadi atpakaļ
PerfHint a77ab96c33 ARM64: Disable inlining and VirtualTypedArray. Mark tests using test trace as exclue_arm64 8 gadi atpakaļ
Prototypes d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 gadi atpakaļ
RWC a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 gadi atpakaļ
RegAlloc 08234133a3 LinearScan::InsertSecondChanceCompensation does not always restore a register saved to the stack at the beginning of a loop. 7 gadi atpakaļ
Regex f2aad9f838 Error improvements 6 gadi atpakaļ
Scanner 1ad2969357 Linux/macOS CI: (#6559) 5 gadi atpakaļ
StackTrace 82fad63199 Updating test baselines 7 gadi atpakaļ
Strings c97139d2fa When appending a string to a constructor do not modify the constructor's original toString value. 6 gadi atpakaļ
TTBasic 1ad2969357 Linux/macOS CI: (#6559) 5 gadi atpakaļ
TTExecuteBasic 1ad2969357 Linux/macOS CI: (#6559) 5 gadi atpakaļ
TaggedFloats a63e04d508 Fix up rlexe.xml files: Remove BOM; remove spaces between tags which cause tags to be missed under rl.exe. 8 gadi atpakaļ
TaggedIntegers 5ea00a1e1b Begin test suite cleanup (#6444) 5 gadi atpakaļ
TryCatch 87b168a2e3 Fixes bug where ImplicitCallFlags and DisableImplicitFlags were not restored to previous values held. 7 gadi atpakaļ
UnifiedRegex 3daa80d6c3 Adding failure for character classes in range if unicode flag set. 7 gadi atpakaļ
UnitTestFramework cf71a962c1 Merge 1809 October Update changes 7 gadi atpakaļ
WasmSpec f23227ecfa [MERGE #5889 @Cellule] WebAssembly fix tee_local behavior 7 gadi atpakaļ
WasmSpec.MultiValue d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 gadi atpakaļ
bailout dfd11cd34b [MERGE #5250 @Cellule] Post-Op bailout with unconditional branches 7 gadi atpakaļ
benchmarks 5ab937bd58 Add modifications 7 gadi atpakaļ
es5 69e17f6d0a Contextual keywords cannot have unicode escape sequences 6 gadi atpakaļ
es6 befa2b30b8 Remove ENABLE_PROJECTION 5 gadi atpakaļ
es6module 1ad2969357 Linux/macOS CI: (#6559) 5 gadi atpakaļ
es7 b68f5c2815 Generator misc (#6533) 5 gadi atpakaļ
fieldopts 2422941b37 [1.11>master] [MERGE #6484 @pleath] Eliminate timezone sensitivities in UT's 5 gadi atpakaļ
inlining 25b4303c4f Allow for the possibility of no profile info for a given call target 6 gadi atpakaļ
logs 7a1092bc49 Add an empty logs directory to unblock test runs on the DRT VMs. 8 gadi atpakaļ
loop f0da7b6bf3 Mult optimization in MemOp bug fix 7 gadi atpakaļ
native-tests 479c3bd777 Detect Apple clang 11 in native test script 6 gadi atpakaļ
rltimeout 2421acb1f2 Added -timeoutRetries to rl (and some drive-by cleanup) 7 gadi atpakaļ
stackfunc e5e1f31904 Convert exclude_fre to exclude_test 8 gadi atpakaļ
strict d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 gadi atpakaļ
switchStatement d7e9d0d649 Add copyright notice to test case 8 gadi atpakaļ
typedarray 1ad2969357 Linux/macOS CI: (#6559) 5 gadi atpakaļ
utf8 d97b01d10e Fix EOL violations introduced by commits that came into master via a pump. 7 gadi atpakaļ
wasm 1ad2969357 Linux/macOS CI: (#6559) 5 gadi atpakaļ
wasm.simd 237e3fa69b Use better constant format in tests' text 5 gadi atpakaļ
CMakeLists.txt 1ad2969357 Linux/macOS CI: (#6559) 5 gadi atpakaļ
jenkins.build.cmd 0cc10a1adb add configuration to build with SWB on 9 gadi atpakaļ
jenkins.build.init.cmd 98cbeff3cc Modernize CI configuration: Modern = RS4 + Dev 15.7; Legacy = 2008 R2 + Dev14 7 gadi atpakaļ
jenkins.buildone.cmd 9129028718 Added daily build configurations to run on Windows 7 + VS 2013. 10 gadi atpakaļ
jenkins.parsetestargs.cmd 7a2631809e Be more verbose about native tests; disable native tests in reduced test runs (-dirs -tags -nottags) 8 gadi atpakaļ
jenkins.testone.cmd 1181bca6b6 Adding additional logging to native tests in CI 7 gadi atpakaļ
rlexedirs.xml ef68766dc8 Remove getVarDate, VariantDate and WinRTDate 5 gadi atpakaļ
runcitests.cmd 482c730bde fixed bug in cmd script 7 gadi atpakaļ
runnativetests.cmd dffd3ffcf0 Add missing changes for #4876: Provide more information when unit tests and native tests fail. 8 gadi atpakaļ
runtests.cmd 1ad2969357 Linux/macOS CI: (#6559) 5 gadi atpakaļ
runtests.py f6fc3ade72 Minor unrelated cleanup 5 gadi atpakaļ
runtests.sh 1ad2969357 Linux/macOS CI: (#6559) 5 gadi atpakaļ