You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove default run destination argument from build description tests
This makes it more obvious that a test is targeting the macOS platform, and makes our test infrastructure slightly less Apple-centric by ceasing to encode an implicit assumption of a default platform.
#expect(results.errors.isEmpty,"Unexpected errors in build description: \(results.errors)")
515
515
#expect(results.warnings ==["None of the architectures in ARCHS (foo) are valid. Consider setting ARCHS to $(ARCHS_STANDARD) or updating it to include at least one value from VALID_ARCHS (bar). (in target \'NoArchs\' from project 'aProject')"])
#expect(results.errors.isEmpty,"Unexpected errors in build description: \(results.errors)")
552
552
#expect(results.warnings ==["None of the architectures in ARCHS (foo) are valid. Consider setting ARCHS to $(ARCHS_STANDARD) or updating it to include at least one value from VALID_ARCHS (bar). (in target \'NoArchs\' from project 'aProject')"])
#expect(results.errors.isEmpty,"Unexpected errors in build description: \(results.errors)")
590
590
#expect(results.warnings ==["The active architecture (foo) is not valid - it is the only architecture considered because ONLY_ACTIVE_ARCH is enabled. Consider setting ARCHS to $(ARCHS_STANDARD) or updating it to include at least one value from VALID_ARCHS (bar). (in target \'NoArchs\' from project 'aProject')"])
#expect(results.errors.isEmpty,"Unexpected errors in build description: \(results.errors)")
626
626
#expect(results.warnings ==["There are no architectures to compile for because the VALID_ARCHS build setting is an empty list. (in target \'NoArchs\' from project 'aProject')"])
#expect(results.errors.isEmpty,"Unexpected errors in build description: \(results.errors)")
662
662
#expect(results.warnings ==["There are no architectures to compile for because the ARCHS build setting is an empty list. Consider setting ARCHS to $(ARCHS_STANDARD) or updating it to include at least one value from VALID_ARCHS (bar). (in target \'NoArchs\' from project 'aProject')"])
0 commit comments