Lines Matching defs:CoreAPIsStandardTest
24 class CoreAPIsStandardTest : public CoreAPIsBasedStandardTest {};
36 TEST_F(CoreAPIsStandardTest, ErrorReporter) {
54 TEST_F(CoreAPIsStandardTest, JITDylibAddToLinkOrder) {
77 TEST_F(CoreAPIsStandardTest, BasicSuccessfulLookup) {
113 TEST_F(CoreAPIsStandardTest, EmptyLookup) {
127 TEST_F(CoreAPIsStandardTest, ResolveUnrequestedSymbol) {
146 TEST_F(CoreAPIsStandardTest, MaterializationSideEffctsOnlyBasic) {
185 TEST_F(CoreAPIsStandardTest, MaterializationSideEffectsOnlyFailuresPersist) {
205 TEST_F(CoreAPIsStandardTest, RemoveSymbolsTest) {
291 TEST_F(CoreAPIsStandardTest, DiscardInitSymbol) {
312 TEST_F(CoreAPIsStandardTest, LookupWithHiddenSymbols) {
332 TEST_F(CoreAPIsStandardTest, LookupFlagsTest) {
365 TEST_F(CoreAPIsStandardTest, LookupWithGeneratorFailure) {
391 TEST_F(CoreAPIsStandardTest, TestBasicAliases) {
408 TEST_F(CoreAPIsStandardTest, TestChainedAliases) {
424 TEST_F(CoreAPIsStandardTest, TestBasicReExports) {
438 TEST_F(CoreAPIsStandardTest, TestThatReExportsDontUnnecessarilyMaterialize) {
466 TEST_F(CoreAPIsStandardTest, TestReexportsGenerator) {
491 TEST_F(CoreAPIsStandardTest, TestTrivialCircularDependency) {
521 TEST_F(CoreAPIsStandardTest, TestBasicQueryDependenciesReporting) {
586 TEST_F(CoreAPIsStandardTest, TestCircularDependenceInOneJITDylib) {
736 TEST_F(CoreAPIsStandardTest, FailureInDependency) {
802 TEST_F(CoreAPIsStandardTest, AddDependencyOnFailedSymbol) {
874 TEST_F(CoreAPIsStandardTest, FailAfterMaterialization) {
933 TEST_F(CoreAPIsStandardTest, FailMaterializerWithUnqueriedSymbols) {
962 TEST_F(CoreAPIsStandardTest, DropMaterializerWhenEmpty) {
993 TEST_F(CoreAPIsStandardTest, AddAndMaterializeLazySymbol) {
1037 TEST_F(CoreAPIsStandardTest, TestBasicWeakSymbolMaterialization) {
1083 TEST_F(CoreAPIsStandardTest, RedefineBoundWeakSymbol) {
1098 TEST_F(CoreAPIsStandardTest, DefineMaterializingSymbol) {
1127 TEST_F(CoreAPIsStandardTest, GeneratorTest) {
1201 TEST_F(CoreAPIsStandardTest, SimpleAsynchronousGeneratorTest) {
1227 TEST_F(CoreAPIsStandardTest, ErrorFromSuspendedAsynchronousGeneratorTest) {
1250 TEST_F(CoreAPIsStandardTest, ErrorFromAutoSuspendedAsynchronousGeneratorTest) {
1292 TEST_F(CoreAPIsStandardTest, BlockedGeneratorAutoSuspensionTest) {
1414 TEST_F(CoreAPIsStandardTest, FailResolution) {
1448 TEST_F(CoreAPIsStandardTest, FailEmissionAfterResolution) {
1480 TEST_F(CoreAPIsStandardTest, FailAfterPartialResolution) {
1506 TEST_F(CoreAPIsStandardTest, FailDefineMaterializingDueToDefunctTracker) {
1540 TEST_F(CoreAPIsStandardTest, TestLookupWithUnthreadedMaterialization) {
1558 TEST_F(CoreAPIsStandardTest, TestLookupWithThreadedMaterialization) {
1588 TEST_F(CoreAPIsStandardTest, TestGetRequestedSymbolsAndReplace) {
1639 TEST_F(CoreAPIsStandardTest, TestMaterializationResponsibilityDelegation) {
1665 TEST_F(CoreAPIsStandardTest, TestMaterializeWeakSymbol) {
1813 TEST_F(CoreAPIsStandardTest, RemoveJITDylibs) {