aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-30Merge pull request #7494 from keszybz/fix-two-warningsJussi Pakkanen2-2/+3
2020-07-28Only emit warning about "native:" on projects with minimum required versionZbigniew Jędrzejewski-Szmek2-2/+3
2020-07-28ninjabackend: check if target has compiler attributeMarcel Hollerbach1-1/+3
2020-07-22coredata: Make warning_level per subproject builtin optionXavier Claessens3-2/+9
2020-07-21Add boost_root support to properties files (#7210)cmcneish12-0/+23
2020-07-21summary: Wrap lines when printing listsXavier Claessens1-0/+1
2020-07-20string: add substring methodStéphane Cerveau1-0/+15
2020-07-19Print a warning when importing a stabilized moduleMarc-André Lureau2-0/+9
2020-07-19Stabilize keyval moduleMarc-André Lureau5-5/+5
2020-07-19fix msvc not recognising b_ndebugElliot Haisley2-0/+16