Lines Matching full:platform
46 "platform: ios\n" in TEST()
76 auto Platform = PLATFORM_IOS; in TEST() local
79 Targets.emplace_back(Target(arch, Platform)); in TEST()
82 EXPECT_EQ(Platform, *File->getPlatforms().begin()); in TEST()
116 "platform: ios\n" in TEST()
147 auto Platform = PLATFORM_IOS; in TEST() local
150 Targets.emplace_back(Target(arch, Platform)); in TEST()
153 EXPECT_EQ(Platform, *File->getPlatforms().begin()); in TEST()
169 "platform: macosx\n" in TEST()
222 "platform: macosx\n" in TEST()
230 auto Platform = PLATFORM_MACOS; in TEST() local
233 EXPECT_EQ(Platform, *File->getPlatforms().begin()); in TEST()
239 "platform: ios\n" in TEST()
246 auto Platform = PLATFORM_IOS; in TEST() local
250 EXPECT_EQ(Platform, *File->getPlatforms().begin()); in TEST()
256 "platform: watchos\n" in TEST()
263 auto Platform = PLATFORM_WATCHOS; in TEST() local
267 EXPECT_EQ(Platform, *File->getPlatforms().begin()); in TEST()
273 "platform: tvos\n" in TEST()
280 auto Platform = PLATFORM_TVOS; in TEST() local
284 EXPECT_EQ(Platform, *File->getPlatforms().begin()); in TEST()
290 "platform: bridgeos\n" in TEST()
297 auto Platform = PLATFORM_BRIDGEOS; in TEST() local
301 EXPECT_EQ(Platform, *File->getPlatforms().begin()); in TEST()
307 "platform: ios\n" in TEST()
323 "platform: ios\n" in TEST()
339 "platform: ios\n" in TEST()
355 "platform: ios\n" in TEST()
371 "platform: ios\n" in TEST()
388 "platform: ios\n" in TEST()
404 "platform: ios\n" in TEST()
420 "platform: macosx\n" in TEST()
431 "platform: newOS\n" in TEST()
438 EXPECT_EQ("malformed file\nTest.tbd:3:11: error: unknown platform\nplatform: " in TEST()
446 "platform: iosmac\n" in TEST()
454 EXPECT_EQ("malformed file\nTest.tbd:3:11: error: invalid platform\nplatform: " in TEST()
470 "'platform'\narchs: [ arm64 ]\n^\n", in TEST()
477 "platform: ios\n" in TEST()