public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
From: Giuliano Procida <gprocida@google.com>
To: libabigail@sourceware.org
Cc: dodji@seketeli.org, kernel-team@android.com, gprocida@google.com
Subject: [PATCH 1/7] Add missing newlines to end of test files.
Date: Mon, 17 Aug 2020 10:38:13 +0100	[thread overview]
Message-ID: <20200817093819.172380-2-gprocida@google.com> (raw)
In-Reply-To: <20200817093819.172380-1-gprocida@google.com>

Various test files were missing terminal newlines.

	* tests/data/test-diff-suppr/test0-type-suppr-2.suppr: Add
	final new line.
	* tests/data/test-diff-suppr/test22-suppr-removed-var-sym-4.suppr:
	Likewise.
	* tests/data/test-diff-suppr/test23-alias-filter-0.suppr:
	Likewise.
	* tests/data/test-diff-suppr/test23-alias-filter-4.suppr:
	Likewise.
	* tests/data/test-diff-suppr/test28-add-aliased-function-1.suppr:
	Likewise.
	* tests/data/test-diff-suppr/test28-add-aliased-function-2.suppr:
	Likewise.
	* tests/data/test-diff-suppr/test28-add-aliased-function-3.suppr:
	Likewise.
	* tests/data/test-diff-suppr/test28-add-aliased-function-4.suppr:
	Likewise.
	* tests/data/test-diff-suppr/test41-enumerator-changes-0.suppr:
	Likewise.
	* tests/data/test-diff-suppr/test7-var-suppr-7.suppr:
	Likewise.
	* tests/data/test-ini/test01-equal-in-property-string.abignore:
	Likewise.

Signed-off-by: Giuliano Procida <gprocida@google.com>
---
 tests/data/test-diff-suppr/test0-type-suppr-2.suppr             | 2 +-
 tests/data/test-diff-suppr/test22-suppr-removed-var-sym-4.suppr | 2 +-
 tests/data/test-diff-suppr/test23-alias-filter-0.suppr          | 2 +-
 tests/data/test-diff-suppr/test23-alias-filter-4.suppr          | 2 +-
 tests/data/test-diff-suppr/test28-add-aliased-function-1.suppr  | 2 +-
 tests/data/test-diff-suppr/test28-add-aliased-function-2.suppr  | 2 +-
 tests/data/test-diff-suppr/test28-add-aliased-function-3.suppr  | 2 +-
 tests/data/test-diff-suppr/test28-add-aliased-function-4.suppr  | 2 +-
 tests/data/test-diff-suppr/test41-enumerator-changes-0.suppr    | 2 +-
 tests/data/test-diff-suppr/test7-var-suppr-7.suppr              | 2 +-
 tests/data/test-ini/test01-equal-in-property-string.abignore    | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/tests/data/test-diff-suppr/test0-type-suppr-2.suppr b/tests/data/test-diff-suppr/test0-type-suppr-2.suppr
index 0b9d00f57..9b9ed74c5 100644
--- a/tests/data/test-diff-suppr/test0-type-suppr-2.suppr
+++ b/tests/data/test-diff-suppr/test0-type-suppr-2.suppr
@@ -1,2 +1,2 @@
 [suppress_type]
-  name = MyType::private
\ No newline at end of file
+  name = MyType::private
diff --git a/tests/data/test-diff-suppr/test22-suppr-removed-var-sym-4.suppr b/tests/data/test-diff-suppr/test22-suppr-removed-var-sym-4.suppr
index 79252b396..545ab8f69 100644
--- a/tests/data/test-diff-suppr/test22-suppr-removed-var-sym-4.suppr
+++ b/tests/data/test-diff-suppr/test22-suppr-removed-var-sym-4.suppr
@@ -2,4 +2,4 @@
   symbol_name = global_var1
 
 [suppress_variable]
-  symbol_name = global_var2
\ No newline at end of file
+  symbol_name = global_var2
diff --git a/tests/data/test-diff-suppr/test23-alias-filter-0.suppr b/tests/data/test-diff-suppr/test23-alias-filter-0.suppr
index 40e47ef00..cd752c08c 100644
--- a/tests/data/test-diff-suppr/test23-alias-filter-0.suppr
+++ b/tests/data/test-diff-suppr/test23-alias-filter-0.suppr
@@ -1,3 +1,3 @@
 [suppress_function]
   name_regexp = ^__private_.*|^function.
-  allow_other_aliases = yes
\ No newline at end of file
+  allow_other_aliases = yes
diff --git a/tests/data/test-diff-suppr/test23-alias-filter-4.suppr b/tests/data/test-diff-suppr/test23-alias-filter-4.suppr
index 2a7e5893e..b7429d145 100644
--- a/tests/data/test-diff-suppr/test23-alias-filter-4.suppr
+++ b/tests/data/test-diff-suppr/test23-alias-filter-4.suppr
@@ -1,3 +1,3 @@
  [suppress_function]
    symbol_name_regexp = function1
-   allow_other_aliases = no
\ No newline at end of file
+   allow_other_aliases = no
diff --git a/tests/data/test-diff-suppr/test28-add-aliased-function-1.suppr b/tests/data/test-diff-suppr/test28-add-aliased-function-1.suppr
index 797c33645..47508baeb 100644
--- a/tests/data/test-diff-suppr/test28-add-aliased-function-1.suppr
+++ b/tests/data/test-diff-suppr/test28-add-aliased-function-1.suppr
@@ -1,3 +1,3 @@
 [suppress_function]
     name_regexp = bar
-    change_kind = added-function
\ No newline at end of file
+    change_kind = added-function
diff --git a/tests/data/test-diff-suppr/test28-add-aliased-function-2.suppr b/tests/data/test-diff-suppr/test28-add-aliased-function-2.suppr
index 58243db76..f2075a247 100644
--- a/tests/data/test-diff-suppr/test28-add-aliased-function-2.suppr
+++ b/tests/data/test-diff-suppr/test28-add-aliased-function-2.suppr
@@ -1,3 +1,3 @@
 [suppress_function]
     name_regexp = bar|baz
-    change_kind = added-function
\ No newline at end of file
+    change_kind = added-function
diff --git a/tests/data/test-diff-suppr/test28-add-aliased-function-3.suppr b/tests/data/test-diff-suppr/test28-add-aliased-function-3.suppr
index 7e44b2c0d..3b3b51893 100644
--- a/tests/data/test-diff-suppr/test28-add-aliased-function-3.suppr
+++ b/tests/data/test-diff-suppr/test28-add-aliased-function-3.suppr
@@ -1,3 +1,3 @@
 [suppress_function]
     symbol_name = bar
-    change_kind = added-function
\ No newline at end of file
+    change_kind = added-function
diff --git a/tests/data/test-diff-suppr/test28-add-aliased-function-4.suppr b/tests/data/test-diff-suppr/test28-add-aliased-function-4.suppr
index 3e50224d1..1acf616af 100644
--- a/tests/data/test-diff-suppr/test28-add-aliased-function-4.suppr
+++ b/tests/data/test-diff-suppr/test28-add-aliased-function-4.suppr
@@ -1,3 +1,3 @@
 [suppress_function]
     symbol_name_regexp = bar
-    change_kind = added-function
\ No newline at end of file
+    change_kind = added-function
diff --git a/tests/data/test-diff-suppr/test41-enumerator-changes-0.suppr b/tests/data/test-diff-suppr/test41-enumerator-changes-0.suppr
index e6bdf779a..7f98af418 100644
--- a/tests/data/test-diff-suppr/test41-enumerator-changes-0.suppr
+++ b/tests/data/test-diff-suppr/test41-enumerator-changes-0.suppr
@@ -1,4 +1,4 @@
 [suppress_type]
  type_kind = enum
  name = EnumType1
- changed_enumerators = enum_count
\ No newline at end of file
+ changed_enumerators = enum_count
diff --git a/tests/data/test-diff-suppr/test7-var-suppr-7.suppr b/tests/data/test-diff-suppr/test7-var-suppr-7.suppr
index 70bf1d379..3c5844761 100644
--- a/tests/data/test-diff-suppr/test7-var-suppr-7.suppr
+++ b/tests/data/test-diff-suppr/test7-var-suppr-7.suppr
@@ -1,3 +1,3 @@
 [suppress_variable]
   name = var1
-  type_name = S1*
\ No newline at end of file
+  type_name = S1*
diff --git a/tests/data/test-ini/test01-equal-in-property-string.abignore b/tests/data/test-ini/test01-equal-in-property-string.abignore
index 8c70b460a..ffeee66bb 100644
--- a/tests/data/test-ini/test01-equal-in-property-string.abignore
+++ b/tests/data/test-ini/test01-equal-in-property-string.abignore
@@ -1,4 +1,4 @@
 [suppress_file]
   # Somme comment
   label = Libabigail can't handle libgfortran.so (https://sourceware.org/bugzilla/show_bug.cgi?id=23492)
-  file_name_regexp = libgfortran\\.so.*
\ No newline at end of file
+  file_name_regexp = libgfortran\\.so.*
-- 
2.28.0.220.ged08abb693-goog


  reply	other threads:[~2020-08-17  9:38 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-17  9:38 [PATCH 0/7] Suppression parsing - preparatory work Giuliano Procida
2020-08-17  9:38 ` Giuliano Procida [this message]
2020-10-01 14:36   ` [PATCH 1/7] Add missing newlines to end of test files Dodji Seketeli
2020-08-17  9:38 ` [PATCH 2/7] Fix two wrongs in test suppression regex Giuliano Procida
2020-10-01 14:42   ` Dodji Seketeli
2020-08-17  9:38 ` [PATCH 3/7] Better suppression section parsing delegation Giuliano Procida
2020-10-01 15:56   ` Dodji Seketeli
2020-10-02  7:20     ` Giuliano Procida
2020-08-17  9:38 ` [PATCH 4/7] Add read_*_suppression success/failure plumbing Giuliano Procida
2020-08-17  9:38 ` [PATCH 5/7] Add error handling to read_suppressions Giuliano Procida
2020-08-17  9:38 ` [PATCH 6/7] Default construct suppression types Giuliano Procida
2020-08-17  9:38 ` [PATCH 7/7] Refresh getter/setter comments Giuliano Procida
2020-10-02  7:25 ` [PATCH 0/7] Suppression parsing - preparatory work Dodji Seketeli
2020-10-06 20:19   ` Giuliano Procida

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200817093819.172380-2-gprocida@google.com \
    --to=gprocida@google.com \
    --cc=dodji@seketeli.org \
    --cc=kernel-team@android.com \
    --cc=libabigail@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).