swiftlang/swift-package-manager

dynamically generate flag expectations in tests

Open

#5,474 创建于 2022年5月7日

在 GitHub 查看
 (6 评论) (0 反应) (0 负责人)Swift (1,462 fork)batch import
enhancementgood first issue

仓库指标

Star
 (10,145 star)
PR 合并指标
 (平均合并 9天 4小时) (30 天内合并 62 个 PR)

描述

Many of the tests are currently statically generating the flags for expectations in BuildPlanTests.swift based upon #if os which changes behaviour based on the OS rather than the target. This can cause subtle bugs to arise. We should dynamically compute the arguments.

贡献者指南