File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -312,4 +312,4 @@ jobs:
312
312
github_token : ${{ secrets.GITHUB_TOKEN }}
313
313
- name : Run integration tests
314
314
if : ${{ matrix.run_e2e_test }}
315
- run : ${{ github.workspace }}/llvm-project/llvm/utils/lit/lit.py --param package-path=$TOOLCHAIN ${{ github.workspace }}/swiftwasm-build/test -vv
315
+ run : ${{ github.workspace }}/llvm-project/llvm/utils/lit/lit.py --param package-path=$TOOLCHAIN --param scheme=${{ matrix.scheme }} ${{ github.workspace }}/swiftwasm-build/test -vv
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ config.test_exec_root = lit_config.params.get(
21
21
"/tmp/swift-extra-integration-tests" )
22
22
23
23
config .available_features .add ("platform=" + platform .system ())
24
+ config .available_features .add ("scheme=" + lit_config .params .get ("scheme" , "main" ))
24
25
25
26
package_path = lit_config .params .get ("package-path" )
26
27
if package_path :
Original file line number Diff line number Diff line change 1
1
# Skipping, see https://github.com/swiftwasm/swift/issues/5551
2
- XFAIL: *
2
+ XFAIL: scheme=main || scheme=release-5.10
3
3
4
4
RUN: rm -rf %t.dir
5
5
RUN: mkdir -p %t.dir
You can’t perform that action at this time.
0 commit comments