heptagon/test/bad
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)
2017-03-17 15:15:27 +01:00
..
bad_array_power.ept Fixed code generation of n-dim static arrays 2011-07-21 11:19:07 +02:00
bad_flatten.ept some more tests 2011-05-26 15:56:59 +02:00
bad_merge1.ept Added some tests. 2010-12-15 11:26:30 +01:00
bad_merge2.ept Added some tests. 2010-12-15 11:26:30 +01:00
bad_merge3.ept Added some tests. 2010-12-15 11:26:30 +01:00
bad_param_ident.ept Fix for linear types and automata 2011-09-08 10:45:19 +02:00
causality.ept Add lib/pervasives.epi, tests, tools 2010-06-21 12:11:06 +02:00
clock_annot.ept resets are now without constraint. 2011-05-26 15:56:59 +02:00
clock_causality.ept some tests. 2011-05-26 15:56:59 +02:00
clock_dep.ept some tests. 2011-05-26 15:56:59 +02:00
clocking.ept Small clocking test 2011-01-05 15:50:01 +01:00
flatten.ept Don't remove local variables in causality 2011-10-26 16:14:02 +02:00
linear_acc.ept Fixed linear typing of accumulators 2011-09-09 11:29:24 +02:00
linear_autom.ept Fix for linear types and automata 2011-09-08 10:45:19 +02:00
linear_causality.ept Tests for memory allocation and linear typing 2011-05-25 09:12:15 +02:00
linear_fun.ept Fixed bug in unicity check in linear typing 2011-10-07 11:59:13 +02:00
linear_init.ept Fix for linear types and automata 2011-09-08 10:45:19 +02:00
linear_map.ept Fixed typing of iterator 2011-09-08 14:10:55 +02:00
linear_mapfold.ept Fixed linear typing of accumulators 2011-09-09 11:29:24 +02:00
side_effect.ept Added test of options 2012-07-19 15:23:40 +02:00
t1.ept Add lib/pervasives.epi, tests, tools 2010-06-21 12:11:06 +02:00
t2.ept some more tests 2011-05-26 15:56:59 +02:00
t3.ept some more tests 2011-05-26 15:56:59 +02:00
t4.ept some more tests 2011-05-26 15:56:59 +02:00
t5.ept some more tests 2011-05-26 15:56:59 +02:00
t6.ept Add lib/pervasives.epi, tests, tools 2010-06-21 12:11:06 +02:00
t7.ept Add lib/pervasives.epi, tests, tools 2010-06-21 12:11:06 +02:00
t8-causality.ept Add lib/pervasives.epi, tests, tools 2010-06-21 12:11:06 +02:00
t9-initialization.ept Added initialization bad tests and correct good/t1 2010-10-08 14:53:24 +02:00
t10-initialization.ept Added initialization bad tests and correct good/t1 2010-10-08 14:53:24 +02:00
t11-initialization.ept Recursives Qualnames. 2011-02-07 14:24:17 +01:00
t12-initialization.ept Added test for bug [#14076] (initialization analysis) 2017-03-17 15:15:27 +01:00
when_merge1.ept some more tests 2011-05-26 15:56:59 +02:00