Displaying 4 results from an estimated 4 matches for "test_llvm".
2011 Oct 30
0
[LLVMdev] [release_30] ppc-redhat-linux (fedora 12 ps3)
It can pass on trunk.
http://bb.pgr.jp/builders/clang-ppc-linux/builds/91/steps/test_llvm/logs/stdio
Note: You still need to add -UPPC on configure or make.
Clang tests will not let passed for me. There might be many issues.
It fails on some point on release_30.
r143303 in release_30
http://bb.pgr.jp/builders/clang-ppc-linux/builds/92/steps/test_llvm/logs/stdio
Failing Tests (5):
*...
2007 Jun 16
0
[LLVMdev] Wrong tan
...::tan( a );
float result_b = std::tan( b );
std::cout << "tan float: " << result_a << std::endl;
std::cout << "tan double: " << result_b << std::endl;
}
</tan_bug.cc>
Appendix B:
<Makefile>
all: test_g++ test_llvm-g++ test_interpreter test_interpreter_opt
test_native_g++ test_native_llvm-g++
.PHONY: c clean test_simple test_interpreter test_interpreter_opt
test_native_g++ test_native_llvm-g++
test_g++: simple_g++
./simple_g++
test_llvm-g++: simple_llvm
./simple_llvm
test_interpreter: emit...
2007 Jun 16
2
[LLVMdev] Wrong tan
On Jun 16, 2007, at 12:35 AM, Duncan Sands wrote:
>> Result compiled with llvm-g++ 2.0:
>> tan float: -2.18504
>> tan double: 0.309336
>
> This may be due to bug 1505.
It fails on x86 using x87 floating point, with the inliner not run,
because of 1505, yes. Gonsolo, is that your situation?
(What happens is, there is a wrapper in the header file for std::tan
(float),
2011 Apr 08
1
[LLVMdev] RFC: Enable Lit testing on Windows buildbot
Hello,
I am going to add this step in the nearest time.
Thanks
Galina
2011/4/08 NAKAMURA Takumi <geek4civic at gmail.com>:
>Hello,
>
>Shall we enable "make check" on msys-mingw hosts?
>(I suggest llvm-gcc-native-mingw32-win7 could do)
>
>(it is llvm+clang's "make check-all")
>
>Testing Time: 146.64s
>Expected Passes : 8297