webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros
angle_deqp_gtest.cpp File Reference
#include <fstream>
#include <stdint.h>
#include <gtest/gtest.h>
#include "angle_deqp_libtester.h"
#include "common/angleutils.h"
#include "common/debug.h"
#include "common/Optional.h"
#include "common/platform.h"
#include "common/string_utils.h"
#include "gpu_test_expectations_parser.h"
#include "system_utils.h"

Macros

#define ANGLE_INSTANTIATE_DEQP_TEST_CASE(DEQP_TEST, N)
 

Macro Definition Documentation

◆ ANGLE_INSTANTIATE_DEQP_TEST_CASE

#define ANGLE_INSTANTIATE_DEQP_TEST_CASE (   DEQP_TEST,
  N 
)
Value:
class DEQP_TEST : public dEQPTest<N> \
{ \
}; \
TEST_P(DEQP_TEST, Default) { runTest(); } \
INSTANTIATE_TEST_CASE_P(, DEQP_TEST, DEQP_TEST::GetTestingRange(), \
[](const testing::TestParamInfo<size_t> &info) { \
return DEQP_TEST::GetCaseGTestName(info.param); \
})
def info(msg, args, kwargs)
Definition: __init__.py:1165
Definition: URLParser.cpp:147
INSTANTIATE_TEST_CASE_P(FragDepthTests, FragDepthTest, testing::Values(false, true))