ignore computed schedule of timing test case
commit5f66ccaeacace36f3ee9d66175a6319125b7aba5
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Mon, 8 May 2017 08:24:41 +0000 (8 10:24 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Thu, 25 May 2017 14:13:31 +0000 (25 16:13 +0200)
tree1d31b34b948994d0257b99406dd64eec3d16922a
parentd340bbacc02f58085d4f3deb1af87834c7003b62
ignore computed schedule of timing test case

Commit b57971ad29 (isl_tab_basic_set_non_trivial_lexmin: do not add cuts
for all variables, Sat Feb 18 16:13:23 2012 +0100) introduced a test case
that would result in extremely long computation times without
the changes in that commit.  The actual form of the resulting schedule
was not the object of the test.
Change the test such that it only checks that a schedule can be computed
(within a reasonable amount of time) rather than checking that is equal to
some specific schedule.
The next commit results in another schedule being computed
for this test case and the change in output would be a mere distraction.

Note that as a side-effect of commit 39d7b91232 (isl_hash_dim: make result
independent of endianness, Fri Dec 7 17:51:13 2012 +0100), the order
of some internal objects has changed such that in the end this test
case would no longer result in extremely long computation times even
without the changes in the commit that introduced the test case.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_test.c