Lines Matching defs:T
11 func TestCallCCacheGivenConfig(t *testing.T) {
24 func TestNotCallCCacheGivenConfig(t *testing.T) {
34 func TestNotCallCCacheGivenConfigAndNoCCacheArg(t *testing.T) {
47 func TestSetCacheDir(t *testing.T) {
57 func TestSetCacheBaseDirToSysroot(t *testing.T) {
68 func TestSetCacheUmask(t *testing.T) {
78 func TestUpdateSandboxRewriteWithValue(t *testing.T) {
96 func TestUpdateSandboxRewriteWithoutValue(t *testing.T) {
114 func TestClearCCacheDisableWithValue(t *testing.T) {
131 func TestClearCCacheDisableWithoutValue(t *testing.T) {
148 func TestAddCCacheCpp2FlagForClang(t *testing.T) {
158 func TestOmitCCacheCpp2FlagForGcc(t *testing.T) {
168 func withCCacheEnabledTestContext(t *testing.T, work func(ctx *testContext)) {