libstdc++: Use dg-additional-files in some non-I/O tests

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.
This commit is contained in:
Jonathan Wakely 2024-07-22 15:15:16 +01:00 committed by Jonathan Wakely
parent 681417f7a0
commit 171af3580d
No known key found for this signature in database
12 changed files with 24 additions and 0 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.