Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
04213a55
Commit
04213a55
authored
6 years ago
by
Henrik Riomar
Browse files
Options
Downloads
Patches
Plain Diff
community/cppcheck: disable findFunction19
The findFunction19 test fails on s390x, aarch64 and armhf
parent
3993bbd0
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/cppcheck/APKBUILD
+6
-3
6 additions, 3 deletions
community/cppcheck/APKBUILD
community/cppcheck/disable-findFunction19-test.patch
+13
-0
13 additions, 0 deletions
community/cppcheck/disable-findFunction19-test.patch
with
19 additions
and
3 deletions
community/cppcheck/APKBUILD
+
6
−
3
View file @
04213a55
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Maintainer: André Klitzing <aklitzing@gmail.com>
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname
=
cppcheck
pkgname
=
cppcheck
pkgver
=
1.84
pkgver
=
1.84
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Static analysis tool for C/C++ code"
pkgdesc
=
"Static analysis tool for C/C++ code"
url
=
"http://cppcheck.sourceforge.net"
url
=
"http://cppcheck.sourceforge.net"
arch
=
"all"
arch
=
"all"
...
@@ -11,7 +11,9 @@ depends=""
...
@@ -11,7 +11,9 @@ depends=""
makedepends
=
"docbook-xsl pcre-dev qt5-qttools-dev"
makedepends
=
"docbook-xsl pcre-dev qt5-qttools-dev"
subpackages
=
"
$pkgname
-doc
$pkgname
-htmlreport::noarch
$pkgname
-gui"
subpackages
=
"
$pkgname
-doc
$pkgname
-htmlreport::noarch
$pkgname
-gui"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/danmar/cppcheck/archive/
$pkgver
.tar.gz
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/danmar/cppcheck/archive/
$pkgver
.tar.gz
set_datadir.patch"
set_datadir.patch
disable-findFunction19-test.patch
"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
build
()
{
...
@@ -57,4 +59,5 @@ gui() {
...
@@ -57,4 +59,5 @@ gui() {
}
}
sha512sums
=
"7f971f9097db6d2fee7483634afc697bddff499a7b09c4be0bfdc3f8e502d47202a8d4f4fc1a330d0fb1d34a7772065b96419b4b4f4f1467b997e62459304526 cppcheck-1.84.tar.gz
sha512sums
=
"7f971f9097db6d2fee7483634afc697bddff499a7b09c4be0bfdc3f8e502d47202a8d4f4fc1a330d0fb1d34a7772065b96419b4b4f4f1467b997e62459304526 cppcheck-1.84.tar.gz
013e3d1bb49602ac0bf39335d5b4df001aa98e1ad9689207063460edc30a4cd7b67f5e880bd0bcae0c03e5724a8bdd0cb5c8cafcb89a815dab24b2ead2923f36 set_datadir.patch"
013e3d1bb49602ac0bf39335d5b4df001aa98e1ad9689207063460edc30a4cd7b67f5e880bd0bcae0c03e5724a8bdd0cb5c8cafcb89a815dab24b2ead2923f36 set_datadir.patch
dd118f930aa509ee3d8b39d920f5de38b425657cc8a44520bb13b8f744aa4f2fe2bcd61141dbe1730f3202b70aecd3ef2531a04b8ebccdc5475cbe1a4dda38ab disable-findFunction19-test.patch"
This diff is collapsed.
Click to expand it.
community/cppcheck/disable-findFunction19-test.patch
0 → 100644
+
13
−
0
View file @
04213a55
diff --git a/test/testsymboldatabase.cpp b/test/testsymboldatabase.cpp
index 384e64fa1..218bdb56d 100644
--- a/test/testsymboldatabase.cpp
+++ b/test/testsymboldatabase.cpp
@@ -326,7 +326,7 @@
private:
TEST_CASE(findFunction16);
TEST_CASE(findFunction17);
TEST_CASE(findFunction18);
- TEST_CASE(findFunction19);
+ //TEST_CASE(findFunction19); // broken on aarch64 & s390x
TEST_CASE(findFunction20); // #8280
TEST_CASE(noexceptFunction1);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment