search for: main_config

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

Did you mean: mail_config
2003 Nov 10
1
INCLUDE config command?
So instead of a series of files containing the same set of virtual kernels and a distinct DEFAULT option (which is a lazy/safe way of having one configuration per file), you'd have one main config file INCLUDEd by the various instances files. -first_config------------------ -main_config------------------ PROMPT 1 PROMPT 1 DEFAULT l1 TIMEOUT 40 TIMEOUT 40 label l1 kernel vmlinux label l1 append some_options kernel vmlinux...
2017 Nov 25
2
PSA: debuginfo-tests workflow changing slightly
...S_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}) +set(DEBUGINFO_TESTS_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}) + +set(DEBUGINFO_TEST_DEPS + clang + FileCheck + count + not + ) + +configure_lit_site_cfg( + ${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.py.in + ${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg.py + MAIN_CONFIG + ${CMAKE_CURRENT_SOURCE_DIR}/lit.cfg.py + ) + +add_lit_testsuite(check-debuginfo "Running debug info integration tests" + ${CMAKE_CURRENT_BINARY_DIR} + DEPENDS ${DEBUGINFO_TEST_DEPS} + ) +set_target_properties(check-debuginfo PROPERTIES FOLDER "Debug info tests") diff --gi...
2017 Dec 06
3
PSA: debuginfo-tests workflow changing slightly
...+ FileCheck >> + count >> + not >> + ) >> + >> +configure_lit_site_cfg( >> + ${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.py.in <http://lit.site.cfg.py.in/> >> + ${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg.py <http://lit.site.cfg.py/> >> + MAIN_CONFIG >> + ${CMAKE_CURRENT_SOURCE_DIR}/lit.cfg.py <http://lit.cfg.py/> >> + ) >> + >> +add_lit_testsuite(check-debuginfo "Running debug info integration tests" >> + ${CMAKE_CURRENT_BINARY_DIR} >> + DEPENDS ${DEBUGINFO_TEST_DEPS} >> + ) >&g...
2017 Dec 06
2
PSA: debuginfo-tests workflow changing slightly
...FO_TEST_DEPS > + clang > + FileCheck > + count > + not > + ) > + > +configure_lit_site_cfg( > + ${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.py.in <http://lit.site.cfg.py.in/> > + ${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg.py <http://lit.site.cfg.py/> > + MAIN_CONFIG > + ${CMAKE_CURRENT_SOURCE_DIR}/lit.cfg.py <http://lit.cfg.py/> > + ) > + > +add_lit_testsuite(check-debuginfo "Running debug info integration tests" > + ${CMAKE_CURRENT_BINARY_DIR} > + DEPENDS ${DEBUGINFO_TEST_DEPS} > + ) > +set_target_properties(check-...
2017 Nov 22
2
PSA: debuginfo-tests workflow changing slightly
I sorta enjoy debugging stuff like this, so if you don't mind, I'll dig into it once I get a chance -- traveling so, my access is a bit sketchy right now. I'll see if I can grab the logs and let you know if I find anything interesting. On Tue, Nov 21, 2017 at 7:04 PM, Zachary Turner <zturner at google.com> wrote: > That change was added specifically to workaround a failure