Changeset 5715d43 for tests


Ignore:
Timestamp:
Aug 14, 2020, 1:29:03 PM (5 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
762fbc1
Parents:
4c925cd
Message:

Exceptions now get their context differently with libcfathread. Added a number of tests to help test this.

Location:
tests
Files:
10 added
3 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r4c925cd r5715d43  
    163163        $(CFACOMPILETEST) -DERR2 -c -fsyntax-only -o $(abspath ${@})
    164164
     165# Exception Tests
     166# Test with libcfathread; it changes how storage works.
     167
     168exceptions/%-threads : exceptions/%.cfa $(CFACCBIN)
     169        $(CFACOMPILETEST) -include exceptions/with-threads.hfa -c -o $(abspath ${@}).o
     170        $(CFACCLOCAL) $($(shell echo "${@}_FLAGSLD" | sed 's/-\|\//_/g')) $(abspath ${@}).o -o $(abspath ${@})
     171
    165172#------------------------------------------------------------------------------
    166173# Other targets
  • tests/exceptions/terminate.cfa

    r4c925cd r5715d43  
    142142        }
    143143}
    144 
  • tests/linking/withthreads.cfa

    r4c925cd r5715d43  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // nothreads.cfa --
     7// withthreads.cfa --
    88//
    99// Author           : Thierry Delisle
Note: See TracChangeset for help on using the changeset viewer.