Commit Graph

2 Commits

Author SHA1 Message Date
Michael Tautschnig ee16637aa6 Functional tests of __sync_{bool,val}_compare_and_swap and __sync*fetch*
This is to confirm that they (at least in a single-threaded context) work
correctly.
2019-05-30 10:15:43 +00:00
Michael Tautschnig b709225327 Prepare __sync_* regression tests for functional testing
Cleanup the directory structure to gather all tests of a primitive in a single
directory. For now these are just the type checking tests, functional tests will
be added in a subsequent commit.
2019-05-30 10:15:43 +00:00