aboutsummaryrefslogtreecommitdiff
path: root/tests/sched_test.cpp
AgeCommit message (Expand)Author
2023-09-21Add ASSERT_ERRNO and EXPECT_ERRNO (and use them).Elliott Hughes
2023-03-29Nullability check for sched module.zijunzhao
2020-08-12Various coverage improvements.Elliott Hughes
2019-03-12bionic tests: use GTEST_SKIP.Elliott Hughes
2018-08-02Modernize codebase by replacing NULL with nullptrYi Kong
2017-08-02Add some <sched.h> tests.Elliott Hughes
2016-05-06Generalize the clone function slightly.Elliott Hughes
2016-03-24clone: check for NULL child stackGreg Hackmann
2014-05-13Consistently use #if defined(__BIONIC__) in tests.Elliott Hughes
2014-05-08Hide the __bionic_clone and __bionic_clone_entry implementation details.Elliott Hughes
2014-04-30Fix the CPU_*_S tests.Elliott Hughes
2014-04-30Fix cpu_set_tCalin Juravle
2013-10-29Fix up failing glibc tests.Christopher Ferris
2013-10-18Fix the x86_64 clone implementation.Elliott Hughes