|
V8 Project
|
#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) |
| #define TARGET_TEST | ( | Case, | |
| Name | |||
| ) | TEST(Case, DISABLED_##Name) |
Definition at line 20 of file compiler-test-utils.h.
| #define TARGET_TEST_F | ( | Case, | |
| Name | |||
| ) | TEST_F(Case, DISABLED_##Name) |
Definition at line 30 of file compiler-test-utils.h.
| #define TARGET_TEST_P | ( | Case, | |
| Name | |||
| ) | TEST_P(Case, DISABLED_##Name) |
Definition at line 40 of file compiler-test-utils.h.
| #define TARGET_TYPED_TEST | ( | Case, | |
| Name | |||
| ) | TYPED_TEST(Case, DISABLED_##Name) |
Definition at line 50 of file compiler-test-utils.h.