Displaying 8 results from an estimated 8 matches for "testinfo".
2014 Oct 21
0
Re: [PATCH v5 0/7] tests: Introduce test harness for running tests.
...e automating that
using a small make function; this could make sure all the tests in each
directory get installed properly, without moving the logic away from the
build system.
Regarding the "how to find tests": maybe it is a waste, but an idea
could be add, next to test.sh, a test.sh.testinfo (or whatever), in
plain text format, with entries like:
[Test]
Need=appliance,fake-guests
CompatSkip=SKIP_OLD_NAME
(we have a .ini parser in virt-builder, so that comes for free.)
For example, the runner could get a parameter to know whether the
appliance has been enabled, and not run tests...
2017 Jan 26
2
Question about versioning of LVVM IR
...;string>:7237:187: error: invalid field 'variable'
!1526 = distinct !DIGlobalVariable(name: "test_info_", linkageName:
"_ZN14Hello_sup_Test10test_info_E", scope: !0, file: !1527, line: 4, type:
!1528, isLocal: false, isDefinition: true, variable:
%"class.testing::TestInfo"** @_ZN14Hello_sup_Test10test_info_E,
declaration: !2817)
```
Quick research of recent LLVM commits reveals that stuff is being changed
significantly, example:
commit 7b500b4bdf40cb40cb33bdcf5faf900db4930824
Author: Adrian Prantl <aprantl at apple.com>
Date: Tue Dec 20 02:09:43 2016...
2020 Sep 13
2
libva-utils test siuite is crashing in nouveau sriver
...est::Run (this=0x55b48e39c430) at
../test/gtest/src/gtest.cc:2474
impl = 0x55b48d91af60
impl = <optimized out>
#5 testing::Test::Run (this=0x55b48e39c430) at
../test/gtest/src/gtest.cc:2465
impl = <optimized out>
impl = <optimized out>
#6 testing::TestInfo::Run (this=0x55b48d91fe00) at
../test/gtest/src/gtest.cc:2656
impl = 0x55b48d91af60
repeater = 0x55b48d91add0
start = 1600019826817
test = 0x55b48e39c430
impl = <optimized out>
repeater = <optimized out>
start = <optimized out&g...
2018 Sep 21
2
msan test failures
...z/projects/llvm/utils/unittest/googletest/src/gtest.cc:483:9
#6 0x7aaeb8 in testing::internal::UnitTestImpl::GetTestCase(char
const*, char const*, void (*)(), void (*)())
/home/blitz/projects/llvm/utils/unittest/googletest/src/gtest.cc:4519
#7 0x77250b in testing::internal::UnitTestImpl::AddTestInfo(void (*)(),
void (*)(), testing::TestInfo*)
/home/blitz/projects/llvm/utils/unittest/googletest/src/gtest-internal-inl.h:661:5
#8 0x771e64 in testing::internal::MakeAndRegisterTestInfo(char const*,
char const*, char const*, char const*, testing::internal::CodeLocation,
void const*, void (*)(),...
2014 Jun 30
3
[LLVMdev] LLD dynamic compilation
...st::TestBody
(this=0xa1e6b0) at
/home/rengolin/devel/llvm/src/llvm/tools/lld/unittests/DriverTests/InputGraphTest.cpp:201
#8 0x0000000000479bda in testing::Test::Run (this=0xa1e6b0) at
/home/rengolin/devel/llvm/src/llvm/utils/unittest/googletest/src/gtest.cc:2162
#9 0x000000000047abd0 in testing::TestInfo::Run (this=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::Unit...
2005 Oct 05
0
Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o memory leak when using call files ?
...Bruno
callfile: TESTT05100514541601721
Channel: Local/TESTT05100514541601721:041234567890@test-dial
Context: test
Extension: s
Priority: 1
CallerId: 01722270201
MaxRetries: 0
WaitTime: 35
RetryTime: 10
Account: TEST
SetVar: SMID1=TESTT05100514541601
SetVar: SMID2=721
SetVar: SMID3=
SetVar: SMINFO=TESTINFO
SetVar: SMOADC=+491722270201
SetVar: SMADC=+491234567890
SetVar: SMRETRYCNT=3
extensions.conf:
[general]
TRUNKTEST=Zap/r1
[test-dial]
;exten => _TEST.,1,SetCallerPres(prohib)
exten => _TEST.,1,SetCallerPres(allowed)
exten => _TEST.,2,Cut(SMID=EXTEN,:,1)
exten => _TEST.,3,Cut(REALEXTEN...
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
2014 Oct 05
12
[PATCH v5 0/7] tests: Introduce test harness for running tests.
Since v4:
- More tests have been converted.
- Testing local guests fixed.
- Drop no-exec-stack test.