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
2019-02-15
Disable failing corefx test (#22625)
Jan Kotas
1
-0
/
+14
2019-02-15
Manually update the dependencies.props and move S.P.Corelib to use LangVersio...
Tanner Gooding
20
-44
/
+13
2019-02-14
Remove unnecessary ProjectReferences to CoreCLRTestLibrary (#22539)
Egor Chesakov
259
-766
/
+5
2019-02-14
Fix check for memory containment safety. (#22563)
Eugene Rozenfeld
2
-0
/
+80
2019-02-13
Use dependency flow for core-setup and corefx dependencies (#22544)
Juan Hoyos
12
-61
/
+61
2019-02-12
Fix exception sets for indirections in value numbering. (#22542)
Eugene Rozenfeld
1
-3
/
+0
2019-02-12
Bug Fix: Calling System.Diagnostics.Tracing.EventPipe.Enable twice asserts #2...
José Rivero
2
-0
/
+216
2019-02-12
Update COM Activator class (#22317)
Aaron Robinson
29
-57
/
+360
2019-02-12
Add new rounding modes to System.Math, System.MathF (#20815)
hamish-rose
1
-0
/
+4
2019-02-11
Support building with VS2019 Preview (#22525)
Tanner Gooding
2
-103
/
+132
2019-02-11
Move runincontext to src/tools
Russ Keldorph
2
-583
/
+0
2019-02-11
Move GCHandle to shared (#22499)
Stephen Toub
1
-0
/
+8
2019-02-08
Update BuildTools, CoreFx, CoreSetup to preview1-03706-01, preview.19106.8, p...
dotnet-maestro-bot
1
-0
/
+174
2019-02-08
Force results of rejected multi-reg-returning tail-call candidates to temp. (...
Eugene Rozenfeld
2
-0
/
+101
2019-02-07
Disable more baseservices/threading/interlocked tests on Ubuntu.Arm64 (#22471)
Egor Chesakov
1
-0
/
+12
2019-02-07
Merge pull request #22435 from echesakovMSFT/TreatCLRTestExecutionArgumentsAs...
Egor Chesakov
3
-14
/
+8
2019-02-07
Fixing Utf8Formatter.Float to support all the same format specifiers as the u...
Tanner Gooding
1
-0
/
+8
2019-02-07
Fix delegate creation for default interface methods on structs (#22427)
Michal Strehovský
2
-0
/
+215
2019-02-06
Index and Range updates (#22331)
Tarek Mahmoud Sayed
3
-13
/
+15
2019-02-06
Merge pull request #22450 from BruceForstall/DisableFlakySystemNetTests
Bruce Forstall
1
-0
/
+1
2019-02-06
Throw an exception when passing strings by-value as out parameters. (#21513)
Jeremy Koritzinsky
6
-4
/
+24
2019-02-06
Disable flaky Linux/arm64 corefx System.Net.Sockets.Tests
Bruce Forstall
1
-0
/
+1
2019-02-06
Treat $(CLRTestExecutionArguments) as an array in Bash
Egor Chesakov
2
-8
/
+8
2019-02-06
Enable baseservices/threading/paramthreadstart/ThreadStartString_1
Egor Chesakov
1
-6
/
+0
2019-02-06
Add option to run tests in unloadable context (#22332)
Jan Vorlicek
68
-9
/
+202
2019-02-05
Merge pull request #22433 from BruceForstall/DisableFailingLinuxArm64Test
Bruce Forstall
1
-0
/
+3
2019-02-05
Merge pull request #22438 from BruceForstall/DisableFailingXarchTests
Bruce Forstall
1
-0
/
+18
2019-02-05
Merge pull request #22439 from BruceForstall/DisableWaitOne2
Bruce Forstall
1
-0
/
+3
2019-02-05
Disable GThread23 test
Bruce Forstall
1
-0
/
+3
2019-02-05
Disable failing constrainedcall test on Linux
Bruce Forstall
1
-0
/
+3
2019-02-05
Disable baseservices\threading\mutex\misc\waitone2 test
Bruce Forstall
1
-0
/
+3
2019-02-05
Disable failing BestFitMapping tests
Bruce Forstall
1
-0
/
+18
2019-02-05
Merge pull request #22431 from BruceForstall/DisableCorefxFailingTests
Bruce Forstall
1
-0
/
+2
2019-02-05
Merge pull request #22425 from BruceForstall/UploadMsbuildLogs
Bruce Forstall
2
-2
/
+14
2019-02-05
Merge pull request #22415 from adityamandaleeka/pinvoke_eh
Aditya Mandaleeka
1
-6
/
+0
2019-02-05
Disable failing Linux/arm64 corefx tests
Bruce Forstall
1
-0
/
+2
2019-02-05
Merge pull request #22421 from BruceForstall/RestrictArm64XunitParallelism
Bruce Forstall
1
-0
/
+2
2019-02-05
Merge pull request #22416 from BruceForstall/FixRunTestOutput
Bruce Forstall
1
-4
/
+11
2019-02-05
Correctly error out gracefully on setup-stress-dependencies when libcoredisto...
Jeremy Koritzinsky
1
-1
/
+1
2019-02-04
Fix marshalling UTF8 string struct member from native to managed. (#22408)
Jeremy Koritzinsky
2
-0
/
+22
2019-02-04
Merge pull request #22417 from BruceForstall/ExtractRuntestTimeout
Bruce Forstall
1
-10
/
+11
2019-02-04
Configure MSBuild debug path and save any logs
Bruce Forstall
2
-2
/
+14
2019-02-04
Fix runtest.py output
Bruce Forstall
1
-4
/
+11
2019-02-04
Restrict arm64 parallelism to collections
Bruce Forstall
1
-0
/
+2
2019-02-04
Extract setting __TestTimeout
Bruce Forstall
1
-10
/
+11
2019-02-04
Re-enable tests blocked by 21964.
Aditya Mandaleeka
1
-6
/
+0
2019-02-04
Disable JIT/SIMD/Vector3Interop_ro on x64 Unix platforms
Egor Chesakov
1
-0
/
+3
2019-02-04
Disable JIT/Regression/CLR-x86-JIT/v2.1/b152292 on all Unix platforms
Egor Chesakov
1
-6
/
+3
2019-02-04
Reenable corefx System.Linq.Expressions.Tests. (#22362)
Sergey Andreenko
2
-2
/
+0
2019-02-04
Delete exclusions that reference fixed issues. (#22355)
Sergey Andreenko
1
-48
/
+3
[next]