[x86/Linux] Fix pow of tryrun (dotnet/coreclr#11099)
authorSaeHie Park <saehie.park@gmail.com>
Fri, 21 Apr 2017 14:28:07 +0000 (23:28 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Fri, 21 Apr 2017 14:28:07 +0000 (07:28 -0700)
x86/Linux has compatible math pow()
This will fix CoreFX System.Tests.MathFTests.Pow() failures

Commit migrated from https://github.com/dotnet/coreclr/commit/b156c8459156ffeae7172d88903d2fd0867f874e

src/coreclr/cross/x86/tryrun.cmake

index cfc5208..1bf3da9 100644 (file)
@@ -55,7 +55,7 @@ SET( HAVE_COMPATIBLE_ASIN_EXITCODE
      CACHE STRING "Result from TRY_RUN" FORCE)
 
 SET( HAVE_COMPATIBLE_POW_EXITCODE
-     1
+     0
      CACHE STRING "Result from TRY_RUN" FORCE)
 
 SET( HAVE_VALID_NEGATIVE_INF_POW_EXITCODE