Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PETRA III Debian Packages
h5cpp-bp
Commits
1d96f1c1
Commit
1d96f1c1
authored
Jun 27, 2018
by
Jan Kotanski
Browse files
skip sign char tests
parent
29a41ea1
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/patches/0001-add-close_degree.patch
View file @
1d96f1c1
...
...
@@ -97,11 +97,10 @@ index b745de5..20f602d 100644
//!
//! \brief file access property list
//!
@@ -79,6 +94,16 @@
class DLL_EXPORT FileAccessList : public List {
//!
@@ -80,6 +95,16 @@
class DLL_EXPORT FileAccessList : public List {
LibVersion library_version_bound_low() const;
+
//!
//!
+ //! \brief set file close degree
+ //!
+ void close_degree(CloseDegree degree) const;
...
...
@@ -111,6 +110,7 @@ index b745de5..20f602d 100644
+ //!
+ CloseDegree close_degree() const;
+
//!
+
//!
//! \brief set the file driver
//!
void driver(const hdf5::file::Driver &file_driver) const;
debian/patches/0002-skip-sign-tests-for-char.patch
0 → 100644
View file @
1d96f1c1
From: Jan Kotanski <jankotan@gmail.com>
Date: Wed, 27 Jun 2018 10:35:22 +0200
Subject: skip sign tests for char
---
test/datatype/integer_test.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/datatype/integer_test.cpp b/test/datatype/integer_test.cpp
index 94d41a1..101f564 100644
--- a/test/datatype/integer_test.cpp
+++ b/test/datatype/integer_test.cpp
@@ -69,7 +69,7 @@
Types<
// The list of signed types we want to test.
typedef
-Types<char, signed char, short, int, long, long long>
+Types<signed char, short, int, long, long long>
test_signed_types;
TYPED_TEST_CASE(Integer, test_types);
debian/patches/series
View file @
1d96f1c1
0001-add-close_degree.patch
0002-skip-sign-tests-for-char.patch
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment