You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gwenaël Delaval faf707db4a Added test for bug [#14076] (initialization analysis)
Bug [#14076]:
node sum(x:int) returns (y:int) let y = x + (0 fby y); tel
node main(x : int) returns (y : int)
let
y = 0 -> sum(pre x);
tel

is accepted whereas the node "sum" will memorize an absent value (pre x)
and use it at next instant.

Removed auto2.ept (duplicate of auto.ept)
7 years ago
..
async Test to watch sampling of returned stateful exps. 13 years ago
bad Added test for bug [#14076] (initialization analysis) 7 years ago
good Added test for bug [#14076] (initialization analysis) 7 years ago
image_filters small fixes 13 years ago
scripts Correction of compile_sdc_run test script 7 years ago
sdc Correction of DCS tests 7 years ago
CTestTestfile.cmake Added test for bug [#14076] (initialization analysis) 7 years ago
check Tests: memalloc 13 years ago
gen_ctests Added sdc tests in CTestTestfile.cmake 7 years ago