File tree 5 files changed +988
-226
lines changed 5 files changed +988
-226
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ jobs:
254
254
DEBIAN_FRONTEND : noninteractive
255
255
run : |
256
256
sudo apt-get update
257
- sudo apt-get install --no-install-recommends -yq cmake ninja-build gcc gdb g++ maven flex bison libxml2-utils dpkg-dev ccache doxygen z3 python2
257
+ sudo apt-get install --no-install-recommends -yq cmake ninja-build gcc gdb g++ maven flex bison libxml2-utils dpkg-dev ccache doxygen z3
258
258
- name : Confirm z3 solver is available and log the version installed
259
259
run : z3 --version
260
260
- name : Download cvc-5 from the releases page and make sure it can be deployed
Original file line number Diff line number Diff line change @@ -24,10 +24,8 @@ static void fun()
24
24
25
25
int x = 1 <<4 ;
26
26
27
- // Ideally this should produce an error, see operator-spacing3
28
27
status ()<<" Adding CPROVER library (" <<eom;
29
28
30
- // Ideally this should produce an error, see operator-spacing3
31
29
int x = 1 << 4 ;
32
30
33
31
int y = a<<b;
Original file line number Diff line number Diff line change 1
1
CORE
2
2
main.cpp
3
3
4
- ^# Total errors found: 0$
5
- ^EXIT=0$
4
+ ^regression/cpp-linter/operator-spacing2/main\.cpp:27: Missing spaces around << \[whitespace/operators\] \[3\]
5
+ ^regression/cpp-linter/operator-spacing2/main\.cpp:31: Missing spaces around << \[whitespace/operators\] \[3\]
6
+ ^# Total errors found: 2$
7
+ ^EXIT=1$
6
8
^SIGNAL=0$
7
9
--
Original file line number Diff line number Diff line change 1
- KNOWNBUG
1
+ CORE
2
2
main.cpp
3
3
4
- ^main\.cpp:27: Missing spaces around << \[whitespace/operators\] \[3\]
5
- ^main\.cpp:27: Missing spaces around << \[whitespace/operators\] \[3\]
6
- ^main\.cpp:29: Remove spaces around << \[whitespace/operators\] \[4\]
7
- ^main\.cpp:29: Remove spaces around << \[whitespace/operators\] \[4\]
8
- ^# Total errors found: 4$
4
+ ^regression/cpp-linter/operator-spacing3/main\.cpp:27: Missing spaces around << \[whitespace/operators\] \[3\]
5
+ ^regression/cpp-linter/operator-spacing3/main\.cpp:31: Missing spaces around << \[whitespace/operators\] \[3\]
6
+ ^# Total errors found: 2$
9
7
^EXIT=1$
10
8
^SIGNAL=0$
11
9
--
You can’t perform that action at this time.
0 commit comments