search for: udivmodti4_test

Displaying 2 results from an estimated 2 matches for "udivmodti4_test".

2011 Oct 09
0
[LLVMdev] compiler-rt on Windows
...clear_cache_test is not written for Windows. I can't seem to find any alternative to __clear_cache on Windows, so it might be a nonsensical test to run. GCC test results: 87% tests passed, 12 tests failed out of 89 Total Test time (real) = 7.52 sec The following tests FAILED: 2 - udivmodti4_test (Failed) 24 - enable_execute_stack_test (Not Run) 29 - floatuntisf_test (Failed) 34 - floattisf_test (Failed) 38 - fixunssfti_test (Failed) 42 - clear_cache_test (Not Run) 47 - clzti2_test (Failed) 53 - ffsti2_test (Failed) 64...
2012 Jan 07
3
[LLVMdev] [PATCH][Compiler-rt] Windows implementation of mmap functionality in clear_cache_test and enable_execute_stack_test
...to allow it to compile with MinGW-w64 on Windows. Results aren't that bad. x86 GCC and Clang do everything right, all tests pass. x86_64 GCC fails a lot of tests. This is 99% sure a codegen issue. 38 - fixunssfti_test (Failed) 74 - fixunsdfti_test (Failed) x86_64 Clang fails these tests: 2 - udivmodti4_test (SEGFAULT) 6 - fixdfti_test (Failed) 8 - negti2_test (SEGFAULT) 9 - cmpti2_test (SEGFAULT) 10 - mulvti3_test (SEGFAULT) 12 - fixunsxfti_test (Failed) 14 - negvti2_test (SEGFAULT) 16 - ucmpti2_test (SEGFAULT) 19 - popcountti2_test (SEGFAULT) 23 - shlti3_test (SEGFAULT) 29 - floatuntisf_test (SEGFAUL...