Changeset 143e6f3 for tests


Ignore:
Timestamp:
Aug 15, 2019, 10:54:47 AM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Trying out archive build failures

Location:
tests
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r3c7f01b r143e6f3  
    2727DEBUG_FLAGS=-debug -O0
    2828
    29 quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes
     29quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes REMOVE_THIS_TEST
    3030
    3131concurrent=
  • tests/Makefile.in

    r3c7f01b r143e6f3  
    380380INSTALL_FLAGS = -in-tree
    381381DEBUG_FLAGS = -debug -O0
    382 quick_test = avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes
     382quick_test = avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes REMOVE_THIS_TEST
    383383concurrent =
    384384timeouts =
  • tests/pybin/tools.py

    r3c7f01b r143e6f3  
    311311
    312312def core_archive(dst, name, exe):
    313         # Get the files to copy
     313        # Get the core dump
    314314        core = os.path.join(os.getcwd(), "core" )
    315315
    316         # Uncomment if we want timestamps on coredumps
    317         # dst  = os.path.join(dst, "%s_%s" % (name, pretty_now()))
     316        # update the path for this test
     317        dst  = os.path.join(dst, name)
    318318
    319319        # make a directory for this test
     320        # mkdir makes the parent directory only so add a dummy
    320321        mkdir(os.path.join(dst, "dir"))
    321322
Note: See TracChangeset for help on using the changeset viewer.