From 3df44ef76ffc7d3c9932eb24e9e1e1d71f02c069 Mon Sep 17 00:00:00 2001 From: Eugene Rozenfeld Date: Tue, 15 Dec 2015 17:40:43 -0800 Subject: Enable checked builds of CoreCLR. In checked builds coreclr, mscorlib, and the test are built optimized but assertion checking is on. This adds additional coverage (the jit is optimizing and assertion checking is on), speeds up testing compared to debug, and allows testing JIT stress modes. This doesn't affect CoreFX. Several tests are currently failing in checked configuration due to newly discovered bugs (JIT asserts). We didn't see these asserts in debug mode because by default JIT is in minopt mode; we didn't see these bugs in release mode because assertion checking is off. I will file the bugs once checked build changes are in. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2934c40cc2..da64285893 100644 --- a/.gitignore +++ b/.gitignore @@ -259,6 +259,7 @@ Temporary Items # Ignore folders created by the test build TestWrappers_x64_debug +TestWrappers_x64_checked TestWrappers_x64_release Vagrantfile -- cgit v1.2.3