summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-01-21gvariant-new: Correct spacing in expected error messagePhilip Chimento1-1/+1
2020-01-21build: Meson build systemPhilip Chimento3-162/+257
2019-12-16assertion: Handle C++ try statementsPhilip Chimento1-0/+15
2019-12-16assertion: Handle ExprWithCleanupsPhilip Chimento4-6/+32
2019-12-16clang-plugin: Update to LLVM 7.0Philip Chimento1-3/+0
2019-12-16clang-plugin: Require LLVM 4.0 or laterPhilip Chimento1-12/+3
2019-12-16tests: Fix for aberrant output on macOS clangPhilip Chimento1-1/+2
2019-12-16tests: Look for built tartan plugin in builddirPhilip Chimento1-1/+1
2019-12-16tests: Look for template files in srcdirPhilip Chimento1-2/+2
2019-12-16tests: Handle srcdir that is relative to builddirPhilip Chimento2-1/+3
2019-12-16scripts: Always enable core checkersPhilip Chimento2-20/+8
2015-01-27tests: Improve support for testing against LLVM 3.4 and 3.5Philip Withnall1-2/+12
2014-12-22tests: Include some more headers in the generic test headerPhilip Withnall1-0/+2
2014-11-20tests: Add a non-GLib testPhilip Withnall4-0/+19
2014-11-17gerror: Add a GError checkerPhilip Withnall4-0/+701
2014-11-17fixup! tests: Add a comment about viewing the ExplodedGraphPhilip Withnall1-1/+1
2014-11-17tests: Add a comment about viewing the ExplodedGraphPhilip Withnall1-0/+3
2014-11-03tests: Update non-null warning messages to support LLVM 3.5Philip Withnall3-43/+43
2014-07-03gsignal: Allow swapped object instances to have actual type gpointerPhilip Withnall2-0/+42
2014-06-30gsignal: Fix expected types for enums and flags in signalsPhilip Withnall2-0/+21
2014-06-30tests: Fix a few expected test outputs for gvariant-new.cPhilip Withnall1-10/+10
2014-06-30gvariant: Check for use of architecture-dependent typesPhilip Withnall1-0/+40
2014-06-30gvariant: Explicitly use fixed-width GLib types in error messagesPhilip Withnall1-3/+3
2014-06-29gsignal: Fix callback instance type checking for supertypesPhilip Withnall2-0/+23
2014-06-29tests: Enable quiet mode when running the testsPhilip Withnall1-0/+1
2014-06-28gsignal: Handle signal names containing underscoresPhilip Withnall1-0/+10
2014-06-27gsignal: Assume GError types will be GError* in signalsPhilip Withnall2-0/+22
2014-06-27gsignal: Improve warning messages if type information cannot be foundPhilip Withnall1-1/+1
2014-06-27gsignal: Add support for signals defined on interfacesPhilip Withnall2-0/+36
2014-06-27gsignal: Correctly handle incorrect parameter counts in signal callbacksPhilip Withnall2-6/+60
2014-06-22gsignal: Add support for G_CONNECT_SWAPPEDPhilip Withnall2-0/+102
2014-06-09gsignal: Ensure string parameters to signal callbacks are expected constPhilip Withnall2-0/+37
2014-06-09gvariant: Add suggestions for GVariant format strings to error messagesPhilip Withnall1-3/+3
2014-05-30gvariant: Add a unit test for abusing g_variant_lookup()Philip Withnall1-0/+21
2014-05-25clang-plugin: Fix error message formatting in GVariant checkerPhilip Withnall6-53/+53
2014-05-09tests: Check for all expected error lines rather than just onePhilip Withnall4-21/+32
2014-05-08clang-plugin: Add a g_signal_connect() checkerPhilip Withnall4-0/+263
2014-05-07build: Rename from gnome-clang to TartanPhilip Withnall2-9/+9
2014-05-06tests: Use the uninstalled gnome-clang and plugin in the testsPhilip Withnall1-2/+8
2014-05-06tests: Fix builddir ≠ srcdir problemsPhilip Withnall1-3/+8
2014-05-06tests: Add tests for existing assertion extraction codePhilip Withnall7-0/+332
2014-05-06clang-plugin: Automatically promote int to uint with constant varargsPhilip Withnall1-0/+14
2014-05-06clang-plugin: Don’t confuse integer constants with NULLPhilip Withnall1-0/+8
2014-05-06tests: Move templates out of wrapper-compiler-errors into new filesPhilip Withnall13-23/+64
2014-05-06clang-plugin: Support (optional) and (nullable) attributesPhilip Withnall2-0/+32
2014-05-05clang-plugin: Enable GVariant checks for other methodsPhilip Withnall6-2/+210
2014-05-05clang-plugin: Add support for checking g_variant_get() callsPhilip Withnall4-3/+517
2014-05-03clang-plugin: Add support for a GVariant checkerPhilip Withnall3-0/+1085