Displaying 13 results from an estimated 13 matches for "test_suit".
Did you mean:
  test_suite
  
2016 Feb 09
2
D16945: LLVM overhaul to avoid linking LLVM component libraries with libLLVM
...{test_name}
+      gtest
+      gtest_main
+      )
+  else()
   target_link_libraries(${test_name}
-    gtest
-    gtest_main
-    LLVMSupport # gtest needs it for raw_ostream.
-    )
+      gtest
+      gtest_main
+      LLVMSupport # Depends on llvm::cl
+      )
+  endif()
   add_dependencies(${test_suite} ${test_name})
   get_target_property(test_suite_folder ${test_suite} FOLDER)
Index: cmake/modules/LLVM-Config.cmake
===================================================================
--- cmake/modules/LLVM-Config.cmake     (revision 260200)
+++ cmake/modules/LLVM-Config.cmake     (working copy)...
2011 Nov 10
0
Unable to execute raw tests using lxc-execute.
..._ops_name is  'subunit'
The basedir is (null)
The outputdir is ::
/home/nishant/Desktop/samba-4.0.0alpha15/smbtortureXXXXXX
The argc_new is 3The new argv inside loop is  :: raw.write
 and i is 2time: 2011-11-10 18:37:03.361497
Before running the specific test........
We are running the test_suite in non restricted.........
Inside file subunit.c and func :: suite_start
Inside file subunit.c and func :: suite_start and suite_name :: write
progress: 4
Inside file subunit.c and func subunit_test_name:: test_name :: write and
test_case_name :: write
Inside file subunit.c and func subunit_tes...
2011 Jan 13
2
[LLVMdev] About test suits
...DIR/llvm-2.8/projects
2. $svn co http://llvm.org/svn/llvm-project/test-suite/trunk test-suite
3.$cd OBJ_DIR; 4. $SRC_DIR/configure --prefix=INS_DIR --enable-debug-runtime
 --disable-optimized --enable-debug-symbols --enable-assertions
--with-llvmgccdir=LLVM_GCC_DIR
5. $make.
6. $cd OBJ_DIR/projects/test_suits;             $make
Then the following error ocurred.
[qali at qali test-suite]$ make
make[1]: Entering directory
`/home/qali/build/llvm-2.8-rev/projects/test-suite/SingleSource'
make[2]: Entering directory
`/home/qali/build/llvm-2.8-rev/projects/test-suite/SingleSource/UnitTests'
make[3]:...
2004 Jun 20
2
[LLVMdev] qmtest problem
...kg/qmtest/bin/qmtest", line 168, in main
    exit_code = command.Execute()
  File "/home/wanderer/pkg/qmtest/lib/qm/test/cmdline.py", line 649, in
Execute
    return method()
  File "/home/wanderer/pkg/qmtest/lib/qm/test/cmdline.py", line 1310, in
__ExecuteRun
    test_ids, test_suites \
  File "/home/wanderer/pkg/qmtest/lib/qm/test/database.py", line 922, in
ExpandIds
    if self.HasSuite(id):
  File "/home/wanderer/pkg/qmtest/lib/qm/test/database.py", line 685, in
HasSuite
    self.GetSuite(suite_id)
  File "/usr/home/wanderer/pkg/build/llvm/obj/test/...
2013 Feb 05
0
[LLVMdev] single tests in test-suite
On 02/04/2013 12:55 PM, reed kotler wrote:
> How do you build and run just a single test in test-suite?
> 
> tia
> 
> Reed
Here is the way I do it (example for running two tests):
make DIRS= Source="foo.c bar.c" ...
If you are working in a freshly configured test_suite tree most of the sub
directories won't exist, but they can be created via:
make clean
If you run into other issues, looking at make -p output is likely helpful.
Doug
2016 Feb 06
2
D16945: LLVM overhaul to avoid linking LLVM component libraries with libLLVM
Hans,
      I have posted a complete patch for solving the linkage issues
with LLVM_LINK_LLVM_DYLIB on Phabricator at
http://reviews.llvm.org/D16945.  The bulk of the fix the simple
changes of...
Index: cmake/modules/AddLLVM.cmake
===================================================================
--- cmake/modules/AddLLVM.cmake (revision 259743)
+++ cmake/modules/AddLLVM.cmake (working copy)
@@
2004 Jun 20
0
[LLVMdev] qmtest problem
...8, in main
>     exit_code = command.Execute()
>   File "/home/wanderer/pkg/qmtest/lib/qm/test/cmdline.py", line 649, in
> Execute
>     return method()
>   File "/home/wanderer/pkg/qmtest/lib/qm/test/cmdline.py", line 1310, in
> __ExecuteRun
>     test_ids, test_suites \
>   File "/home/wanderer/pkg/qmtest/lib/qm/test/database.py", line 922, in
> ExpandIds
>     if self.HasSuite(id):
>   File "/home/wanderer/pkg/qmtest/lib/qm/test/database.py", line 685, in
> HasSuite
>     self.GetSuite(suite_id)
>   File "/usr/hom...
2005 Jan 04
1
[fdo] Linux Desktop Testing Project - Hosting request
Hi,
    LDTP (Linux Desktop Testing Project) hosted in
http://gnomebangalore.org/ldtp
About LDTP:
*Problem:*
In windows domain there are many GUI automation tools, which can
recognize the GUI as "objects" and not just with co-ordinates.
Unfortunately, Open Source Linux GUI automation tools are not matured up
to that level - at least to my knowledge ;) . Without this advancement
in the
2018 Jun 19
2
Using lnt to run SPEC tests: possible or not?
It appears that lnt has the capability to run the 
SPEC2000/2006/2017(maybe) tests from looking at the options and from 
poking around in the mailing list archives.  Or does it?  I experimented 
a bit and cannot get it to work right.  However, it isn't really 
documented anywhere so maybe I didn't set it up properly.  Plus there's 
all the mention of llvmgcc...
So is anyone doing
2011 Jan 14
0
[LLVMdev] About test suits
...://llvm.org/svn/llvm-project/test-suite/trunk test-suite
>> 3.$cd OBJ_DIR; 
>> 4. $SRC_DIR/configure --prefix=INS_DIR --enable-debug-runtime  --disable-optimized --enable-debug-symbols --enable-assertions --with-llvmgccdir=LLVM_GCC_DIR
>> 5. $make.
>> 6. $cd OBJ_DIR/projects/test_suits;             $make
>> 
>> Then the following error ocurred. 
>> [qali at qali test-suite]$ make
>> make[1]: Entering directory `/home/qali/build/llvm-2.8-rev/projects/test-suite/SingleSource'
>> make[2]: Entering directory `/home/qali/build/llvm-2.8-rev/projects/t...
2019 Dec 11
4
modification on lnt to recognize new architecture
Hi,
I have a question regarding to lnt.  We are working on NEC SX-Aurora Vector Engine and
preparing for upstreaming it on https://reviews.llvm.org/D69103 and following reviews.
We are running llvm-test-suite to check our modifications often.  To run this test suite,
we need to specify our architecture to lnt and make program running under lnt to handle
a few special cases.  In order to do so,
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...a4",
+                        ],
+    setup_requires=["PasteScript >= 1.7"],
+    paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools'],
+    packages=find_packages(exclude=['ez_setup']),
+    include_package_data=True,
+    test_suite='nose.collector',
+    tests_require=['WebTest', 'BeautifulSoup'],
+    package_data={'ovirtserver': ['i18n/*/LC_MESSAGES/*.mo',
+                                 'templates/*/*',
+                                 'public/*/*']},
+    message...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...a4",
-                        ],
-    setup_requires=["PasteScript >= 1.7"],
-    paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools'],
-    packages=find_packages(exclude=['ez_setup']),
-    include_package_data=True,
-    test_suite='nose.collector',
-    tests_require=['WebTest', 'BeautifulSoup'],
-    package_data={'ovirtserver': ['i18n/*/LC_MESSAGES/*.mo',
-                                 'templates/*/*',
-                                 'public/*/*']},
-    message...