Skip to content

skip this test until string guts are in our submission branch #1445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 23, 2018

Conversation

lancep
Copy link

@lancep lancep commented Feb 19, 2018

No description provided.

@lancep
Copy link
Author

lancep commented Feb 19, 2018

@swift-ci please test

@lancep
Copy link
Author

lancep commented Feb 19, 2018

cc @parkera

@lancep lancep requested review from parkera and phausler February 19, 2018 22:57
@@ -1211,22 +1211,41 @@ class TestNSString : XCTestCase {
}

struct ComparisonTest {
enum TestBehavior {
case run
case xfail(String)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

xfail may be used in other places but is not very readable imho. Can we expand this to perhaps expectedFailure or something more indicative of what it is meant to be used for?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I'll make the change.

@@ -1385,6 +1405,10 @@ func checkHasPrefixHasSuffix(_ lhs: String, _ rhs: String, _ stack: [UInt]) -> I
extension TestNSString {
func test_PrefixSuffix() {
for test in comparisonTests {
if case .skip = test.behavior {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the PR is claiming a skip of a single test but that seems rather contrary to the additions and refactoring of reasons to xfail etc. Can we split this up into two parts?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Normally, I'd be fine with that but we're trying to unblock testing and I don't think it's worth while to have 2 PRs for such a small change. I can split it up if you insist but I'd rather just unblock CI.

@lancep
Copy link
Author

lancep commented Feb 19, 2018

@swift-ci please test

3 similar comments
@lancep
Copy link
Author

lancep commented Feb 20, 2018

@swift-ci please test

@lancep
Copy link
Author

lancep commented Feb 20, 2018

@swift-ci please test

@lancep
Copy link
Author

lancep commented Feb 20, 2018

@swift-ci please test

@lancep
Copy link
Author

lancep commented Feb 20, 2018

(trying again because it looks like the timeouts are at least partially resolved)

@swift-ci please test

@alblue
Copy link
Contributor

alblue commented Feb 20, 2018

@swift-ci please clean test

1 similar comment
@lancep
Copy link
Author

lancep commented Feb 20, 2018

@swift-ci please clean test

@lancep
Copy link
Author

lancep commented Feb 21, 2018

@swift-ci please clean test

1 similar comment
@shahmishal
Copy link
Member

@swift-ci please clean test

@shahmishal
Copy link
Member

@swift-ci please test

@shahmishal
Copy link
Member

@lancep "clean" is not supported with this repo.

@jrose-apple
Copy link
Contributor

We really need to unblock this. Can we get a manager's permission to force-merge?

@lancep
Copy link
Author

lancep commented Feb 21, 2018

Mishal bumped the timeout, let's see if it passes this time

@swift-ci please test

@shahmishal
Copy link
Member

@swift-ci please test

@lancep
Copy link
Author

lancep commented Feb 21, 2018

@swift-ci please test

1 similar comment
@lancep
Copy link
Author

lancep commented Feb 21, 2018

@swift-ci please test

@lancep
Copy link
Author

lancep commented Feb 22, 2018

@swift-ci please test and merge

@lancep
Copy link
Author

lancep commented Feb 22, 2018

@swift-ci please test

1 similar comment
@lancep
Copy link
Author

lancep commented Feb 22, 2018

@swift-ci please test

@lancep
Copy link
Author

lancep commented Feb 22, 2018

@swift-ci please test

1 similar comment
@lancep
Copy link
Author

lancep commented Feb 22, 2018

@swift-ci please test

@jrose-apple
Copy link
Contributor

@swift-ci Please test

1 similar comment
@lancep
Copy link
Author

lancep commented Feb 22, 2018

@swift-ci Please test

@lancep
Copy link
Author

lancep commented Feb 23, 2018

@swift-ci Please test

1 similar comment
@lancep
Copy link
Author

lancep commented Feb 23, 2018

@swift-ci Please test

@lancep lancep merged commit bae2c8b into swiftlang:master Feb 23, 2018
@lancep lancep deleted the skip-conflicted-test branch February 23, 2018 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants