Skip to content

Commit e3c81af

Browse files
author
Nathan Hawes
authored
Merge pull request swiftlang#374 from nathawes/update-stress-tester-projects-and-xfails
[run_sk_stress_test] Add Base64CoderSwiftUI to the set of smoke test projects and update xfails
2 parents 0f8f09a + e382c2a commit e3c81af

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

projects.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3431,7 +3431,7 @@
34313431
"target": "Base64CoderSwiftUI",
34323432
"destination": "generic/platform=iOS",
34333433
"configuration": "Release",
3434-
"tags": "sourcekit"
3434+
"tags": "sourcekit sourcekit-smoke"
34353435
}
34363436
]
34373437
}

run_sk_stress_test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ class StressTesterRunner(object):
232232
'SK_STRESS_OUTPUT': results,
233233
'SK_XFAILS_PATH': self.xfails_path,
234234
'SK_STRESS_ACTIVE_CONFIG': self.swift_branch,
235-
'SK_STRESS_SUPPRESS_OUTPUT': 'true'}
235+
'SK_STRESS_SUPPRESS_OUTPUT': 'true',
236+
'SK_STRESS_REWRITE_MODES': 'none concurrent insideout'}
236237
run_env.update(os.environ)
237238
run_cmd = ['./runner.py',
238239
'--projects', filtered_projects,

sourcekit-xfails.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,11 @@
253253
},
254254
{
255255
"path" : "*\/DNS\/Sources\/DNS\/Types.swift",
256-
"modification" : "concurrent-1322",
256+
"modification" : "concurrent-1310",
257257
"issueDetail" : {
258258
"kind" : "semanticRefactoring",
259259
"refactoring" : "Local Rename",
260-
"offset" : 617
260+
"offset" : 613
261261
},
262262
"applicableConfigs" : [
263263
"master",
@@ -1101,6 +1101,18 @@
11011101
"offset" : 791
11021102
}
11031103
},
1104+
{
1105+
"path" : "*\/Result\/Result\/Result.swift",
1106+
"modification" : "concurrent-999",
1107+
"issueDetail" : {
1108+
"kind" : "codeComplete",
1109+
"offset" : 968
1110+
},
1111+
"applicableConfigs" : [
1112+
"swift-5.1-branch"
1113+
],
1114+
"issueUrl" : "https://bugs.swift.org/browse/SR-9371"
1115+
},
11041116
{
11051117
"path" : "*\/Result\/Result\/ResultProtocol.swift",
11061118
"applicableConfigs" : [

0 commit comments

Comments
 (0)