Skip to content

Commit 6eb1121

Browse files
committed
---
yaml --- r: 345901 b: refs/heads/master c: bb69877 h: refs/heads/master i: 345899: 6fd955b
1 parent 0666387 commit 6eb1121

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 07d1b626033e140d0d39ae80b02f524b71fbe92d
2+
refs/heads/master: bb6987783801bfe05fa233b30ae094870f75a274
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/unittests/SourceKit/SwiftLang/EditingTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ void EditTest::doubleOpenWithDelay(useconds_t delay, bool closeDoc) {
266266
close(DocName);
267267
}
268268

269-
TEST_F(EditTest, DiagsAfterCloseAndReopen) {
269+
// This test is failing occassionally in CI: rdar://45644449
270+
TEST_F(EditTest, DISABLED_DiagsAfterCloseAndReopen) {
270271
// Attempt to open the same file twice in a row. This tests (subject to
271272
// timing) cases where:
272273
// * the 2nd open happens before the first AST starts building

0 commit comments

Comments
 (0)