Non-determinant tests: Remove recent tests, to see if things stabelize.
Both debug and release clang builds have segfaulted on recent changes, non deterministically, while doing the single/multi-thread test all test files. Removing recent test files, to see if it gives a clue.
This commit is contained in:
parent
e9173b19a9
commit
258b700f59
7 changed files with 3 additions and 109 deletions
|
|
@ -1,6 +0,0 @@
|
|||
#if (-2147483648 / -1) != 0
|
||||
#error INT_MIN / -1 should yield 0, something went wrong.
|
||||
#endif
|
||||
#if (-2147483648 % -1) != 0
|
||||
#error INT_MIN % -1 should yield 0, something went wrong.
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue