diff options
Diffstat (limited to 'testsuite/tests/stranal/sigs/all.T')
-rw-r--r-- | testsuite/tests/stranal/sigs/all.T | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuite/tests/stranal/sigs/all.T b/testsuite/tests/stranal/sigs/all.T new file mode 100644 index 0000000000..3657432cdf --- /dev/null +++ b/testsuite/tests/stranal/sigs/all.T @@ -0,0 +1,15 @@ +# This directory contains tests where we annotate functions with expected +# type signatures, and verify that these actually those found by the compiler + +setTestOpts(extra_hc_opts('-ddump-strsigs')) + +# We are testing the result of an optimization, so no use +# running them in various runtimes +setTestOpts(only_ways(['optasm'])) + +test('StrAnalExample', normal, compile, ['']) +test('T8569', expect_broken(8569), compile, ['']) +test('HyperStrUse', normal, compile, ['']) +test('T8598', normal, compile, ['']) +test('FacState', expect_broken(1600), compile, ['']) +test('UnsatFun', normal, compile, ['']) |