~jbboehr/+git/check:master

Last commit made on 2016-07-12
Get this branch:
git clone -b master https://git.launchpad.net/~jbboehr/+git/check
Only John Boehr can upload to this branch. If you are John Boehr please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~jbboehr/+git/check

Recent commits

0098b4e... by b

Merge pull request #44 from cdentyou/tcase_tags

RFC: Support arbitrary tagging and selection of testcases.

7b0086f... by Crispin Dent-Young <email address hidden>

Support arbitrary tagging and selection of testcases.

A testcase can optionally have a list of tags associated with it.
Srunner can be run with an optional include list of tags and an optional
exclude list of tags. These will have the effect of filtering testcases
that would otherwise be run.

7ca2b6d... by Crispin Dent-Young <email address hidden>

Reduce Timeout Double Scaling Tests scale to avoid UT failures

The test "test_sleep2_fail" is occasionally passing (failing to fail)
in the jenkins UT - perhaps 1.6 seconds doesn't give enough leeway ?
Making it 1.5 seconds so its in exactly in the middle of sleep1_pass
and sleep2_fail.

49315f3... by b

Merge pull request #55 from RyDroid/gitignore-adds

Very minor additions to .gitignore

cdf1c1f... by b

Merge pull request #57 from RyDroid/travis-license

Adding the license header to the file for Travis CI

ef8e9b7... by "Nicola Spanti (RyDroid)" <email address hidden>

Adding the license header to the file for Travis CI

1f12b86... by "Nicola Spanti (RyDroid)" <email address hidden>

Very minor additions to .gitignore

7c8b499... by b

Merge pull request #54 from brarcher/mem-leak-segv

Do not report failure line numbers if file not setup

52eb668... by b

Do not report failure line numbers if file not setup

When running the master suite failure line numbers are written to
a file. Usually this is fine. However, the check_mem_leak.c test
re-uses the same tests. As a result, every time a failure is hit
a SEGV occurs because the file is never setup.

The memory leak test does not check against the line numbers,
so omitting these are fine. This fix prevents lots of SEGV
failures when running check_mem_leak.c under valgrind.

8558258... by b

Merge pull request #53 from brarcher/dup-tcase-ignore

Dup tcase ignore