- Timestamp:
- Aug 15, 2019, 10:54:47 AM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- ddee972
- Parents:
- 3c7f01b
- Location:
- tests
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r3c7f01b r143e6f3 27 27 DEBUG_FLAGS=-debug -O0 28 28 29 quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes 29 quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes REMOVE_THIS_TEST 30 30 31 31 concurrent= -
tests/Makefile.in
r3c7f01b r143e6f3 380 380 INSTALL_FLAGS = -in-tree 381 381 DEBUG_FLAGS = -debug -O0 382 quick_test = avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes 382 quick_test = avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes REMOVE_THIS_TEST 383 383 concurrent = 384 384 timeouts = -
tests/pybin/tools.py
r3c7f01b r143e6f3 311 311 312 312 def core_archive(dst, name, exe): 313 # Get the files to copy313 # Get the core dump 314 314 core = os.path.join(os.getcwd(), "core" ) 315 315 316 # Uncomment if we want timestamps on coredumps317 # dst = os.path.join(dst, "%s_%s" % (name, pretty_now()))316 # update the path for this test 317 dst = os.path.join(dst, name) 318 318 319 319 # make a directory for this test 320 # mkdir makes the parent directory only so add a dummy 320 321 mkdir(os.path.join(dst, "dir")) 321 322
Note: See TracChangeset
for help on using the changeset viewer.