Changes in / [d10e391:b065dbb]
- Location:
- tests
- Files:
-
- 12 deleted
- 2 edited
-
Makefile.am (modified) (1 diff)
-
array-container/.expect/dimexpr-match-c-ERRS.arm64.txt (deleted)
-
array-container/.expect/dimexpr-match-c-ERRS.x64.txt (deleted)
-
array-container/.expect/dimexpr-match-c-ERRS.x86.txt (deleted)
-
array-container/.expect/dimexpr-match-c.txt (deleted)
-
array-container/.expect/dimexpr-match-cfa-ERRS.arm64.txt (deleted)
-
array-container/.expect/dimexpr-match-cfa-ERRS.x64.txt (deleted)
-
array-container/.expect/dimexpr-match-cfa-ERRS.x86.txt (deleted)
-
array-container/.expect/dimexpr-match-cfa.txt (deleted)
-
array-container/dimexpr-match-c.cfa (deleted)
-
array-container/dimexpr-match-cfa.cfa (deleted)
-
array-container/dimexpr-match-detail.sh (deleted)
-
array-container/dimexpr-match.hfa (deleted)
-
test.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
rd10e391 rb065dbb 225 225 -cp ${test} ${abspath ${@}} 226 226 227 array-container/dimexpr-match-c-ERRS : array-container/dimexpr-match-c.cfa228 ${CFACOMPILE_SYNTAX} -DERRS229 -cp ${test} ${abspath ${@}}230 231 array-container/dimexpr-match-cfa-ERRS : array-container/dimexpr-match-cfa.cfa232 ${CFACOMPILE_SYNTAX} -DERRS233 -cp ${test} ${abspath ${@}}234 235 227 alloc-ERROR : alloc.cfa ${CFACCBIN} 236 228 ${CFACOMPILE_SYNTAX} -DERR1 -
tests/test.py
rd10e391 rb065dbb 115 115 parser.add_argument('--continue', help='When multiple specifications are passed (debug/install/arch), sets whether or not to continue if the last specification failed', type=yes_no, default='yes', dest='continue_') 116 116 parser.add_argument('--invariant', help='Tell the compiler to check invariants.', action='store_true') 117 parser.add_argument('--no-invariant', help='Tell the compiler not to check invariant s.', action='store_false')117 parser.add_argument('--no-invariant', help='Tell the compiler not to check invariant.', action='store_false') 118 118 parser.add_argument('--timeout', help='Maximum duration in seconds after a single test is considered to have timed out', type=int, default=180) 119 119 parser.add_argument('--global-timeout', help='Maximum cumulative duration in seconds after the ALL tests are considered to have timed out', type=int, default=7200)
Note:
See TracChangeset
for help on using the changeset viewer.