summaryrefslogtreecommitdiff
path: root/assembler/test
AgeCommit message (Expand)AuthorFilesLines
2021-04-23gitignore: Remove various .gitignore filesPetri Latvala1-24/+0
2019-01-29automake: drop assembler/shader-debugger automake supportDaniel Vetter1-0/+0
2018-04-04Test that register types are accepted in all valid forms.Adam Sampson2-0/+6
2018-01-16meson: Add quotes in assembler/test/run-test.shPetri Latvala1-6/+6
2017-10-30assembler: Fix bashism in run-test.shRhys Kidd1-1/+1
2017-09-08assembler/test: Prep work for mesonDaniel Vetter1-4/+12
2016-09-01autotools/: Allow check target to be invoked w/o the need to issue a build.Marius Vlad2-94/+1
2013-08-20assembler: Disable the declare testDamien Lespiau1-1/+1
2013-08-20assembler: Disable tests that where already failing in the gen4asm repoDamien Lespiau1-5/+13
2013-08-20assembler: Ignore make check outputDamien Lespiau1-0/+3
2013-08-20assembler: Fix the path of intel-gen4asmDamien Lespiau1-1/+1
2013-08-20assembler: Revert "Fix missing environment variables problem in test/run-test...Damien Lespiau1-7/+5
2013-08-20assembler: Revert "Automatically run all test cases."Damien Lespiau2-80/+11
2013-03-04Add test case for ".declare" overriding feature.Homer Hsing1-0/+1
2013-03-04Automatically run all test cases.Homer Hsing2-11/+80
2013-03-04Fix missing environment variables problem in test/run-test.shHomer Hsing1-5/+7
2013-03-04Add a test case for ".declare" pragmaHomer Hsing3-1/+11
2013-03-04Add accidentally forgotten rnde test.Eric Anholt1-0/+1
2013-03-04Rename package and binary to intel-gen4asm.Eric Anholt1-1/+1
2013-03-04Add tests for break, cont, and halt instructions.Eric Anholt8-0/+28
2013-03-04Add a test for ENDIF, revealing issues.Eric Anholt4-0/+6
2013-03-04Add a test for the ELSE instruction, revealing issues.Eric Anholt4-0/+6
2013-03-04Add a test for wait instruction (not yet implemented).Eric Anholt4-0/+6
2013-03-04Add a failing test for maximum ranges of UD/D immediates.Eric Anholt4-2/+12
2013-03-04Fix the width of the IP count field expected by the while test.Eric Anholt1-1/+1
2013-03-04Add tests for jmpi, if, iff, and while, revealing issues.Eric Anholt10-2/+26
2013-03-04Explain why rnde-intsrc is expected to fail.Eric Anholt1-0/+1
2013-03-04Add more unary operation tests.Eric Anholt19-5/+58
2013-03-04Start adding a test suite.Eric Anholt5-0/+34