test_inputs/codegen/{atomic,separate}.*: explicitly specify order of statements
commitcfbf23ddfffd81a1ca73c9c77adef9c1e4cde388
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 6 Feb 2017 09:31:27 +0000 (6 10:31 +0100)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Thu, 25 May 2017 14:13:31 +0000 (25 16:13 +0200)
treed40431ec32fb88f45fa39b2155d3a61926b7ff45
parent835a78ec70cd8047fc27bd3ed8878dea48ad3d2c
test_inputs/codegen/{atomic,separate}.*: explicitly specify order of statements

For these test cases, the same output is used for the union map input and
the schedule tree input.  In the original input, the order of
the statements is not specified, so the order in the output
depends on the hash values used in the union map representation
in a largely unpredictable way.  The two outputs could therefore
be different.  While they happens to be the same at the moment,
they may start to differ when changes are made to the way
hash values are computed.
Specify the order of the statements to ensure that the output
is always the same.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
test_inputs/codegen/atomic.c
test_inputs/codegen/atomic.in
test_inputs/codegen/atomic.st
test_inputs/codegen/separate.c
test_inputs/codegen/separate.in
test_inputs/codegen/separate.st