Home
last modified time | relevance | path

Searched refs:golden (Results 51 – 75 of 5581) sorted by relevance

12345678910>>...224

/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/go.test/test/
H A Dcrlf.go37 var golden = "hello\n world"
40 if s != golden {
41 fmt.Printf("s=%q, want %q", s, golden)
43 if t != golden {
44 fmt.Printf("t=%q, want %q", t, golden)
46 if u != golden {
47 fmt.Printf("u=%q, want %q", u, golden)
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/go.test/test/
H A Dcrlf.go37 var golden = "hello\n world"
40 if s != golden {
41 fmt.Printf("s=%q, want %q", s, golden)
43 if t != golden {
44 fmt.Printf("t=%q, want %q", t, golden)
46 if u != golden {
47 fmt.Printf("u=%q, want %q", u, golden)
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/go.test/test/
H A Dcrlf.go37 var golden = "hello\n world"
40 if s != golden {
41 fmt.Printf("s=%q, want %q", s, golden)
43 if t != golden {
44 fmt.Printf("t=%q, want %q", t, golden)
46 if u != golden {
47 fmt.Printf("u=%q, want %q", u, golden)
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/go.test/test/
H A Dcrlf.go37 var golden = "hello\n world"
40 if s != golden {
41 fmt.Printf("s=%q, want %q", s, golden)
43 if t != golden {
44 fmt.Printf("t=%q, want %q", t, golden)
46 if u != golden {
47 fmt.Printf("u=%q, want %q", u, golden)
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/go.test/test/
H A Dcrlf.go37 var golden = "hello\n world"
40 if s != golden {
41 fmt.Printf("s=%q, want %q", s, golden)
43 if t != golden {
44 fmt.Printf("t=%q, want %q", t, golden)
46 if u != golden {
47 fmt.Printf("u=%q, want %q", u, golden)
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/
H A Dboxm2_ocl_util.cxx22 float golden = 0.8507f; //the golden ratio in set_dodecahedron_dir_lookup() local
25 float data[] = { 0, -golden, -other, 0, in set_dodecahedron_dir_lookup()
26 0, -golden, other, 0, in set_dodecahedron_dir_lookup()
27 0, golden, -other, 0, in set_dodecahedron_dir_lookup()
28 0, golden, other, 0, in set_dodecahedron_dir_lookup()
29 -other, 0, -golden, 0, in set_dodecahedron_dir_lookup()
30 -other, 0, golden, 0, in set_dodecahedron_dir_lookup()
31 other, 0, -golden, 0, in set_dodecahedron_dir_lookup()
32 other, 0, golden, 0, in set_dodecahedron_dir_lookup()
33 -golden, -other, 0, 0, in set_dodecahedron_dir_lookup()
[all …]
/dports/sysutils/helm/helm-3.5.2/cmd/helm/
H A Drollback_test.go45 golden: "output/rollback.txt",
50 golden: "output/rollback-timeout.txt",
55 golden: "output/rollback-wait.txt",
60 golden: "output/rollback-wait-for-jobs.txt",
65 golden: "output/rollback-no-revision.txt",
70 golden: "output/rollback-no-args.txt",
98 golden: "output/rollback-comp.txt",
103 golden: "output/revision-comp.txt",
108 golden: "output/rollback-wrong-args-comp.txt",
H A Ddependency_test.go27 golden: "output/dependency-list-no-chart-linux.txt",
34 golden: "output/dependency-list-no-requirements-linux.txt",
38 noSuchChart.golden = "output/dependency-list-no-chart-windows.txt"
39 noDependencies.golden = "output/dependency-list-no-requirements-windows.txt"
46 golden: "output/dependency-list.txt",
50 golden: "output/dependency-list-archive.txt",
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/tasty-golden-2.3.4/example/
H A Dexample.hs20 golden = dir </> "goldenVsFile.golden" function
23 goldenVsFile "goldenVsFile" golden actual
26 golden = dir </> "goldenVsFileDiff.golden" function
29 goldenVsFileDiff "goldenVsFileDiff" diff golden actual
32 golden = dir </> "goldenVsString.golden" function
34 goldenVsString "goldenVsString" golden (return value)
36 golden = dir </> "goldenVsStringDiff.golden" function
38 goldenVsStringDiff "goldenVsStringDiff" diff golden (return value)
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/tasty-golden-2.3.4/example/
H A Dexample.hs20 golden = dir </> "goldenVsFile.golden" function
23 goldenVsFile "goldenVsFile" golden actual
26 golden = dir </> "goldenVsFileDiff.golden" function
29 goldenVsFileDiff "goldenVsFileDiff" diff golden actual
32 golden = dir </> "goldenVsString.golden" function
34 goldenVsString "goldenVsString" golden (return value)
36 golden = dir </> "goldenVsStringDiff.golden" function
38 goldenVsStringDiff "goldenVsStringDiff" diff golden (return value)
/dports/sysutils/istio/istio-1.6.7/pilot/test/util/
H A Ddiff.go45 func Compare(content, golden []byte) error {
47 expected := strings.TrimSpace(string(golden))
80 golden, err := ioutil.ReadFile(goldenFile)
84 if err = Compare(content, golden); err != nil {
92 golden := ReadGoldenFile(content, goldenFile, t)
93 CompareBytes(content, golden, goldenFile, t)
122 golden, err := ioutil.ReadFile(file)
126 return golden
130 func CompareBytes(content []byte, golden []byte, name string, t *testing.T) {
132 if err := Compare(content, golden); err != nil {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/minio/sha256-simd/
H A Dsha256blockAvx512_amd64_test.go42 for _, g := range golden {
83 l := uint(len(golden[offset].in))
92 copy(input[i], golden[offset+i].in)
110 …function: sha256(%s) = %s want %s", golden[offset+i].in, hex.EncodeToString(output[i][:]), hex.Enc…
149 …function: sha256(%s) = %s want %s", golden[offset+i].in, hex.EncodeToString(output[i][:]), hex.Enc…
214 copy(input, golden[offset+i].in)
221 copy(input, golden[offset+i].in[64:])
270 copy(input, golden[offset+i].in)
275 copy(input, golden[offset+i].in[64:])
280 if bytes.Compare(output[:], golden[offset+i].out[:]) != 0 {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/minio/sha256-simd/
H A Dsha256blockAvx512_amd64_test.go42 for _, g := range golden {
83 l := uint(len(golden[offset].in))
92 copy(input[i], golden[offset+i].in)
110 …function: sha256(%s) = %s want %s", golden[offset+i].in, hex.EncodeToString(output[i][:]), hex.Enc…
149 …function: sha256(%s) = %s want %s", golden[offset+i].in, hex.EncodeToString(output[i][:]), hex.Enc…
214 copy(input, golden[offset+i].in)
221 copy(input, golden[offset+i].in[64:])
270 copy(input, golden[offset+i].in)
275 copy(input, golden[offset+i].in[64:])
280 if bytes.Compare(output[:], golden[offset+i].out[:]) != 0 {
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/sha256-simd/
H A Dsha256blockAvx512_amd64_test.go42 for _, g := range golden {
83 l := uint(len(golden[offset].in))
92 copy(input[i], golden[offset+i].in)
110 …function: sha256(%s) = %s want %s", golden[offset+i].in, hex.EncodeToString(output[i][:]), hex.Enc…
149 …function: sha256(%s) = %s want %s", golden[offset+i].in, hex.EncodeToString(output[i][:]), hex.Enc…
214 copy(input, golden[offset+i].in)
221 copy(input, golden[offset+i].in[64:])
270 copy(input, golden[offset+i].in)
275 copy(input, golden[offset+i].in[64:])
280 if bytes.Compare(output[:], golden[offset+i].out[:]) != 0 {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/minio/sha256-simd/sha256-simd-0.1.1/
H A Dsha256blockAvx512_amd64_test.go42 for _, g := range golden {
83 l := uint(len(golden[offset].in))
92 copy(input[i], golden[offset+i].in)
110 …function: sha256(%s) = %s want %s", golden[offset+i].in, hex.EncodeToString(output[i][:]), hex.Enc…
149 …function: sha256(%s) = %s want %s", golden[offset+i].in, hex.EncodeToString(output[i][:]), hex.Enc…
214 copy(input, golden[offset+i].in)
221 copy(input, golden[offset+i].in[64:])
270 copy(input, golden[offset+i].in)
275 copy(input, golden[offset+i].in[64:])
280 if bytes.Compare(output[:], golden[offset+i].out[:]) != 0 {
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/minio/sha256-simd/
H A Dsha256blockAvx512_amd64_test.go42 for _, g := range golden {
83 l := uint(len(golden[offset].in))
92 copy(input[i], golden[offset+i].in)
110 …function: sha256(%s) = %s want %s", golden[offset+i].in, hex.EncodeToString(output[i][:]), hex.Enc…
149 …function: sha256(%s) = %s want %s", golden[offset+i].in, hex.EncodeToString(output[i][:]), hex.Enc…
214 copy(input, golden[offset+i].in)
221 copy(input, golden[offset+i].in[64:])
270 copy(input, golden[offset+i].in)
275 copy(input, golden[offset+i].in[64:])
280 if bytes.Compare(output[:], golden[offset+i].out[:]) != 0 {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/cmd/helm/
H A Ddependency_test.go27 golden: "output/dependency-list-no-chart-linux.txt",
34 golden: "output/dependency-list-no-requirements-linux.txt",
38 noSuchChart.golden = "output/dependency-list-no-chart-windows.txt"
39 noDependencies.golden = "output/dependency-list-no-requirements-windows.txt"
46 golden: "output/dependency-list.txt",
50 golden: "output/dependency-list-archive.txt",
/dports/www/firefox-esr/firefox-91.8.0/remote/test/puppeteer/test/
H A Daccessibility.spec.ts54 const golden = isFirefox constant
125 const golden = isFirefox constant
162 ).toEqual(golden);
216 const golden = isFirefox constant
256 const golden = isFirefox constant
287 expect(snapshot.children[0]).toEqual(golden);
296 const golden = isFirefox constant
325 expect(snapshot.children[0]).toEqual(golden);
352 const golden = isFirefox constant
374 const golden = isFirefox constant
[all …]
/dports/www/firefox/firefox-99.0/remote/test/puppeteer/test/
H A Daccessibility.spec.ts54 const golden = isFirefox constant
125 const golden = isFirefox constant
162 ).toEqual(golden);
217 const golden = isFirefox constant
257 const golden = isFirefox constant
288 expect(snapshot.children[0]).toEqual(golden);
297 const golden = isFirefox constant
326 expect(snapshot.children[0]).toEqual(golden);
353 const golden = isFirefox constant
375 const golden = isFirefox constant
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/remote/test/puppeteer/test/
H A Daccessibility.spec.ts54 const golden = isFirefox constant
125 const golden = isFirefox constant
162 ).toEqual(golden);
216 const golden = isFirefox constant
256 const golden = isFirefox constant
287 expect(snapshot.children[0]).toEqual(golden);
296 const golden = isFirefox constant
325 expect(snapshot.children[0]).toEqual(golden);
352 const golden = isFirefox constant
374 const golden = isFirefox constant
[all …]
/dports/graphics/py-glooey/glooey-0.3.3/tests/themes/golden/
H A Ddemo_scroll_box.py4 import glooey.themes.golden as golden namespace
7 gui = golden.Gui(window)
8 box = golden.ScrollBox()
9 label = golden.Label(golden.drawing.lorem_ipsum(), 400)
H A Ddemo_sub_frame.py5 import glooey.themes.golden as golden namespace
8 gui = golden.Gui(window)
9 frame = golden.SmallFrame()
10 sub = golden.SubFrame()
22 label = golden.Label(lorem_ipsum)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/tasty-golden-2.3.4/tests/
H A Dtest.hs44 [ postCleanup "goldenVsFile" $ \golden ->
47 golden
50 , postCleanup "goldenVsFileDiff" $ \golden ->
54 golden
57 , postCleanup "goldenVsString" $ \golden ->
60 golden
62 , postCleanup "goldenVsStringDiff" $ \golden ->
66 golden
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/tasty-golden-2.3.4/tests/
H A Dtest.hs44 [ postCleanup "goldenVsFile" $ \golden ->
47 golden
50 , postCleanup "goldenVsFileDiff" $ \golden ->
54 golden
57 , postCleanup "goldenVsString" $ \golden ->
60 golden
62 , postCleanup "goldenVsStringDiff" $ \golden ->
66 golden
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/plugin/
H A Dlist_test.go78 golden string
84 golden: "plugin-list-without-format.golden",
93 golden: "plugin-list-without-format.golden",
105 golden: "plugin-list-with-quiet-option.golden",
115 golden: "plugin-list-with-no-trunc-option.golden",
135 golden: "plugin-list-with-format.golden",
144 golden: "plugin-list-sort.golden",
172 golden.Assert(t, cli.OutBuffer().String(), tc.golden)

12345678910>>...224