Home
last modified time | relevance | path

Searched refs:testInput (Results 1 – 25 of 840) sorted by relevance

12345678910>>...34

/dports/graphics/jogamp-jogl/gluegen/jcpp/src/test/java/com/jogamp/gluegen/jcpp/
H A DPreprocessorTest.java98 testInput("line = __LINE__\n", in test01Preprocessor()
154 testInput("#undef two\n", NL); in test01Preprocessor()
164 testInput("#undef two\n", NL); in test01Preprocessor()
169 testInput("#undef one\n", NL); in test01Preprocessor()
175 testInput("#undef one\n", NL); in test01Preprocessor()
195 testInput("var(e, f, g)\n", NL, in test01Preprocessor()
204 testInput("var()\n", NL, in test01Preprocessor()
213 testInput("var2(b, c, d)\n", NL, in test01Preprocessor()
221 testInput("var2(b)\n", NL, in test01Preprocessor()
229 testInput("var3(b, c)\n", NL, in test01Preprocessor()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/core/v1/
H A Dconversion_test.go501 testInput := tc.in
521 if len(testInput.PodIP) == 0 && len(testInput.PodIPs) == 0 {
526 if len(testInput.PodIP) > 0 && corePodStatus.PodIPs[0].IP != testInput.PodIP {
531 for idx := range testInput.PodIPs {
539 if len(testInput.PodIPs) > 0 && len(testInput.PodIPs) != len(corePodStatus.PodIPs) {
568 for i, testInput := range testInputs {
575 if len(testInput.PodCIDRs) == 0 {
585 for idx := range testInput.PodCIDRs {
676 testInput := tc.in
693 if len(testInput.PodCIDRs) == 0 && len(testInput.PodCIDR) == 0 {
[all …]
/dports/biology/jalview/jalview/test/jalview/io/cache/
H A DJvCacheableInputBoxTest.java31 String testInput = "TestInput"; in getUserInputTest() local
32 cacheBox.addItem(testInput); in getUserInputTest()
33 cacheBox.setSelectedItem(testInput); in getUserInputTest()
46 Assert.assertEquals(testInput, userInput); in getUserInputTest()
52 String testInput = "TestInput"; in updateCacheTest() local
53 cacheBox.addItem(testInput); in updateCacheTest()
54 cacheBox.setSelectedItem(testInput); in updateCacheTest()
67 Assert.assertTrue(foundCache.contains(testInput)); in updateCacheTest()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/tools/jsontests/
H A Dvm.cpp294 json_spirit::mObject const& testInput = i.second.get_obj(); in doTests() local
311 fev.importState(testInput.at("pre").get_obj()); in doTests()
316 if (testInput.count("_info")) in doTests()
317 testOutput["_info"] = testInput.at("_info"); in doTests()
320 fev.importExec(testInput.at("exec").get_obj()); in doTests()
370 if (testInput.count("expect") > 0) in doTests()
387 if (testInput.count("expect") > 0) in doTests()
405 if (testInput.count("expectOut") > 0) in doTests()
418 if (testInput.count("post") > 0) // No exceptions expected in doTests()
431 test.importState(testInput.at("post").get_obj()); in doTests()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/namespace/deletion/
H A Dnamespaced_resources_deleter_test.go189 for scenario, testInput := range scenarios {
195 mockClient := fake.NewSimpleClientset(testInput.testNamespace)
202 return resources, testInput.gvrError
205 …if err := d.Delete(testInput.testNamespace.Name); !matchErrors(err, testInput.expectErrorOnDelete)…
206 …xpected error %q when syncing namespace, got %q, %v", testInput.expectErrorOnDelete, err, testInpu…
214 if !actionSet.Equal(testInput.kubeClientActionSet) {
216 testInput.kubeClientActionSet, actionSet, testInput.kubeClientActionSet.Difference(actionSet))
224 if !actionSet.Equal(testInput.metadataClientActionSet) {
226testInput.metadataClientActionSet, actionSet, testInput.metadataClientActionSet.Difference(actionS…
230 if testInput.expectStatus != nil {
[all …]
/dports/astro/py-ro/RO-3.6.9/python/RO/Astro/Sph/
H A DAngSep.py71 for testInput, expectedOutput in testData:
72testInput = [(x[0] / RO.PhysConst.RadPerDeg, x[1] / RO.PhysConst.RadPerDeg) for x in testInput] variable
75 actualOutput = angSep(*testInput)
77 print("failed on input:", testInput)
/dports/archivers/lizard/lizard-1.0/tests/
H A Dfuzzer.c616 char testInput[testInputSize]; in FUZ_unitTests() local
644 crcOrig = XXH64(testInput, testCompressedSize, 0); in FUZ_unitTests()
674 XXH64_update(&xxhOrig, testInput + iNext, messageSize); in FUZ_unitTests()
711 crcOrig = XXH64(testInput, testCompressedSize, 0); in FUZ_unitTests()
741 Lizard_loadDict(streamPtr, testInput, segSize); in FUZ_unitTests()
759 Lizard_loadDict(streamPtr, testInput, 32 KB); in FUZ_unitTests()
771 const char* dict = testInput + 3; in FUZ_unitTests()
798 while (dst[c] == testInput[segStart+c]) c++; in FUZ_unitTests()
834 XXH64_update(&xxhOrig, testInput + iNext, messageSize); in FUZ_unitTests()
881 XXH64_update(&xxhOrig, testInput + iNext, messageSize); in FUZ_unitTests()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/lz4/programs/
H A Dfuzzer.c757 char testInput[testInputSize]; in FUZ_unitTests() local
783 crcOrig = XXH64(testInput, testCompressedSize, 0); in FUZ_unitTests()
852 crcOrig = XXH64(testInput, testCompressedSize, 0); in FUZ_unitTests()
863 crcOrig = XXH64(testInput + 64 KB, testCompressedSize, 0); in FUZ_unitTests()
865 LZ4_loadDictHC(&sHC, testInput, 64 KB); in FUZ_unitTests()
880 LZ4_loadDictHC(&sHC, testInput, segSize); in FUZ_unitTests()
895 crcOrig = XXH64(testInput + 64 KB, testCompressedSize, 0); in FUZ_unitTests()
897 LZ4_loadDictHC(&sHC, testInput, 32 KB); in FUZ_unitTests()
910 const char* dict = testInput + 3; in FUZ_unitTests()
938 while (dst[c] == testInput[segStart+c]) c++; in FUZ_unitTests()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/lz4/tests/
H A Dfuzzer.c727 char testInput[testInputSize]; in FUZ_unitTests() local
751 crcOrig = XXH64(testInput, testCompressedSize, 0); in FUZ_unitTests()
779 XXH64_update(&xxhOrig, testInput + iNext, messageSize); in FUZ_unitTests()
816 crcOrig = XXH64(testInput, testCompressedSize, 0); in FUZ_unitTests()
827 crcOrig = XXH64(testInput + 64 KB, testCompressedSize, 0); in FUZ_unitTests()
829 LZ4_loadDictHC(&sHC, testInput, 64 KB); in FUZ_unitTests()
843 LZ4_loadDictHC(&sHC, testInput, segSize); in FUZ_unitTests()
858 crcOrig = XXH64(testInput + 64 KB, testCompressedSize, 0); in FUZ_unitTests()
860 LZ4_loadDictHC(&sHC, testInput, 32 KB); in FUZ_unitTests()
872 const char* dict = testInput + 3; in FUZ_unitTests()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/Lz4/Lz4_131/programs/
H A Dfuzzer.c757 char testInput[testInputSize]; in FUZ_unitTests() local
783 crcOrig = XXH64(testInput, testCompressedSize, 0); in FUZ_unitTests()
852 crcOrig = XXH64(testInput, testCompressedSize, 0); in FUZ_unitTests()
863 crcOrig = XXH64(testInput + 64 KB, testCompressedSize, 0); in FUZ_unitTests()
865 LZ4_loadDictHC(&sHC, testInput, 64 KB); in FUZ_unitTests()
880 LZ4_loadDictHC(&sHC, testInput, segSize); in FUZ_unitTests()
895 crcOrig = XXH64(testInput + 64 KB, testCompressedSize, 0); in FUZ_unitTests()
897 LZ4_loadDictHC(&sHC, testInput, 32 KB); in FUZ_unitTests()
910 const char* dict = testInput + 3; in FUZ_unitTests()
938 while (dst[c] == testInput[segStart+c]) c++; in FUZ_unitTests()
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/tools/record/
H A Devents_cache_test.go235 for testScenario, testInput := range scenario {
236 eventInterval := time.Duration(testInput.intervalSeconds) * time.Second
239 for i := range testInput.previousEvents {
240 event := testInput.previousEvents[i]
256 testInput.newEvent.FirstTimestamp = now
257 testInput.newEvent.LastTimestamp = now
258 result, err := correlator.EventCorrelate(&testInput.newEvent)
264 if result.Skip != testInput.expectedSkip {
265 …t.Errorf("scenario %v: expected skip %v, but got %v", testScenario, testInput.expectedSkip, result…
270 if testInput.expectedSkip {
[all …]
/dports/security/vault/vault-1.8.2/vendor/k8s.io/client-go/tools/record/
H A Devents_cache_test.go234 for testScenario, testInput := range scenario {
235 eventInterval := time.Duration(testInput.intervalSeconds) * time.Second
238 for i := range testInput.previousEvents {
239 event := testInput.previousEvents[i]
255 testInput.newEvent.FirstTimestamp = now
256 testInput.newEvent.LastTimestamp = now
257 result, err := correlator.EventCorrelate(&testInput.newEvent)
263 if result.Skip != testInput.expectedSkip {
264 …t.Errorf("scenario %v: expected skip %v, but got %v", testScenario, testInput.expectedSkip, result…
269 if testInput.expectedSkip {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/client-go-0.16.8/tools/record/
H A Devents_cache_test.go234 for testScenario, testInput := range scenario {
235 eventInterval := time.Duration(testInput.intervalSeconds) * time.Second
238 for i := range testInput.previousEvents {
239 event := testInput.previousEvents[i]
255 testInput.newEvent.FirstTimestamp = now
256 testInput.newEvent.LastTimestamp = now
257 result, err := correlator.EventCorrelate(&testInput.newEvent)
263 if result.Skip != testInput.expectedSkip {
264 …t.Errorf("scenario %v: expected skip %v, but got %v", testScenario, testInput.expectedSkip, result…
269 if testInput.expectedSkip {
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/client-go/tools/record/
H A Devents_cache_test.go235 for testScenario, testInput := range scenario {
236 eventInterval := time.Duration(testInput.intervalSeconds) * time.Second
239 for i := range testInput.previousEvents {
240 event := testInput.previousEvents[i]
256 testInput.newEvent.FirstTimestamp = now
257 testInput.newEvent.LastTimestamp = now
258 result, err := correlator.EventCorrelate(&testInput.newEvent)
264 if result.Skip != testInput.expectedSkip {
265 …t.Errorf("scenario %v: expected skip %v, but got %v", testScenario, testInput.expectedSkip, result…
270 if testInput.expectedSkip {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/tools/record/
H A Devents_cache_test.go235 for testScenario, testInput := range scenario {
236 eventInterval := time.Duration(testInput.intervalSeconds) * time.Second
239 for i := range testInput.previousEvents {
240 event := testInput.previousEvents[i]
256 testInput.newEvent.FirstTimestamp = now
257 testInput.newEvent.LastTimestamp = now
258 result, err := correlator.EventCorrelate(&testInput.newEvent)
264 if result.Skip != testInput.expectedSkip {
265 …t.Errorf("scenario %v: expected skip %v, but got %v", testScenario, testInput.expectedSkip, result…
270 if testInput.expectedSkip {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/client-go/tools/record/
H A Devents_cache_test.go234 for testScenario, testInput := range scenario {
235 eventInterval := time.Duration(testInput.intervalSeconds) * time.Second
238 for i := range testInput.previousEvents {
239 event := testInput.previousEvents[i]
255 testInput.newEvent.FirstTimestamp = now
256 testInput.newEvent.LastTimestamp = now
257 result, err := correlator.EventCorrelate(&testInput.newEvent)
263 if result.Skip != testInput.expectedSkip {
264 …t.Errorf("scenario %v: expected skip %v, but got %v", testScenario, testInput.expectedSkip, result…
269 if testInput.expectedSkip {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/client-go/client-go-12.0.0/tools/record/
H A Devents_cache_test.go234 for testScenario, testInput := range scenario {
235 eventInterval := time.Duration(testInput.intervalSeconds) * time.Second
238 for i := range testInput.previousEvents {
239 event := testInput.previousEvents[i]
255 testInput.newEvent.FirstTimestamp = now
256 testInput.newEvent.LastTimestamp = now
257 result, err := correlator.EventCorrelate(&testInput.newEvent)
263 if result.Skip != testInput.expectedSkip {
264 …t.Errorf("scenario %v: expected skip %v, but got %v", testScenario, testInput.expectedSkip, result…
269 if testInput.expectedSkip {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/k8s.io/client-go/tools/record/
H A Devents_cache_test.go234 for testScenario, testInput := range scenario {
235 eventInterval := time.Duration(testInput.intervalSeconds) * time.Second
238 for i := range testInput.previousEvents {
239 event := testInput.previousEvents[i]
255 testInput.newEvent.FirstTimestamp = now
256 testInput.newEvent.LastTimestamp = now
257 result, err := correlator.EventCorrelate(&testInput.newEvent)
263 if result.Skip != testInput.expectedSkip {
264 …t.Errorf("scenario %v: expected skip %v, but got %v", testScenario, testInput.expectedSkip, result…
269 if testInput.expectedSkip {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/tools/record/
H A Devents_cache_test.go235 for testScenario, testInput := range scenario {
236 eventInterval := time.Duration(testInput.intervalSeconds) * time.Second
239 for i := range testInput.previousEvents {
240 event := testInput.previousEvents[i]
256 testInput.newEvent.FirstTimestamp = now
257 testInput.newEvent.LastTimestamp = now
258 result, err := correlator.EventCorrelate(&testInput.newEvent)
264 if result.Skip != testInput.expectedSkip {
265 …t.Errorf("scenario %v: expected skip %v, but got %v", testScenario, testInput.expectedSkip, result…
270 if testInput.expectedSkip {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/k8s.io/client-go/tools/record/
H A Devents_cache_test.go234 for testScenario, testInput := range scenario {
235 eventInterval := time.Duration(testInput.intervalSeconds) * time.Second
238 for i := range testInput.previousEvents {
239 event := testInput.previousEvents[i]
255 testInput.newEvent.FirstTimestamp = now
256 testInput.newEvent.LastTimestamp = now
257 result, err := correlator.EventCorrelate(&testInput.newEvent)
263 if result.Skip != testInput.expectedSkip {
264 …t.Errorf("scenario %v: expected skip %v, but got %v", testScenario, testInput.expectedSkip, result…
269 if testInput.expectedSkip {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/client-go/tools/record/
H A Devents_cache_test.go235 for testScenario, testInput := range scenario {
236 eventInterval := time.Duration(testInput.intervalSeconds) * time.Second
239 for i := range testInput.previousEvents {
240 event := testInput.previousEvents[i]
256 testInput.newEvent.FirstTimestamp = now
257 testInput.newEvent.LastTimestamp = now
258 result, err := correlator.EventCorrelate(&testInput.newEvent)
264 if result.Skip != testInput.expectedSkip {
265 …t.Errorf("scenario %v: expected skip %v, but got %v", testScenario, testInput.expectedSkip, result…
270 if testInput.expectedSkip {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/tools/record/
H A Devents_cache_test.go235 for testScenario, testInput := range scenario {
236 eventInterval := time.Duration(testInput.intervalSeconds) * time.Second
239 for i := range testInput.previousEvents {
240 event := testInput.previousEvents[i]
256 testInput.newEvent.FirstTimestamp = now
257 testInput.newEvent.LastTimestamp = now
258 result, err := correlator.EventCorrelate(&testInput.newEvent)
264 if result.Skip != testInput.expectedSkip {
265 …t.Errorf("scenario %v: expected skip %v, but got %v", testScenario, testInput.expectedSkip, result…
270 if testInput.expectedSkip {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/client-go/tools/record/
H A Devents_cache_test.go234 for testScenario, testInput := range scenario {
235 eventInterval := time.Duration(testInput.intervalSeconds) * time.Second
238 for i := range testInput.previousEvents {
239 event := testInput.previousEvents[i]
255 testInput.newEvent.FirstTimestamp = now
256 testInput.newEvent.LastTimestamp = now
257 result, err := correlator.EventCorrelate(&testInput.newEvent)
263 if result.Skip != testInput.expectedSkip {
264 …t.Errorf("scenario %v: expected skip %v, but got %v", testScenario, testInput.expectedSkip, result…
269 if testInput.expectedSkip {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/tools/record/
H A Devents_cache_test.go235 for testScenario, testInput := range scenario {
236 eventInterval := time.Duration(testInput.intervalSeconds) * time.Second
239 for i := range testInput.previousEvents {
240 event := testInput.previousEvents[i]
256 testInput.newEvent.FirstTimestamp = now
257 testInput.newEvent.LastTimestamp = now
258 result, err := correlator.EventCorrelate(&testInput.newEvent)
264 if result.Skip != testInput.expectedSkip {
265 …t.Errorf("scenario %v: expected skip %v, but got %v", testScenario, testInput.expectedSkip, result…
270 if testInput.expectedSkip {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/k8s.io/client-go/tools/record/
H A Devents_cache_test.go234 for testScenario, testInput := range scenario {
235 eventInterval := time.Duration(testInput.intervalSeconds) * time.Second
238 for i := range testInput.previousEvents {
239 event := testInput.previousEvents[i]
255 testInput.newEvent.FirstTimestamp = now
256 testInput.newEvent.LastTimestamp = now
257 result, err := correlator.EventCorrelate(&testInput.newEvent)
263 if result.Skip != testInput.expectedSkip {
264 …t.Errorf("scenario %v: expected skip %v, but got %v", testScenario, testInput.expectedSkip, result…
269 if testInput.expectedSkip {
[all …]

12345678910>>...34