Enforce newshell build from now on (#16639)
This commit is contained in:
parent
3b2db8305b
commit
c00fabddc5
3 changed files with 1 additions and 28 deletions
1
.github/workflows/newshell.yml
vendored
1
.github/workflows/newshell.yml
vendored
|
|
@ -47,7 +47,6 @@ jobs:
|
|||
export PKG_CONFIG_PATH=${HOME}/lib/pkgconfig:${HOME}/lib/$(uname -m)-linux-gnu/pkgconfig:${PKG_CONFIG_PATH}
|
||||
ninja -C build install
|
||||
- name: Run tests
|
||||
continue-on-error: true
|
||||
if: startswith(github.event.pull_request.head.ref, 'newshell-') || github.event_name == 'push'
|
||||
run: |
|
||||
# Running the test suite
|
||||
|
|
|
|||
|
|
@ -40,22 +40,4 @@ CMDS=<<EOF
|
|||
EOF
|
||||
EXPECT=<<EOF
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME=hash_subcommands_not_noop
|
||||
FILE=-
|
||||
CMDS=<<EOF
|
||||
?! `#! ~?`
|
||||
?v
|
||||
?! `#? ~? `
|
||||
?v
|
||||
?! `#a ~? `
|
||||
?v
|
||||
EOF
|
||||
EXPECT=<<EOF
|
||||
0
|
||||
0
|
||||
0x0
|
||||
0
|
||||
EOF
|
||||
RUN
|
||||
RUN
|
||||
|
|
@ -471,14 +471,6 @@ func.foo.ret=int32_t
|
|||
EOF
|
||||
RUN
|
||||
|
||||
NAME=tk - crash
|
||||
FILE=-
|
||||
CMDS=tk -!!!! d'B%CCCC!9!!!!_
|
||||
EXPECT=<<EOF
|
||||
0x0
|
||||
EOF
|
||||
RUN
|
||||
|
||||
NAME=struct of struct with ts and pf
|
||||
FILE=-
|
||||
CMDS=<<EOF
|
||||
|
|
|
|||
Loading…
Reference in a new issue