search for: runalltest

Displaying 5 results from an estimated 5 matches for "runalltest".

Did you mean: runalltests
2014 Jun 30
3
[LLVMdev] LLD dynamic compilation
...s=0xa1d6f0) at /home/rengolin/devel/llvm/src/llvm/utils/unittest/googletest/src/gtest.cc:2309 #10 0x000000000047adc5 in testing::TestCase::Run (this=0xa1cfe0) at /home/rengolin/devel/llvm/src/llvm/utils/unittest/googletest/src/gtest.cc:2416 #11 0x000000000047fd40 in testing::internal::UnitTestImpl::RunAllTests (this=0xa0f140) at /home/rengolin/devel/llvm/src/llvm/utils/unittest/googletest/src/gtest.cc:4205 #12 0x000000000047fff2 in HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool> (location=<synthetic pointer>, method=(bool (testing::internal::UnitTestImpl::*)(te...
2020 Sep 13
2
libva-utils test siuite is crashing in nouveau sriver
...impl = <optimized out> repeater = <optimized out> start = <optimized out> impl = <optimized out> repeater = <optimized out> start = <optimized out> i = <optimized out> #10 testing::internal::UnitTestImpl::RunAllTests (this=<optimized out>) at ../test/gtest/src/gtest.cc:4649 test_index = 4 start = 1600019826482 i = 0 should_shard = <optimized out> has_tests_to_run = true repeater = 0x55b48d91add0 forever = <optimized out> in_subpr...
2014 Jun 30
2
[LLVMdev] LLD dynamic compilation
Folks, I'm having a look at LLD and I need some guidance... I know it's not production ready for x86 and ARM (the idea is to make it so). My steps: I've added it to tools/lld and ran CMake again (on x86_64) on a standard release build (static linking). It works, builds but I see one unit test error: Note: Google Test filter = InputGraphTest.Observer [==========] Running 1 test from
2004 Jul 06
3
posix
mainly question for the intel folks, any chance to rerun the ltp testsuites to see how we are doing these days with all the changes ? thanks :) Wim
2009 Jan 27
3
[LLVMdev] [PATCH] llvm/llvm-gcc broken on mingw32
...p; !defined(__MINGW32__) #if !defined(_WIN32_WCE) // SetErrorMode doesn't exist on CE. @@ -3294,7 +3294,7 @@ } #else - // We are on Linux or Mac OS. There is no exception of any kind. + // We are on Linux, Mac OS or MingW. There is no exception of any kind. return impl_->RunAllTests(); #endif // GTEST_OS_WINDOWS Index: utils/unittest/googletest/Makefile =================================================================== --- utils/unittest/googletest/Makefile (revision 63080) +++ utils/unittest/googletest/Makefile (working copy) @@ -13,6 +13,12 @@ LIBRARYNAME = GoogleTest...