summaryrefslogtreecommitdiff
path: root/run_tests.sh
AgeCommit message (Expand)AuthorFilesLines
2012-08-20A few minor cleanupsarchibald1-0/+2
2012-07-20Add Vec load testTom Stellard1-0/+8
2012-07-11run_tests: Add use_host_ptr testTom Stellard1-0/+6
2012-07-11run_tests: Add bit rotate testsTom Stellard1-0/+13
2012-07-11run_tests: Clear memory with 0xDEADBEEF instead of 0Tom Stellard1-1/+1
2012-05-24run_tests.sh: Fix typosTom Stellard1-2/+2
2012-05-24run_tests: Fix error code check for failing testsTom Stellard1-1/+1
2012-04-30Turn loop into a test and add some loop test cases to run_tests.shTom Stellard1-0/+19
2012-03-20Remove get_global_id tests that the driver should rejectTom Stellard1-3/+3
2012-03-19Add some more if testsTom Stellard1-1/+70
2012-03-16Add tests for if (x > y)Tom Stellard1-0/+16
2012-03-15Turn get-global-id into a testTom Stellard1-0/+16
2012-03-07Add more modulo testsTom Stellard1-1/+14
2012-03-07Add modulo testsTom Stellard1-0/+24
2012-03-06Add integer division testsTom Stellard1-0/+25
2012-03-06Add integer multiply testsTom Stellard1-0/+13
2012-03-06Add section header to run_tests.shTom Stellard1-0/+4
2012-03-06Add a simple test runnerTom Stellard1-0/+26