index
:
platform/upstream/coreclr
accepted/tizen_4.0_base
accepted/tizen_4.0_unified
accepted/tizen_5.0_base
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_base
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
asoldatov
backup/release/2.0.0_tizen/20170828
backup/release/2.0.0_tizen/20170906
backup/tizen_5.5/20190304
backup/tizen_base_2.0.0
backup/tizen_base_2.1.1-upd2
master
origin/backup/release/2.0.0_tizen_4.0/20170908
sandbox/adrob/asan
sandbox/adrob/asan.old
sandbox/akazmin/asan_annotate_buff
sandbox/ches01/asan
sandbox/ches01/asan_ARM
sandbox/ches01/asan_ARM_v2
sandbox/ches01/asan_amd64
sandbox/ches01/asan_amd64_intel_syntax
sandbox/ches01/asan_amd64_v2
sandbox/ches01/integrate-libasansi
sandbox/ches01/integrate-libasansi_debug
sandbox/ches01/integrate-libasansi_debug_v2
sandbox/denis13/gcc6x
sandbox/dkson95/clang
sandbox/dkson95/gcc_6_2_1
sandbox/dkson95/hardfp
sandbox/dkson95/hardfp_rebase
sandbox/dkson95/integrate-libasansi
sandbox/dkson95/tizen
sandbox/giuliana/fix_llvm_path
sandbox/giuliana/gcc_6_2_1
sandbox/giuliana/x86_baselibs
sandbox/jaehun77/hardfp
sandbox/mkashkarov/debug_build
sandbox/mkashkarov/test
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sandbox/vbarinov/clean-clang
sandbox/wangbiao/rpm_upgrade
tc
tizen
tizen_4.0
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_base
Domain: Dotnet / Core; Licenses: MIT;
Alexander Soldatov <soldatov.a@samsung.com>, Dmitri Botcharnikov <dmitry.b@samsung.com>, Igor Kulaychuk <i.kulaychuk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-05
Block default interface constrained call test on Unix
Michal Strehovský
1
-0
/
+1
2017-12-05
Merge remote-tracking branch 'upstream/dev/defaultintf' into defaultintf-merge
Michal Strehovský
24
-0
/
+5854
2017-12-05
Put default interfaces behind a define (#15358)
Michal Strehovský
9
-113
/
+112
2017-12-04
Separate large perf benchmarks into their own legs (#15231)
Michelle McDaniel
89
-0
/
+0
2017-12-04
Exclude constrainedcall test
Michal Strehovský
1
-0
/
+3
2017-12-04
Merge branch 'master' into master-merge
Michal Strehovský
31
-107
/
+1124
2017-12-02
JIT: defer removing statements during opt CSE (#15323)
Andy Ayers
2
-0
/
+82
2017-12-01
Change name to perf jobs to reflect the actual OS they run on (#15314)
Victor "Nate" Graf
1
-2
/
+3
2017-12-01
JIT: handle boundary cases for casts of long shifts (#15294)
Andy Ayers
3
-2
/
+328
2017-11-30
Fixed DCE of call nodes (#15192)
Roman Artemev
2
-0
/
+109
2017-11-30
Use ILAsm from buildtools, take 2 (#15300)
Michal Strehovský
7
-58
/
+6
2017-11-29
Revert "Use ILAsm from buildtools (#15172)"
Bruce Forstall
3
-2
/
+41
2017-11-29
Ensure CoreCLR Package version overwrite works correctly in test build
wtgodbe
1
-1
/
+1
2017-11-29
Use ILAsm from buildtools (#15172)
Michal Strehovský
3
-41
/
+2
2017-11-28
JIT: fix bug with int casts of long shifts (#15236)
Andy Ayers
2
-0
/
+81
2017-11-28
Merge pull request #15250 from BruceForstall/DisableMuldimjagary
Bruce Forstall
1
-1
/
+1
2017-11-28
Disable muldimjagary test for arm
Bruce Forstall
1
-1
/
+1
2017-11-28
Put default interface support behind a COMPlus switch (#15233)
Michal Strehovský
7
-2
/
+100
2017-11-27
Remove excessive console output in debug builds in a set of monitor tests (#1...
Koundinya Veluri
1
-6
/
+0
2017-11-26
Fix Powershell error (#15217)
Bruce Forstall
3
-4
/
+4
2017-11-22
Fix all powershell invocations in scripts, CI code and tests to include -NoPr...
Jacek Blaszczynski
5
-10
/
+10
2017-11-21
[RyuJit][x86] Set unused flag when replace an unused parent with a child. (#1...
Sergey Andreenko
2
-0
/
+131
2017-11-20
Remove x86 legacy_backend build and CI testing
Bruce Forstall
1
-11
/
+0
2017-11-20
Update jitbench harness to capture steady state data
Andy Ayers
2
-27
/
+86
2017-11-20
Re-enable tests disabled for #14665
Carol Eidt
1
-2
/
+2
2017-11-18
Fix MacOSX build break (#15093)
Jan Kotas
1
-0
/
+5
2017-11-16
Clean up netci.groovy (#15030)
Bruce Forstall
1
-4
/
+20
2017-11-16
Fix 14455: _opt_relrotarg_valref test failure on amd64. (#15032)
Sergey Andreenko
2
-0
/
+139
2017-11-15
Re-enable Standalone GC job, running daily (#15015)
Sean Gillespie
2
-0
/
+6
2017-11-15
Delete move to return spill in the implicit tail call in the inlinee with sev...
Sergey Andreenko
2
-0
/
+116
2017-11-14
Fix RunTest.cmd argument parsing
Bruce Forstall
1
-2
/
+2
2017-11-14
Merge branch 'master' into master-mere
Michal Strehovský
5
-35
/
+24
2017-11-13
Disable arm64 tests that fail in Debug CI runs
Bruce Forstall
1
-4
/
+4
2017-11-13
Disable VectorConvert_r/VectorConvert_ro for ARM
Bruce Forstall
1
-2
/
+2
2017-11-13
Enable long-running or resource-intensive GC tests
Bruce Forstall
1
-3
/
+3
2017-11-12
Updating the xUnit Performance Api with bug fixes to the benchmark scenarios ...
José Rivero
2
-26
/
+14
2017-11-10
Disable GC test requires much bigger amount of memory than arm32 machine may ...
Roman Artemev
1
-0
/
+1
2017-11-09
Merge branch 'master' into master-merge
Michal Strehovský
20
-35286
/
+1718
2017-11-08
Merge pull request #14912 from briansull/add-b124443
Brian Sullivan
4
-0
/
+1020
2017-11-08
Small number of bug fixes. (#14900)
José Rivero
4
-125
/
+203
2017-11-08
Added missing test JIT/Regression/CLR-x86-JIT/V1-M15-SP2/b124443/b124443.cs
Brian Sullivan
4
-0
/
+1020
2017-11-07
Merge pull request #14287 from tannergooding/benchmarks-game
Tanner Gooding
3
-129
/
+213
2017-11-07
Delete AllTestProjects.sln (#14894)
Jan Kotas
1
-34953
/
+0
2017-11-06
Add test case for jit dup stloc optimization (#14803)
Andy Ayers
2
-0
/
+79
2017-11-06
Shorten delay in some monitor tests to avoid timeout (#14852)
Koundinya Veluri
1
-72
/
+96
2017-11-06
Fix GC reporting for slow tail call arguments of type `Span<T>` (#14826)
Koundinya Veluri
2
-0
/
+82
2017-11-05
Improve altjit corefx testing
Bruce Forstall
1
-5
/
+19
2017-11-03
Fix perf-prep for throughput (#14845)
Michelle McDaniel
1
-1
/
+1
2017-11-03
Print duration to xunit output from `runtest.sh` (#14489)
Hanjoung Lee
1
-1
/
+5
2017-11-03
Merge branch 'master' into master-merge
Michal Strehovský
1
-0
/
+21
[next]