Displaying 3 results from an estimated 3 matches for "fixunsdfti_test".
2011 Oct 09
0
[LLVMdev] compiler-rt on Windows
...loattisf_test (Failed)
38 - fixunssfti_test (Failed)
42 - clear_cache_test (Not Run)
47 - clzti2_test (Failed)
53 - ffsti2_test (Failed)
64 - floatuntidf_test (Failed)
66 - ctzti2_test (Failed)
69 - floattidf_test (Failed)
74 - fixunsdfti_test (Failed)
Clang test results:
58% tests passed, 37 tests failed out of 89
Total Test time (real) = 10.71 sec
The following tests FAILED:
2 - udivmodti4_test (SEGFAULT)
6 - fixdfti_test (Failed)
8 - negti2_test (SEGFAULT)
9 - cmpti2_test (SEGFAULT)...
2012 Jan 07
3
[LLVMdev] [PATCH][Compiler-rt] Windows implementation of mmap functionality in clear_cache_test and enable_execute_stack_test
Hi,
Attached is a patch for compiler-rt 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 (SEGFAU...
2011 Jul 18
0
[LLVMdev] [compiler-rt] trunk fails ctest on X86_64 Linux
...X86_64 Ubuntu Linux, and I checked out the trunk of
compiler-rt and built it according to the instructions on it's page,
and ran the test suite. Three tests failed:
The following tests FAILED:
24 - enable_execute_stack_test (SEGFAULT)
38 - fixunssfti_test (Failed)
74 - fixunsdfti_test (Failed)
The code built without any errors. Some warnings were output, all of
which are identical to this one, save the file in which it occurs
[ 90%] Building C object
test/CMakeFiles/powitf2_test.dir/Unit/powitf2_test.c.o
/home/taylorh/prog/compiler-rt/test/Unit/powitf2_test.c: In function ‘main...