aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2020-09-29Merge pull request #7762 from jon-turney/meson-exe-output-improveJussi Pakkanen1-0/+7
2020-09-29Merge pull request #7772 from xclaesse/deprecate-source-rootJussi Pakkanen4-2/+11
2020-09-28Add meson.project_build/source_root() methodsXavier Claessens4-2/+11
2020-09-27Fixes meson test timeout on windowsYonggang Luo1-2/+2
2020-09-25tests/hdf5: work around some problemsDylan Baker1-5/+20
2020-09-25dependencies/hdf5: Convert to a dependency_factoryDylan Baker3-3/+21
2020-09-21Add a test of a failed pickled commandJon Turney1-0/+7
2020-09-17project tests: Verify that UWP cross binaries use the right archNirbheek Chauhan2-0/+38
2020-09-14InternalDependency: Add as_link_whole() methodXavier Claessens3-0/+23
2020-09-13external-project: New module to build configure/make projectsXavier Claessens9-0/+126
2020-09-11Fix test 'common/122 llvm ir and assembly' for Windows ARMJon Turney3-10/+59
2020-09-11Skip test 'common/121 shared modules' on Windows UWPJon Turney1-1/+19
2020-09-10Split tests out from 'common' which require a native compilerJon Turney53-31/+127
2020-09-10Identify machine in error accesing compiler object for missing languageJon Turney2-0/+9
2020-09-10cmake: fix shared_module dependency (fixes #7715)Daniel Mensinger6-0/+246
2020-09-09Merge pull request #7428 from jon-turney/introspector-add-languagesJussi Pakkanen1-0/+2
2020-09-09Add a test of add_languages(native:) introspectionJon Turney1-0/+2
2020-09-08IntrospectInterpreter: allow dictionaries with nonconstant keysPaolo Bonzini1-0/+1
2020-09-06Merge pull request #7689 from scivision/fortran_incJussi Pakkanen7-26/+30
2020-09-04introspect: add test dependencies info to test/benchmark JSONPaolo Bonzini2-2/+10
2020-09-03tests: add fortran cmake subproject include testMichael Hirsch7-26/+30
2020-09-02cuda: bump CUDA version since 3.0 is no longer supportedDaniel Mensinger1-2/+2
2020-09-02Special case meson.version().version_compare() statementXavier Claessens1-0/+17
2020-09-02Add test case for cuda compiler setting fixMatt Madison3-0/+40
2020-08-30CMake module: Allow paths of generated CMake sources for include directoriesSebastian Würl3-2/+13
2020-08-30Be stricter when detecting Windows/CygwinChristoph Reiter1-1/+1
2020-08-27test: Add 'dir' support for installed files in test.jsonDaniel Mensinger2-397/+2
2020-08-27tests: update .gitignoreDaniel Mensinger2-0/+2
2020-08-27tests: fix lchmod check for glibc >= 2.32 (fixes #6784)Daniel Mensinger1-6/+14
2020-08-18Interpreter: Fix c_stdlib usageXavier Claessens6-0/+82
2020-08-18prevent disabler() object from overwriting arrays (#7484)Elliot2-0/+10
2020-08-13add testcase for issue #5182Paolo Bonzini1-0/+3
2020-08-12Test for spurious warning from get_target_filenamePaolo Bonzini3-0/+10
2020-08-09cmake: Detect custom command targets in compiler argsDaniel Mensinger3-0/+19
2020-08-08mtest: fix skipping with various prefixesMarc-André Lureau1-0/+1
2020-08-08common/234: avoid intermittent failure by dynamic path length generationMichael Hirsch5-20/+39
2020-08-07cmake: make the traceparser permissive by default (fixes #7501)Daniel Mensinger1-0/+3
2020-08-07interpreter: Lower case languages before checking if 'c' is in the listXavier Claessens1-1/+2
2020-08-06cmake: Fix failing test case. Followup to #7527.Daniel Mensinger1-1/+1
2020-08-05Merge pull request #7527 from mensinda/cnFixExeJussi Pakkanen5-17/+39
2020-08-05mtest: TestResult.SKIP is not a failure (#7525)Simon McVittie4-0/+57
2020-08-04tests/common/227: remove unneeded is_git_checkoutMichael Hirsch, Ph.D1-12/+6
2020-08-04tests/common/227: don't have symlink in GitMichael Hirsch2-3/+4
2020-08-04tests: Disable Boost extralib test on macOSSimon McVittie1-1/+5
2020-08-03cmake: Only run the cmake_module_path test for CMake >= 3.12Daniel Mensinger2-16/+6
2020-08-03cmake: resolve IMPORTED executables in custom commands (fixes #7509)Daniel Mensinger3-1/+33
2020-08-01run dircondensor.pyDylan Baker30-2/+2
2020-08-01machine-files: give better error messages about using integersDylan Baker7-0/+21
2020-07-30Allow setting project options from cross or native filesDylan Baker2-0/+4
2020-07-30pkgconfig: Fix various corner casesXavier Claessens3-1/+47