Searched refs:TestTwoFlags (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flags_test.cc69 static void TestTwoFlags(const char *env, bool expected_flag1, function in namespace:__sanitizer
80 TestTwoFlags("flag1=1 flag2='zzz'", true, "zzz");
81 TestTwoFlags("flag2='qxx' flag1=0", false, "qxx");
82 TestTwoFlags("flag1=false:flag2='zzz'", false, "zzz");
83 TestTwoFlags("flag2=qxx:flag1=yes", true, "qxx");

Completed in 46 milliseconds