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 TestSetCacheUmask(t *testing.T) {
67 func TestUpdateSandboxRewriteWithValue(t *testing.T) {
85 func TestUpdateSandboxRewriteWithoutValue(t *testing.T) {
103 func TestClearCCacheDisableWithValue(t *testing.T) {
120 func TestClearCCacheDisableWithoutValue(t *testing.T) {
137 func TestAddCCacheCpp2FlagForClang(t *testing.T) {
147 func TestOmitCCacheCpp2FlagForGcc(t *testing.T) {
157 func withCCacheEnabledTestContext(t *testing.T, work func(ctx *testContext)) {