Commit d504358
committed
Visual Studio: fix feraiseexcept test failure
We have a test that checks that our own implementation of feraiseexcept
triggers an assertion failure when a non-zero argument is given. This test
now fails since Visual Studio has in implementation for feraiseexcept in the
fenv.h header file.
This commit disables the test when using Visual Studio.1 parent 9411c77 commit d504358
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
7 | 15 | | |
| 16 | + | |
8 | 17 | | |
9 | 18 | | |
0 commit comments