Home
last modified time | relevance | path

Searched refs:TEST_DATA_DIR (Results 1 – 25 of 750) sorted by relevance

12345678910>>...30

/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/testutils/
H A DSamAssertionUtilsUnitTest.java43 final File expectedF= new File(TEST_DATA_DIR, expectedFile); in testCompareStringent()
44 final File actualF= new File(TEST_DATA_DIR, actualFile); in testCompareStringent()
51 {new File(TEST_DATA_DIR, "valid.cram")}, in testCRAMContentsSucceedData()
58 {new File(TEST_DATA_DIR, "file1.sam") }, in testCRAMContentsFailData()
59 {new File(TEST_DATA_DIR, "file1.bam") }, in testCRAMContentsFailData()
60 {new File(TEST_DATA_DIR, "fake_cram_with_bam_contents.cram") } in testCRAMContentsFailData()
77 {new File(TEST_DATA_DIR, "file1.sam") }, in testCRAMContentsIfCRAMSucceedData()
78 {new File(TEST_DATA_DIR, "file1.bam") }, in testCRAMContentsIfCRAMSucceedData()
79 {new File(TEST_DATA_DIR, "valid.cram") }, in testCRAMContentsIfCRAMSucceedData()
86 {new File(TEST_DATA_DIR, "fake_cram_with_bam_contents.cram") } in testCRAMContentsIfCRAMFailData()
[all …]
/dports/textproc/p5-Text-RecordParser/Text-RecordParser-1.6.5/t/
H A D05-fetch.t17 Readonly my $TEST_DATA_DIR => catdir( $Bin, 'data' );
20 my $file = catfile( $TEST_DATA_DIR, 'simpsons.csv' );
41 my $file = catfile( $TEST_DATA_DIR, 'empty' );
53 my $file = catfile( $TEST_DATA_DIR, 'simpsons.csv' );
62 my $file = catfile( $TEST_DATA_DIR, 'bad-file' );
70 my $file = catfile( $TEST_DATA_DIR, 'simpsons.csv' );
78 my $file = catfile( $TEST_DATA_DIR, 'simpsons.csv' );
96 my $file = catfile( $TEST_DATA_DIR, 'simpsons.csv' );
120 my $file = catfile( $TEST_DATA_DIR, 'simpsons.csv' );
132 my $file = catfile( $TEST_DATA_DIR, 'simpsons.csv');
[all …]
H A D02-filename-fh.t17 Readonly my $TEST_DATA_DIR => catdir( $Bin, 'data' );
24 my $file = catfile( $TEST_DATA_DIR, 'simpsons.csv' );
27 throws_ok { $p->filename($TEST_DATA_DIR) } qr/cannot use dir/i,
30 my $bad_file = catfile( $TEST_DATA_DIR, 'non-existent' );
36 my $file2 = catfile( $TEST_DATA_DIR, 'simpsons.tab' );
49 my $file = catfile( $TEST_DATA_DIR, 'simpsons.csv' );
55 my $tabfile = catfile( $TEST_DATA_DIR, 'simpsons.tab' );
64 my $file3 = catfile( $TEST_DATA_DIR, 'simpsons.cvs');
78 my $file = catfile( $TEST_DATA_DIR, 'simpsons.csv' );
H A D01-new.t10 Readonly my $TEST_DATA_DIR => catdir( $Bin, 'data' );
34 my $file = catfile( $TEST_DATA_DIR, 'simpsons.csv' );
40 my $file = catfile( $TEST_DATA_DIR, 'simpsons.csv' );
46 my $file = catfile( $TEST_DATA_DIR, 'simpsons.csv' );
90 filename => catfile( $TEST_DATA_DIR, 'simpsons.csv' ),
102 my $file = catfile( $TEST_DATA_DIR, 'simpsons.csv' );
/dports/graphics/qgis/qgis-3.22.3/tests/src/gui/
H A Dtestqgsfilewidget.cpp97 mime->setUrls( QList<QUrl>() << QUrl::fromLocalFile( TEST_DATA_DIR ) ); in testDroppedFiles()
107 QCOMPARE( w->lineEdit()->text(), QString( TEST_DATA_DIR + QStringLiteral( "/bug5598.shp" ) ) ); in testDroppedFiles()
112 uri.uri = TEST_DATA_DIR + QStringLiteral( "/mesh/quad_and_triangle.2dm" ); in testDroppedFiles()
131 mime->setText( TEST_DATA_DIR + QStringLiteral( "/mesh/quad_and_triangle.2dm" ) ); in testDroppedFiles()
143 QCOMPARE( w->lineEdit()->text(), QString( TEST_DATA_DIR + QStringLiteral( "/bug5598.shp" ) ) ); in testDroppedFiles()
160 QCOMPARE( w->lineEdit()->text(), QString( TEST_DATA_DIR + QStringLiteral( "/bug5598.prj" ) ) ); in testDroppedFiles()
172 mime->setUrls( QList<QUrl>() << QUrl::fromLocalFile( TEST_DATA_DIR ) ); in testDroppedFiles()
175 QCOMPARE( w->lineEdit()->text(), QString( TEST_DATA_DIR ) ); in testDroppedFiles()
193 << QUrl::fromLocalFile( TEST_DATA_DIR + QStringLiteral( "/elev.gpx" ) ) ); in testMultipleFiles()
198 .arg( TEST_DATA_DIR + QStringLiteral( "/elev.gpx" ) ) ); in testMultipleFiles()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/gui/
H A Dtestqgsfilewidget.cpp97 mime->setUrls( QList<QUrl>() << QUrl::fromLocalFile( TEST_DATA_DIR ) ); in testDroppedFiles()
107 QCOMPARE( w->lineEdit()->text(), QString( TEST_DATA_DIR + QStringLiteral( "/bug5598.shp" ) ) ); in testDroppedFiles()
112 uri.uri = TEST_DATA_DIR + QStringLiteral( "/mesh/quad_and_triangle.2dm" ); in testDroppedFiles()
131 mime->setText( TEST_DATA_DIR + QStringLiteral( "/mesh/quad_and_triangle.2dm" ) ); in testDroppedFiles()
143 QCOMPARE( w->lineEdit()->text(), QString( TEST_DATA_DIR + QStringLiteral( "/bug5598.shp" ) ) ); in testDroppedFiles()
160 QCOMPARE( w->lineEdit()->text(), QString( TEST_DATA_DIR + QStringLiteral( "/bug5598.prj" ) ) ); in testDroppedFiles()
172 mime->setUrls( QList<QUrl>() << QUrl::fromLocalFile( TEST_DATA_DIR ) ); in testDroppedFiles()
175 QCOMPARE( w->lineEdit()->text(), QString( TEST_DATA_DIR ) ); in testDroppedFiles()
193 << QUrl::fromLocalFile( TEST_DATA_DIR + QStringLiteral( "/elev.gpx" ) ) ); in testMultipleFiles()
198 .arg( TEST_DATA_DIR + QStringLiteral( "/elev.gpx" ) ) ); in testMultipleFiles()
[all …]
/dports/security/botan110/Botan-1.10.17/checks/
H A Dcvc_tests.cpp32 #define TEST_DATA_DIR "checks/ecc_testdata" macro
105 EAC1_1_CVC cert_in(TEST_DATA_DIR "/my_cv_cert.ber"); in test_enc_gen_selfsigned()
113 std::ifstream cert_1_in(TEST_DATA_DIR "/my_cv_cert.ber"); in test_enc_gen_selfsigned()
114 std::ifstream cert_2_in(TEST_DATA_DIR "/my_cv_cert2.ber"); in test_enc_gen_selfsigned()
213 EAC1_1_Req req_in(TEST_DATA_DIR "/my_cv_req.ber"); in test_enc_gen_req()
242 EAC1_1_ADO req_in(TEST_DATA_DIR "/ado.cvcreq"); in test_cvc_ado_ext()
284 EAC1_1_ADO ado2(TEST_DATA_DIR "/ado"); in test_cvc_ado_creation()
390 EAC1_1_CVC req_in(TEST_DATA_DIR "/cvca01.cv.crt"); in test_ver_cvca()
416 EAC1_1_CVC cert_in(TEST_DATA_DIR "/cvca01.cv.crt"); in test_copy_and_assignment()
422 EAC1_1_ADO ado_in(TEST_DATA_DIR "/ado.cvcreq"); in test_copy_and_assignment()
[all …]
H A Decdsa.cpp28 #define TEST_DATA_DIR "checks/ecc_testdata" macro
100 X509_Certificate cert(TEST_DATA_DIR "/CSCA.CSCA.csca-germany.1.crt"); in test_decode_ecdsa_X509()
116 X509_Certificate root_cert(TEST_DATA_DIR "/root2_SHA256.cer"); in test_decode_ver_link_SHA256()
117 X509_Certificate link_cert(TEST_DATA_DIR "/link_SHA256.cer"); in test_decode_ver_link_SHA256()
128 X509_Certificate root_cert(TEST_DATA_DIR "/root_SHA1.163.crt"); in test_decode_ver_link_SHA1()
129 X509_Certificate link_cert(TEST_DATA_DIR "/link_SHA1.166.crt"); in test_decode_ver_link_SHA1()
229 std::ofstream rsa_priv_key(TEST_DATA_DIR "/rsa_private.pkcs8.pem"); in test_create_pkcs8()
236 std::ofstream priv_key(TEST_DATA_DIR "/wo_dompar_private.pkcs8.pem"); in test_create_pkcs8()
251 std::ofstream priv_key(TEST_DATA_DIR "/dompar_private.pkcs8.pem"); in test_create_and_verify()
258 …std::auto_ptr<PKCS8_PrivateKey> loaded_key_1(PKCS8::load_key(TEST_DATA_DIR "/rsa_private.pkcs8.pem… in test_create_and_verify()
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgsgdalprovider.cpp81 mTestDataDir = QStringLiteral( TEST_DATA_DIR ) + '/'; //defined in CmakeLists.txt in initTestCase()
167 const QString raster = QStringLiteral( TEST_DATA_DIR ) + "/requires_warped_vrt.tif"; in warpedVrt()
296 const QString raster = QStringLiteral( TEST_DATA_DIR ) + "/raster/rgb_with_mask.tif"; in mask()
319 const QString raster = QStringLiteral( TEST_DATA_DIR ) + "/raster/gtiff_tags.tif"; in bandName()
339 const QString raster = QStringLiteral( TEST_DATA_DIR ) + "/raster/gtiff_desc.tif"; in bandNameWithDescription()
394 const QString raster = QStringLiteral( TEST_DATA_DIR ) + "/raster/scale0ingdal23.tif"; in scale0()
406 const QString raster = QStringLiteral( TEST_DATA_DIR ) + "/float1-16.tif"; in transformCoordinates()
442 res = gdalMetadata->querySublayers( QString( TEST_DATA_DIR ) + "/lines.shp" ); in testGdalProviderQuerySublayers()
451 QCOMPARE( res.at( 0 ).uri(), QStringLiteral( TEST_DATA_DIR ) + "/landsat.tif" ); in testGdalProviderQuerySublayers()
528 res = gdalMetadata->querySublayers( QStringLiteral( TEST_DATA_DIR ) + "/aigrid" ); in testGdalProviderQuerySublayers()
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/spark/pipelines/metrics/
H A DMeanQualityByCycleSparkIntegrationTest.java21 private static final File TEST_DATA_DIR = new File( field in MeanQualityByCycleSparkIntegrationTest
38 final File input = new File(TEST_DATA_DIR, inputFile); in test()
39 final File expectedFile = new File(TEST_DATA_DIR, "meanqualbycycle.txt"); in test()
73 final File unsortedBam = new File(TEST_DATA_DIR, "first5000a.bam"); in test1()
74 final File expectedFile = new File(TEST_DATA_DIR, "meanqualbycycle.txt"); in test1()
90 final File adamFile = new File(TEST_DATA_DIR, "first5000a.adam"); in test_ADAM()
91 final File expectedFile = new File(TEST_DATA_DIR, "meanqualbycycle.txt"); in test_ADAM()
107 final File expectedFile = new File(TEST_DATA_DIR, "pfFailBam.pf.txt"); in test_PF_READS_ONLY_false()
125 final File expectedFile = new File(TEST_DATA_DIR, "pfFailBam.pfOnly.txt"); in test_PF_READS_ONLY_true()
142 final File unsortedBam = new File(TEST_DATA_DIR, "unmapped.bam"); in test_ALIGNED_READS_ONLY_false()
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/engine/
H A DCRAMSupportIntegrationTest.java36 …private static final File TEST_DATA_DIR = new File("src/test/resources/org/broadinstitute/hellbend… field in CRAMSupportIntegrationTest
78 …final File samtoolsGeneratedCRAM = new File(TEST_DATA_DIR, "samtoolsSliceMD5WithAmbiguityCodesTest… in testSamtoolsGeneratedCRAMSliceMD5Calculation()
79 final File referenceWithAmbiguityCodes = new File(TEST_DATA_DIR, "ambiguityCodes.fasta"); in testSamtoolsGeneratedCRAMSliceMD5Calculation()
97 …testCases.add(new Object[]{ new File(TEST_DATA_DIR, "cram_with_bai_index.cram"), ref, outputExtens… in readCramWithIntervalsBAIIndexTestData()
98 …testCases.add(new Object[]{ new File(TEST_DATA_DIR, "cram_with_bai_index.cram"), ref, outputExtens… in readCramWithIntervalsBAIIndexTestData()
104 …testCases.add(new Object[]{ new File(TEST_DATA_DIR, "cram_with_crai_index.cram"), ref, outputExten… in readCramWithIntervalsBAIIndexTestData()
143 File readInput = new File(TEST_DATA_DIR, fileIn); in testNoRef()
161 File readInput1 = new File(TEST_DATA_DIR, fileIn1); in testNoRefMulti()
162 File readInput2 = new File(TEST_DATA_DIR, fileIn2); in testNoRefMulti()
183 File readInput = new File(TEST_DATA_DIR, fileIn); in testWrongRef()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgsmaplayer.py28 TEST_DATA_DIR = unitTestDataPath() variable
125 layer = QgsVectorLayer(os.path.join(TEST_DATA_DIR, 'points.shp'), "layer", "ogr")
127 self.assertEqual(uri, os.path.join(TEST_DATA_DIR, 'points.qml'))
132 self.assertEqual(uri, os.path.join(TEST_DATA_DIR, 'provider', 'bug_17795.qml'))
136 self.assertEqual(uri, os.path.join(TEST_DATA_DIR, 'provider', 'bug_17795.qml'))
142 self.assertEqual(uri, os.path.join(TEST_DATA_DIR, 'delimitedtext', 'test.qml'))
148 for file in glob.glob(os.path.join(TEST_DATA_DIR, 'france_parts.*')):
149 shutil.copy(os.path.join(TEST_DATA_DIR, file), dir_path)
151 not_temp_source = os.path.join(TEST_DATA_DIR, 'france_parts.*')
158 vl = QgsVectorLayer(os.path.join(TEST_DATA_DIR, 'france_parts.shp'), 'test')
[all …]
H A Dtest_qgssymbollayer_readsld.py50 TEST_DATA_DIR = unitTestDataPath() variable
155 mFilePath = os.path.join(TEST_DATA_DIR, sld)
168 mFilePath = os.path.join(TEST_DATA_DIR, sld)
181 mFilePath = os.path.join(TEST_DATA_DIR, sld)
194 mFilePath = os.path.join(TEST_DATA_DIR, sld)
212 mFilePath = os.path.join(TEST_DATA_DIR, sld)
232 mFilePath = os.path.join(TEST_DATA_DIR, sld)
246 mFilePath = os.path.join(TEST_DATA_DIR, sld)
263 mFilePath = os.path.join(TEST_DATA_DIR, sld)
280 mFilePath = os.path.join(TEST_DATA_DIR, sld)
[all …]
H A Dtest_qgsprocessexecutable.py29 TEST_DATA_DIR = unitTestDataPath() variable
165 …rr = self.run_process(['run', 'native:centroids', '--INPUT={}'.format(TEST_DATA_DIR + '/polys.shp'…
177 … self.run_process(['run', 'native:centroids', '--', 'INPUT={}'.format(TEST_DATA_DIR + '/polys.shp'…
199 self.assertEqual(res['inputs']['INPUT'], TEST_DATA_DIR + '/polys.shp')
212 'LAYERS={}'.format(TEST_DATA_DIR + '/polys.shp'),
213 'LAYERS={}'.format(TEST_DATA_DIR + '/points.shp'),
214 'LAYERS={}'.format(TEST_DATA_DIR + '/lines.shp'),
234 rc, output, err = self.run_process(['help', TEST_DATA_DIR + '/test_model.model3'])
243 …output, err = self.run_process(['run', TEST_DATA_DIR + '/test_model.model3', '--', 'FEATS={}'.form…
254 …t, err = self.run_process(['run', TEST_DATA_DIR + '/test_model.model3', '--json', '--', 'FEATS={}'…
[all …]
H A Dtest_provider_tabfile.py25 TEST_DATA_DIR = unitTestDataPath() variable
46 basetestfile = os.path.join(TEST_DATA_DIR, 'tab_file.tab')
69 basetestfile = os.path.join(TEST_DATA_DIR, 'tab_file.tab')
91 shutil.copy(os.path.join(TEST_DATA_DIR, 'tab_file.tab'), base_dest_file_name + '.tab')
92 shutil.copy(os.path.join(TEST_DATA_DIR, 'tab_file.dat'), base_dest_file_name + '.dat')
93 shutil.copy(os.path.join(TEST_DATA_DIR, 'tab_file.map'), base_dest_file_name + '.map')
94 shutil.copy(os.path.join(TEST_DATA_DIR, 'tab_file.id'), base_dest_file_name + '.id')
/dports/security/afl++/AFLplusplus-3.14c/frida_mode/test/js/
H A DGNUmakefile4 TEST_DATA_DIR:=$(BUILD_DIR)in/ macro
5 TEST_DATA_FILE:=$(TEST_DATA_DIR)in
31 $(TEST_DATA_DIR): | $(BUILD_DIR)
34 $(TEST_DATA_FILE): | $(TEST_DATA_DIR)
52 -i $(TEST_DATA_DIR) \
63 -i $(TEST_DATA_DIR) \
73 -i $(TEST_DATA_DIR) \
83 -i $(TEST_DATA_DIR) \
/dports/security/afl++/AFLplusplus-3.14c/frida_mode/test/cmplog/
H A DGNUmakefile11 TEST_DATA_DIR:=$(BUILD_DIR)in/ macro
12 CMP_LOG_INPUT:=$(TEST_DATA_DIR)in
27 $(TEST_DATA_DIR): | $(BUILD_DIR)
30 $(CMP_LOG_INPUT): | $(TEST_DATA_DIR)
39 -i $(TEST_DATA_DIR) \
50 -i $(TEST_DATA_DIR) \
61 -i $(TEST_DATA_DIR) \
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsmaplayer.py31 TEST_DATA_DIR = unitTestDataPath() variable
149 self.assertEqual(uri, os.path.join(TEST_DATA_DIR, 'points.qml'))
154 self.assertEqual(uri, os.path.join(TEST_DATA_DIR, 'provider', 'bug_17795.qml'))
158 self.assertEqual(uri, os.path.join(TEST_DATA_DIR, 'provider', 'bug_17795.qml'))
164 self.assertEqual(uri, os.path.join(TEST_DATA_DIR, 'delimitedtext', 'test.qml'))
170 for file in glob.glob(os.path.join(TEST_DATA_DIR, 'france_parts.*')):
171 shutil.copy(os.path.join(TEST_DATA_DIR, file), dir_path)
173 not_temp_source = os.path.join(TEST_DATA_DIR, 'france_parts.*')
180 vl = QgsVectorLayer(os.path.join(TEST_DATA_DIR, 'france_parts.shp'), 'test')
198 not_temp_source = os.path.join(TEST_DATA_DIR, 'float1-16.tif')
[all …]
H A Dtest_qgssymbollayer_readsld.py50 TEST_DATA_DIR = unitTestDataPath() variable
155 mFilePath = os.path.join(TEST_DATA_DIR, sld)
168 mFilePath = os.path.join(TEST_DATA_DIR, sld)
181 mFilePath = os.path.join(TEST_DATA_DIR, sld)
194 mFilePath = os.path.join(TEST_DATA_DIR, sld)
212 mFilePath = os.path.join(TEST_DATA_DIR, sld)
232 mFilePath = os.path.join(TEST_DATA_DIR, sld)
246 mFilePath = os.path.join(TEST_DATA_DIR, sld)
263 mFilePath = os.path.join(TEST_DATA_DIR, sld)
280 mFilePath = os.path.join(TEST_DATA_DIR, sld)
[all …]
H A Dtest_qgspathresolver.py29 TEST_DATA_DIR = unitTestDataPath() variable
109 lines_shp_path = os.path.join(TEST_DATA_DIR, 'moooooo.shp')
151 os.chdir(os.path.join(TEST_DATA_DIR, 'qgis_server'))
153 …resolver.readPath('./testlayer.shp').replace("\\", "/"), os.path.join(TEST_DATA_DIR, 'qgis_server'…
154 …l(resolver.readPath('testlayer.shp').replace("\\", "/"), os.path.join(TEST_DATA_DIR, 'qgis_server'…
156 …resolver.readPath('./testlayer.shp').replace("\\", "/"), os.path.join(TEST_DATA_DIR, 'qgis_server'…
157 …l(resolver.readPath('testlayer.shp').replace("\\", "/"), os.path.join(TEST_DATA_DIR, 'qgis_server'…
161 if path.startswith(TEST_DATA_DIR):
167 return os.path.join(TEST_DATA_DIR, os.path.basename(path))
174 lines_shp_path = os.path.join(TEST_DATA_DIR, 'lines.shp')
H A Dtest_provider_tabfile.py25 TEST_DATA_DIR = unitTestDataPath() variable
47 basetestfile = os.path.join(TEST_DATA_DIR, 'tab_file.tab')
70 basetestfile = os.path.join(TEST_DATA_DIR, 'tab_file.tab')
92 shutil.copy(os.path.join(TEST_DATA_DIR, 'tab_file.tab'), base_dest_file_name + '.tab')
93 shutil.copy(os.path.join(TEST_DATA_DIR, 'tab_file.dat'), base_dest_file_name + '.dat')
94 shutil.copy(os.path.join(TEST_DATA_DIR, 'tab_file.map'), base_dest_file_name + '.map')
95 shutil.copy(os.path.join(TEST_DATA_DIR, 'tab_file.id'), base_dest_file_name + '.id')
104 … layer = QgsVectorLayer(os.path.join(TEST_DATA_DIR, 'embedded_symbols', 'lines.TAB'), 'Lines')
H A Dtest_provider_ogr.py64 TEST_DATA_DIR = unitTestDataPath() variable
173 datasource = os.path.join(TEST_DATA_DIR, 'noelev.gpx')
180 datasource = os.path.join(TEST_DATA_DIR, 'elev.gpx')
506 datasource = os.path.join(TEST_DATA_DIR, 'test.osm')
554 source = os.path.join(TEST_DATA_DIR, 'attachments.gdb')
571 source = os.path.join(TEST_DATA_DIR, 'stringlist.gml')
1579 self.assertEqual(res[0].uri(), TEST_DATA_DIR + "/lines.shp")
1713 self.assertEqual(res[0].uri(), TEST_DATA_DIR + "/multipatch.shp")
2175 os.path.join(TEST_DATA_DIR, 'esri_tin', 'metadata.xml'))
2227 self.assertEqual(res[0].uri(), TEST_DATA_DIR + "/lines.shp")
[all …]
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/autotests/src/
H A Dencodingtest.cpp25 …success = buffer.load(QLatin1String(TEST_DATA_DIR "encoding/utf8.txt"), encodingErrors, tooLongLin… in QTEST_MAIN()
33 …success = buffer.load(QLatin1String(TEST_DATA_DIR "encoding/utf8-bom-only.txt"), encodingErrors, t… in QTEST_MAIN()
42 …success = buffer.load(QLatin1String(TEST_DATA_DIR "encoding/utf16.txt"), encodingErrors, tooLongLi… in QTEST_MAIN()
50 …success = buffer.load(QLatin1String(TEST_DATA_DIR "encoding/utf16be.txt"), encodingErrors, tooLong… in QTEST_MAIN()
59 …success = buffer.load(QLatin1String(TEST_DATA_DIR "encoding/utf32.txt"), encodingErrors, tooLongLi… in QTEST_MAIN()
67 …success = buffer.load(QLatin1String(TEST_DATA_DIR "encoding/utf32be.txt"), encodingErrors, tooLong… in QTEST_MAIN()
76 …success = buffer.load(QLatin1String(TEST_DATA_DIR "encoding/utf8-bom-only.txt"), encodingErrors, t… in QTEST_MAIN()
99 …success = buffer.load(QLatin1String(TEST_DATA_DIR "encoding/latin15.txt"), encodingErrors, tooLong… in nonUtfNoBomTest()
107 …success = buffer.load(QLatin1String(TEST_DATA_DIR "encoding/latin15-with-utf8-bom.txt"), encodingE… in nonUtfNoBomTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wayland/src/tests/
H A Dscanner-test.sh5 echo "test_data_dir: $TEST_DATA_DIR"
28 "$WAYLAND_SCANNER" $1 < "$TEST_DATA_DIR/$2" > "$TEST_OUTPUT_DIR/$3" || \
34 diff -q "$TEST_DATA_DIR/$3" "$TEST_OUTPUT_DIR/$3" && \
43 [ -f "$TEST_DATA_DIR/$1" ] || hard_fail "$1 not present"
46 "$WAYLAND_SCANNER" server-header < "$TEST_DATA_DIR/$1" >/dev/null 2>"$TEST_OUTPUT_DIR/$2" && \
/dports/security/afl++/AFLplusplus-3.14c/frida_mode/test/png/persistent/hook/
H A DGNUmakefile17 TEST_DATA_DIR:=../../build/libpng/libpng-1.2.56/contrib/pngsuite/ macro
71 $(TEST_DATA_DIR): | $(BUILD_DIR)
85 -i $(TEST_DATA_DIR) \
99 -i $(TEST_DATA_DIR) \
111 -i $(TEST_DATA_DIR) \
125 -i $(TEST_DATA_DIR) \
137 -i $(TEST_DATA_DIR) \
150 -i $(TEST_DATA_DIR) \

12345678910>>...30