#include "base/task/thread_pool/service_thread.h"
#include <string>
#include "base/debug/stack_trace.h"
#include "base/functional/bind.h"
#include "build/build_config.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace base {
namespace internal {
namespace {
void VerifyHasStringOnStack(const std::string& query) { … }
}
#if BUILDFLAG(IS_POSIX)
#define MAYBE_StackHasIdentifyingFrame …
#else
#define MAYBE_StackHasIdentifyingFrame …
#endif
TEST(ThreadPoolServiceThreadTest, MAYBE_StackHasIdentifyingFrame) { … }
}
}