[6/8] libstdc++: Use dg-additional-files in some non-I/O tests
Checks
Context |
Check |
Description |
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 |
success
|
Build passed
|
linaro-tcwg-bot/tcwg_gcc_build--master-arm |
success
|
Build passed
|
linaro-tcwg-bot/tcwg_gcc_check--master-aarch64 |
success
|
Test passed
|
Commit Message
Tested x86_64-linux.
-- >8 --
libstdc++-v3/ChangeLog:
* testsuite/20_util/hash/chi2_q_document_words.cc: Use
dg-additional-files for input text.
* testsuite/performance/ext/pb_ds/all_text_find.cc: Likewise.
* testsuite/performance/ext/pb_ds/multimap_text_find.hpp:
Likewise.
* testsuite/performance/ext/pb_ds/multimap_text_insert.hpp:
Likewise.
* testsuite/performance/ext/pb_ds/multimap_text_insert_mem.hpp:
Likewise.
* testsuite/performance/ext/pb_ds/priority_queue_text_join.cc:
Likewise.
* testsuite/performance/ext/pb_ds/priority_queue_text_modify.hpp: Likewise.
* testsuite/performance/ext/pb_ds/priority_queue_text_pop_mem.cc: Likewise.
* testsuite/performance/ext/pb_ds/priority_queue_text_push.cc:
Likewise.
* testsuite/performance/ext/pb_ds/priority_queue_text_push_pop.cc: Likewise.
* testsuite/performance/ext/pb_ds/tree_text_insert.cc: Likewise.
* testsuite/performance/ext/pb_ds/tree_text_lor_find.cc:
Likewise.
---
libstdc++-v3/testsuite/20_util/hash/chi2_q_document_words.cc | 2 ++
libstdc++-v3/testsuite/performance/ext/pb_ds/all_text_find.cc | 2 ++
.../testsuite/performance/ext/pb_ds/multimap_text_find.hpp | 2 ++
.../testsuite/performance/ext/pb_ds/multimap_text_insert.hpp | 2 ++
.../performance/ext/pb_ds/multimap_text_insert_mem.hpp | 2 ++
.../testsuite/performance/ext/pb_ds/priority_queue_text_join.cc | 2 ++
.../performance/ext/pb_ds/priority_queue_text_modify.hpp | 2 ++
.../performance/ext/pb_ds/priority_queue_text_pop_mem.cc | 2 ++
.../testsuite/performance/ext/pb_ds/priority_queue_text_push.cc | 2 ++
.../performance/ext/pb_ds/priority_queue_text_push_pop.cc | 2 ++
.../testsuite/performance/ext/pb_ds/tree_text_insert.cc | 2 ++
.../testsuite/performance/ext/pb_ds/tree_text_lor_find.cc | 2 ++
12 files changed, 24 insertions(+)
@@ -19,6 +19,8 @@
// along with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
+// { dg-additional-files "thirty_years_among_the_dead_preproc.txt" }
+
#include "chi2_quality.h"
// Tests chi^2 for a set of words taken from a document written in English.
@@ -29,6 +29,8 @@
// purpose. It is provided "as is" without express or implied
// warranty.
+// { dg-additional-files "thirty_years_among_the_dead_preproc.txt" }
+
/**
* @file text_find_timing_test.cpp
* Contains test for finding text.
@@ -29,6 +29,8 @@
// purpose. It is provided "as is" without express or implied
// warranty.
+// { dg-additional-files "thirty_years_among_the_dead_preproc.txt" }
+
/**
* @file multimap_text_find_timing_test.cpp
* Contains test for inserting text words.
@@ -29,6 +29,8 @@
// purpose. It is provided "as is" without express or implied
// warranty.
+// { dg-additional-files "thirty_years_among_the_dead_preproc.txt" }
+
/**
* @file multimap_text_insert_timing_test.cpp
* Contains test for inserting text words.
@@ -29,6 +29,8 @@
// purpose. It is provided "as is" without express or implied
// warranty.
+// { dg-additional-files "thirty_years_among_the_dead_preproc.txt" }
+
/**
* @file multimap_text_insert_mem_usage_test.cpp
* Contains test for inserting text words.
@@ -29,6 +29,8 @@
// purpose. It is provided "as is" without express or implied
// warranty.
+// { dg-additional-files "thirty_years_among_the_dead_preproc.txt" }
+
/**
* @file priority_queue_text_join_timing_test.cpp
* Contains test for finding text.
@@ -29,6 +29,8 @@
// purpose. It is provided "as is" without express or implied
// warranty.
+// { dg-additional-files "thirty_years_among_the_dead_preproc.txt" }
+
/**
* @file priority_queue_text_modify_timing_test.cpp
* Contains test for finding text.
@@ -29,6 +29,8 @@
// purpose. It is provided "as is" without express or implied
// warranty.
+// { dg-additional-files "thirty_years_among_the_dead_preproc.txt" }
+
/**
* @file priority_queue_text_push_pop_timing_test.cpp
* Contains test for finding text.
@@ -29,6 +29,8 @@
// purpose. It is provided "as is" without express or implied
// warranty.
+// { dg-additional-files "thirty_years_among_the_dead_preproc.txt" }
+
/**
* @file priority_queue_text_push_timing_test.cpp
* Contains test for finding text.
@@ -29,6 +29,8 @@
// purpose. It is provided "as is" without express or implied
// warranty.
+// { dg-additional-files "thirty_years_among_the_dead_preproc.txt" }
+
/**
* @file priority_queue_text_push_pop_timing_test.cpp
* Contains test for finding text.
@@ -29,6 +29,8 @@
// purpose. It is provided "as is" without express or implied
// warranty.
+// { dg-additional-files "thirty_years_among_the_dead_preproc.txt" }
+
/**
* @file tree_text_insert_timing_test.cpp
* Contains test for finding text.
@@ -29,6 +29,8 @@
// purpose. It is provided "as is" without express or implied
// warranty.
+// { dg-additional-files "thirty_years_among_the_dead_preproc.txt" }
+
/**
* @file tree_text_lor_find_timing_test.cpp
* Contains test for finding text with locality of reference.