summaryrefslogtreecommitdiff
path: root/glib/tests/overflow.c
Commit message (Collapse)AuthorAgeFilesLines
* glib/tests/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
| | | | | | | There are other tests in glib/tests/ that are licensed under a BSD-style license, and other tests that don't have any license header. https://bugzilla.gnome.org/show_bug.cgi?id=776504
* tests: fix a test on 32-bit buildsAllison Ryan Lortie2015-11-261-1/+1
| | | | | | | We were trying to squeeze 64-bit test vectors into gsize, which is fine on 64bit systems but doesn't work very well on 32-bit. Change that to a guint64.
* tests: test bounds-checked int arithmeticAllison Ryan Lortie2015-10-301-0/+199
Add some simple testcases for the new bounds-checked integer arithmetic helpers. Include a second build of the testcase to make sure we test the fallback code even if we are on a compiler that supports the intrinsics. https://bugzilla.gnome.org/show_bug.cgi?id=503096