V8 Project
compiler-test-utils.h File Reference
#include "testing/gtest/include/gtest/gtest.h"
+ Include dependency graph for compiler-test-utils.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 
 v8::internal::compiler
 

Macros

#define TARGET_TEST(Case, Name)   TEST(Case, DISABLED_##Name)
 
#define TARGET_TEST_F(Case, Name)   TEST_F(Case, DISABLED_##Name)
 
#define TARGET_TEST_P(Case, Name)   TEST_P(Case, DISABLED_##Name)
 
#define TARGET_TYPED_TEST(Case, Name)   TYPED_TEST(Case, DISABLED_##Name)
 

Macro Definition Documentation

◆ TARGET_TEST

#define TARGET_TEST (   Case,
  Name 
)    TEST(Case, DISABLED_##Name)

Definition at line 20 of file compiler-test-utils.h.

◆ TARGET_TEST_F

#define TARGET_TEST_F (   Case,
  Name 
)    TEST_F(Case, DISABLED_##Name)

Definition at line 30 of file compiler-test-utils.h.

◆ TARGET_TEST_P

#define TARGET_TEST_P (   Case,
  Name 
)    TEST_P(Case, DISABLED_##Name)

Definition at line 40 of file compiler-test-utils.h.

◆ TARGET_TYPED_TEST

#define TARGET_TYPED_TEST (   Case,
  Name 
)    TYPED_TEST(Case, DISABLED_##Name)

Definition at line 50 of file compiler-test-utils.h.