summaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Move the doc tools into toolsJorge Zapata3-429/+1
2024-02-05testsuite, tools: Fix warning caused by inserting unneeded source operandsL. E. Segovia2-6/+20
2024-02-02testsuite: Add categorization of testsuites to allow running against MMX and SSEL. E. Segovia1-12/+32
2024-01-09Update the documentationJorge Zapata1-0/+2
2023-12-29avx: Implement convsssqlL. E. Segovia1-0/+22
2023-12-26avx: Fix codegen of psrlq opcode and convql Orc instructionL. E. Segovia1-0/+9
2023-12-26testsuite: Implement a backend test for SSE v. AVXL. E. Segovia2-7/+21
2023-12-25testsuite: Add tests to target the high register bank on AVXL. E. Segovia1-0/+300
2023-12-18sse: Fix splitql polluting the high quadL. E. Segovia1-2/+14
2023-12-07test-schro: Also log test passes and failures hereL. E. Segovia1-1/+16
2023-12-06testsuite: Increase atomics test timeout to 120sL. E. Segovia1-1/+1
2023-12-06exec_opcodes_sys: Improve logging and tally tests statusesL. E. Segovia1-21/+104
2023-12-05orc: Fix warning because of a mismatched OrcExecutor function signatureL. E. Segovia1-1/+1
2023-11-28orconce: Add C11 atomics benchmark for reproducibilityL. E. Segovia2-0/+47
2022-11-11testsuite: fix memory leak in parse testTim-Philipp Müller1-1/+4
2022-11-08testsuite: fix compiler warning about unused variableTim-Philipp Müller1-1/+4
2020-07-21meson: use / instead of join_paths() for readabilityTim-Philipp Müller1-1/+1
2020-07-21meson: hook up benchmark as benchmarkTim-Philipp Müller1-1/+3
2020-07-21benchmorc: fix file path to test orc file on windowsTim-Philipp Müller1-1/+1
2020-07-01orc: Fix some warnings on MSVC and enable --werrorNirbheek Chauhan1-3/+3
2020-02-08meson: add summary() if Meson version is new enoughTim-Philipp Müller1-1/+2
2019-09-13testsuite: Reduce memcpy_speed loopsDoug Nazar1-1/+1
2019-09-13testsuite: Return error from exec_parse if a program failsDoug Nazar1-1/+6
2019-09-08Drop support for Autotools as build systemTim-Philipp Müller3-89/+0
2019-09-08tests: Allow exec testing of single opcodeDoug Nazar1-0/+15
2019-09-08tests: Use correct double/int64 functions for parameters & constsDoug Nazar1-11/+35
2019-08-13tests: Use float constants and parameters when testing float opcodes.Doug Nazar1-12/+26
2018-10-03meson: add options to disable benchmarks, examples, toolsTim-Philipp Müller1-1/+4
2018-05-18Fix MSVC compiler warningTim-Philipp Müller1-4/+0
2017-11-19tesuite: Fix some leaksEdward Hervey2-0/+4
2017-05-13meson: add meson buildTim-Philipp Müller4-0/+88
2016-05-04Fix test_parse with no executable backendPascal Terjan1-2/+2
2015-10-20doc: update from entropywave locations to gstreamerTim-Philipp Müller1-3/+10
2015-08-12test-limits: improve test without targetWim Taymans1-1/+3
2015-05-22testsuite: fix reading .orc files with win32 line endings on windowsTim-Philipp Müller9-10/+10
2015-05-22testsuite: add parsing test case for win32 line endingsTim-Philipp Müller2-2/+72
2015-04-10tests: use AM_TESTS_ENVIRONMENTTim-Philipp Müller1-1/+1
2015-02-27testsuite: Put a limit to the memcpy testEdward Hervey1-2/+9
2014-09-22test: add more testsWim Taymans1-0/+107
2014-06-23build: Modernize autotools build systemSebastian Dröge1-3/+7
2014-06-06Add some checks on the number of variables per typeVincent Penquerc'h2-1/+74
2014-05-20orc: Close file after usage in the copied around file reading functionSebastian Dröge6-0/+12
2014-04-22memcpy_speed: Use unsigned integers, overflows are undefined for signed integersSebastian Dröge1-1/+1
2014-04-14memcpy_speed: Properly define ALIGN macro and fix memory leaksSebastian Dröge1-2/+5
2014-04-13bench10: Fix syntax errorsSebastian Dröge1-31/+31
2014-04-13test.orc: Fix syntax errorsSebastian Dröge1-3/+3
2014-04-13benchmorc: Fix memory leaks in testSebastian Dröge1-0/+3
2014-04-13tests: Fix various memory leaks in testsSebastian Dröge4-1/+12
2014-04-13bytecode_parse: Fix memory leaks in testSebastian Dröge1-0/+4
2014-04-10testsuite: file leak fixVincent Penquerc'h1-0/+2