summaryrefslogtreecommitdiff
path: root/assembler/test
AgeCommit message (Expand)AuthorFilesLines
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