Home
last modified time | relevance | path

Searched refs:got (Results 1 – 25 of 1354) sorted by relevance

12345678910>>...55

/third_party/nghttp2/integration-tests/
Dnghttpx_http1_test.go31 if got := res.status; got != want {
32 t.Errorf("status = %v; want %v", got, want)
53 if got := res.status; got != want {
54 t.Errorf("status = %v; want %v", got, want)
74 if got, want := res.status, 501; got != want {
75 t.Errorf("status = %v; want %v", got, want)
103 if got := resp.StatusCode; got != want {
104 t.Errorf("status: %v; want %v", got, want)
142 if got, want := res.status, 200; got != want {
143 t.Errorf("status = %v; want %v", got, want)
[all …]
Dnghttpx_http2_test.go44 if got, want := xfp, "foo, http"; got != want {
45 t.Errorf("X-Forwarded-Proto = %q; want %q", got, want)
59 if got, want := res.status, 200; got != want {
60 t.Errorf("status = %v; want %v", got, want)
69 if got, want := xfp, "foo"; got != want {
70 t.Errorf("X-Forwarded-Proto = %q; want %q", got, want)
84 if got, want := res.status, 200; got != want {
85 t.Errorf("status = %v; want %v", got, want)
94 if got, want := xfp, "http"; got != want {
95 t.Errorf("X-Forwarded-Proto = %q; want %q", got, want)
[all …]
/third_party/skia/third_party/externals/tint/src/transform/
Drobustness_test.cc46 auto got = Run<Robustness>(src); in TEST_F() local
48 EXPECT_EQ(expect, str(got)); in TEST_F()
76 auto got = Run<Robustness>(src); in TEST_F() local
78 EXPECT_EQ(expect, str(got)); in TEST_F()
98 auto got = Run<Robustness>(src); in TEST_F() local
100 EXPECT_EQ(expect, str(got)); in TEST_F()
124 auto got = Run<Robustness>(src); in TEST_F() local
126 EXPECT_EQ(expect, str(got)); in TEST_F()
146 auto got = Run<Robustness>(src); in TEST_F() local
148 EXPECT_EQ(expect, str(got)); in TEST_F()
[all …]
Dremove_unreachable_statements_test.cc29 auto got = Run<RemoveUnreachableStatements>(src); in TEST_F() local
31 EXPECT_EQ(expect, str(got)); in TEST_F()
51 auto got = Run<RemoveUnreachableStatements>(src); in TEST_F() local
53 EXPECT_EQ(expect, str(got)); in TEST_F()
81 auto got = Run<RemoveUnreachableStatements>(src); in TEST_F() local
83 EXPECT_EQ(expect, str(got)); in TEST_F()
103 auto got = Run<RemoveUnreachableStatements>(src); in TEST_F() local
105 EXPECT_EQ(expect, str(got)); in TEST_F()
133 auto got = Run<RemoveUnreachableStatements>(src); in TEST_F() local
135 EXPECT_EQ(expect, str(got)); in TEST_F()
[all …]
Dzero_init_workgroup_memory_test.cc31 auto got = Run<ZeroInitWorkgroupMemory>(src); in TEST_F() local
33 EXPECT_EQ(expect, str(got)); in TEST_F()
46 auto got = Run<ZeroInitWorkgroupMemory>(src); in TEST_F() local
48 EXPECT_EQ(expect, str(got)); in TEST_F()
69 auto got = Run<ZeroInitWorkgroupMemory>(src); in TEST_F() local
71 EXPECT_EQ(expect, str(got)); in TEST_F()
96 auto got = Run<ZeroInitWorkgroupMemory>(src); in TEST_F() local
98 EXPECT_EQ(expect, str(got)); in TEST_F()
133 auto got = Run<ZeroInitWorkgroupMemory>(src); in TEST_F() local
135 EXPECT_EQ(expect, str(got)); in TEST_F()
[all …]
Dcanonicalize_entry_point_io_test.cc33 auto got = Run<CanonicalizeEntryPointIO>(src); in TEST_F() local
35 EXPECT_EQ(expect, str(got)); in TEST_F()
45 auto got = Run<Unshadow, CanonicalizeEntryPointIO>(src); in TEST_F() local
47 EXPECT_EQ(expect, str(got)); in TEST_F()
68 auto got = Run<Unshadow, CanonicalizeEntryPointIO>(src, data); in TEST_F() local
70 EXPECT_EQ(expect, str(got)); in TEST_F()
103 auto got = Run<Unshadow, CanonicalizeEntryPointIO>(src, data); in TEST_F() local
105 EXPECT_EQ(expect, str(got)); in TEST_F()
139 auto got = Run<Unshadow, CanonicalizeEntryPointIO>(src, data); in TEST_F() local
141 EXPECT_EQ(expect, str(got)); in TEST_F()
[all …]
Dfold_constants_test.cc53 auto got = Run<FoldConstants>(src); in TEST_F() local
55 EXPECT_EQ(expect, str(got)); in TEST_F()
82 auto got = Run<FoldConstants>(src); in TEST_F() local
84 EXPECT_EQ(expect, str(got)); in TEST_F()
111 auto got = Run<FoldConstants>(src); in TEST_F() local
113 EXPECT_EQ(expect, str(got)); in TEST_F()
140 auto got = Run<FoldConstants>(src); in TEST_F() local
142 EXPECT_EQ(expect, str(got)); in TEST_F()
169 auto got = Run<FoldConstants>(src); in TEST_F() local
171 EXPECT_EQ(expect, str(got)); in TEST_F()
[all …]
Dmodule_scope_var_to_entry_point_param_test.cc47 auto got = Run<ModuleScopeVarToEntryPointParam>(src); in TEST_F() local
49 EXPECT_EQ(expect, str(got)); in TEST_F()
100 auto got = Run<ModuleScopeVarToEntryPointParam>(src); in TEST_F() local
102 EXPECT_EQ(expect, str(got)); in TEST_F()
125 auto got = Run<ModuleScopeVarToEntryPointParam>(src); in TEST_F() local
127 EXPECT_EQ(expect, str(got)); in TEST_F()
156 auto got = Run<ModuleScopeVarToEntryPointParam>(src); in TEST_F() local
158 EXPECT_EQ(expect, str(got)); in TEST_F()
195 auto got = Run<ModuleScopeVarToEntryPointParam>(src); in TEST_F() local
197 EXPECT_EQ(expect, str(got)); in TEST_F()
[all …]
Dunshadow_test.cc29 auto got = Run<Unshadow>(src); in TEST_F() local
31 EXPECT_EQ(expect, str(got)); in TEST_F()
52 auto got = Run<Unshadow>(src); in TEST_F() local
54 EXPECT_EQ(expect, str(got)); in TEST_F()
82 auto got = Run<Unshadow>(src); in TEST_F() local
84 EXPECT_EQ(expect, str(got)); in TEST_F()
116 auto got = Run<Unshadow>(src); in TEST_F() local
118 EXPECT_EQ(expect, str(got)); in TEST_F()
142 auto got = Run<Unshadow>(src); in TEST_F() local
144 EXPECT_EQ(expect, str(got)); in TEST_F()
[all …]
Dpad_array_elements_test.cc31 auto got = Run<PadArrayElements>(src); in TEST_F() local
33 EXPECT_EQ(expect, str(got)); in TEST_F()
42 auto got = Run<PadArrayElements>(src); in TEST_F() local
44 EXPECT_EQ(expect, str(got)); in TEST_F()
60 auto got = Run<PadArrayElements>(src); in TEST_F() local
62 EXPECT_EQ(expect, str(got)); in TEST_F()
84 auto got = Run<PadArrayElements>(src); in TEST_F() local
86 EXPECT_EQ(expect, str(got)); in TEST_F()
112 auto got = Run<PadArrayElements>(src); in TEST_F() local
114 EXPECT_EQ(expect, str(got)); in TEST_F()
[all …]
Dfor_loop_to_loop_test.cc29 auto got = Run<ForLoopToLoop>(src); in TEST_F() local
31 EXPECT_EQ(expect, str(got)); in TEST_F()
50 auto got = Run<ForLoopToLoop>(src); in TEST_F() local
52 EXPECT_EQ(expect, str(got)); in TEST_F()
73 auto got = Run<ForLoopToLoop>(src); in TEST_F() local
75 EXPECT_EQ(expect, str(got)); in TEST_F()
98 auto got = Run<ForLoopToLoop>(src); in TEST_F() local
100 EXPECT_EQ(expect, str(got)); in TEST_F()
123 auto got = Run<ForLoopToLoop>(src); in TEST_F() local
125 EXPECT_EQ(expect, str(got)); in TEST_F()
[all …]
Dsimplify_pointers_test.cc33 auto got = Run<SimplifyPointers>(src); in TEST_F() local
35 EXPECT_EQ(expect, str(got)); in TEST_F()
42 auto got = Run<Unshadow, SimplifyPointers>(src); in TEST_F() local
44 EXPECT_EQ(expect, str(got)); in TEST_F()
63 auto got = Run<Unshadow, SimplifyPointers>(src); in TEST_F() local
65 EXPECT_EQ(expect, str(got)); in TEST_F()
91 auto got = Run<Unshadow, SimplifyPointers>(src); in TEST_F() local
93 EXPECT_EQ(expect, str(got)); in TEST_F()
115 auto got = Run<Unshadow, SimplifyPointers>(src); in TEST_F() local
117 EXPECT_EQ(expect, str(got)); in TEST_F()
[all …]
Dsingle_entry_point_test.cc33 auto got = Run<SingleEntryPoint>(src); in TEST_F() local
35 EXPECT_EQ(expect, str(got)); in TEST_F()
45 auto got = Run<SingleEntryPoint>(src, data); in TEST_F() local
47 EXPECT_EQ(expect, str(got)); in TEST_F()
64 auto got = Run<SingleEntryPoint>(src, data); in TEST_F() local
66 EXPECT_EQ(expect, str(got)); in TEST_F()
83 auto got = Run<SingleEntryPoint>(src, data); in TEST_F() local
85 EXPECT_EQ(expect, str(got)); in TEST_F()
99 auto got = Run<SingleEntryPoint>(src, data); in TEST_F() local
101 EXPECT_EQ(src, str(got)); in TEST_F()
[all …]
Ddecompose_memory_access_test.cc218 auto got = Run<DecomposeMemoryAccess>(src); in TEST_F() local
220 EXPECT_EQ(expect, str(got)); in TEST_F()
416 auto got = Run<DecomposeMemoryAccess>(src); in TEST_F() local
418 EXPECT_EQ(expect, str(got)); in TEST_F()
631 auto got = Run<DecomposeMemoryAccess>(src); in TEST_F() local
633 EXPECT_EQ(expect, str(got)); in TEST_F()
791 auto got = Run<DecomposeMemoryAccess>(src); in TEST_F() local
793 EXPECT_EQ(expect, str(got)); in TEST_F()
989 auto got = Run<DecomposeMemoryAccess>(src); in TEST_F() local
991 EXPECT_EQ(expect, str(got)); in TEST_F()
[all …]
Dwrap_arrays_in_structs_test.cc32 auto got = Run<WrapArraysInStructs>(src); in TEST_F() local
34 EXPECT_EQ(expect, str(got)); in TEST_F()
49 auto got = Run<WrapArraysInStructs>(src); in TEST_F() local
51 EXPECT_EQ(expect, str(got)); in TEST_F()
72 auto got = Run<WrapArraysInStructs>(src); in TEST_F() local
74 EXPECT_EQ(expect, str(got)); in TEST_F()
93 auto got = Run<WrapArraysInStructs>(src); in TEST_F() local
95 EXPECT_EQ(expect, str(got)); in TEST_F()
114 auto got = Run<WrapArraysInStructs>(src); in TEST_F() local
116 EXPECT_EQ(expect, str(got)); in TEST_F()
[all …]
Dloop_to_for_loop_test.cc29 auto got = Run<LoopToForLoop>(src); in TEST_F() local
31 EXPECT_EQ(expect, str(got)); in TEST_F()
63 auto got = Run<LoopToForLoop>(src); in TEST_F() local
65 EXPECT_EQ(expect, str(got)); in TEST_F()
98 auto got = Run<LoopToForLoop>(src); in TEST_F() local
100 EXPECT_EQ(expect, str(got)); in TEST_F()
153 auto got = Run<LoopToForLoop>(src); in TEST_F() local
155 EXPECT_EQ(expect, str(got)); in TEST_F()
179 auto got = Run<LoopToForLoop>(src); in TEST_F() local
181 EXPECT_EQ(expect, str(got)); in TEST_F()
[all …]
Drenamer_test.cc34 auto got = Run<Renamer>(src); in TEST_F() local
36 EXPECT_EQ(expect, str(got)); in TEST_F()
38 auto* data = got.data.Get<Renamer::Data>(); in TEST_F()
69 auto got = Run<Renamer>(src); in TEST_F() local
71 EXPECT_EQ(expect, str(got)); in TEST_F()
73 auto* data = got.data.Get<Renamer::Data>(); in TEST_F()
105 auto got = Run<Renamer>(src); in TEST_F() local
107 EXPECT_EQ(expect, str(got)); in TEST_F()
109 auto* data = got.data.Get<Renamer::Data>(); in TEST_F()
138 auto got = Run<Renamer>(src); in TEST_F() local
[all …]
Dmultiplanar_external_texture_test.cc39 auto got = Run<MultiplanarExternalTexture>(src); in TEST_F() local
40 EXPECT_EQ(expect, str(got)); in TEST_F()
63 auto got = Run<MultiplanarExternalTexture>(src, data); in TEST_F() local
64 EXPECT_EQ(expect, str(got)); in TEST_F()
107 auto got = Run<MultiplanarExternalTexture>(src, data); in TEST_F() local
108 EXPECT_EQ(expect, str(got)); in TEST_F()
164 auto got = Run<MultiplanarExternalTexture>(src, data); in TEST_F() local
165 EXPECT_EQ(expect, str(got)); in TEST_F()
218 auto got = Run<MultiplanarExternalTexture>(src, data); in TEST_F() local
219 EXPECT_EQ(expect, str(got)); in TEST_F()
[all …]
Dfold_trivial_single_use_lets_test.cc29 auto got = Run<FoldTrivialSingleUseLets>(src); in TEST_F() local
31 EXPECT_EQ(expect, str(got)); in TEST_F()
48 auto got = Run<FoldTrivialSingleUseLets>(src); in TEST_F() local
50 EXPECT_EQ(expect, str(got)); in TEST_F()
69 auto got = Run<FoldTrivialSingleUseLets>(src); in TEST_F() local
71 EXPECT_EQ(expect, str(got)); in TEST_F()
90 auto got = Run<FoldTrivialSingleUseLets>(src); in TEST_F() local
92 EXPECT_EQ(expect, str(got)); in TEST_F()
110 auto got = Run<FoldTrivialSingleUseLets>(src); in TEST_F() local
112 EXPECT_EQ(expect, str(got)); in TEST_F()
[all …]
Dpromote_initializers_to_const_var_test.cc49 auto got = Run<PromoteInitializersToConstVar>(src); in TEST_F() local
51 EXPECT_EQ(expect, str(got)); in TEST_F()
82 auto got = Run<PromoteInitializersToConstVar>(src); in TEST_F() local
84 EXPECT_EQ(expect, str(got)); in TEST_F()
105 auto got = Run<PromoteInitializersToConstVar>(src); in TEST_F() local
107 EXPECT_EQ(expect, str(got)); in TEST_F()
156 auto got = Run<PromoteInitializersToConstVar>(src); in TEST_F() local
158 EXPECT_EQ(expect, str(got)); in TEST_F()
197 auto got = Run<PromoteInitializersToConstVar>(src); in TEST_F() local
199 EXPECT_EQ(expect, str(got)); in TEST_F()
[all …]
/third_party/musl/libc-test/src/common/
Dmtest.c42 float ulperrf(float got, float want, float dwant) in ulperrf() argument
44 if (isnan(got) && isnan(want)) in ulperrf()
46 if (got == want) { in ulperrf()
47 if (signbit(got) == signbit(want)) in ulperrf()
51 if (isinf(got)) { in ulperrf()
52 got = copysignf(0x1p127, got); in ulperrf()
55 return scalbn(got - want, -eulpf(want)) + dwant; in ulperrf()
58 float ulperr(double got, double want, float dwant) in ulperr() argument
60 if (isnan(got) && isnan(want)) in ulperr()
62 if (got == want) { in ulperr()
[all …]
/third_party/skia/third_party/externals/tint/src/diagnostic/
Dformatter_test.cc53 auto got = fmt.format(List{diag_note, diag_warn, diag_err}); in TEST_F() local
57 ASSERT_EQ(expect, got); in TEST_F()
62 auto got = fmt.format(List{diag_note, diag_warn, diag_err}); in TEST_F() local
67 ASSERT_EQ(expect, got); in TEST_F()
73 auto got = fmt.format(List{diag}); in TEST_F() local
75 ASSERT_EQ(expect, got); in TEST_F()
80 auto got = fmt.format(List{diag_note, diag_warn, diag_err}); in TEST_F() local
84 ASSERT_EQ(expect, got); in TEST_F()
89 auto got = fmt.format(List{diag_note, diag_warn, diag_err}); in TEST_F() local
93 ASSERT_EQ(expect, got); in TEST_F()
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/lib/interval/
Dinterval_test.go33 got := four.Mul(i).Add(j)
35 if !got.Eq(want) {
36 tt.Fatalf("got %v, want %v", got, want)
90 got := bigIntLsh(x, y)
92 if got.Cmp(want) != 0 {
93 tt.Errorf("%v << %v: got %v, want %v", x, y, got, want)
98 got := bigIntRsh(x, y)
100 if got.Cmp(want) != 0 {
101 tt.Errorf("%v >> %v: got %v, want %v", x, y, got, want)
241 if got, want := x.ContainsNegative(), tc.cn != 0; got != want {
[all …]
/third_party/musl/libc-test/report_base/
DREPORT11 …special/acosh.h:9: RN acosh(0x1.001f1c62cf304p+0) want 0x1.f8d125ff71ccp-6 got 0x1.f8d125ff71cc2p-…
12 …ecial/acosh.h:10: RN acosh(0x1.00788c223616fp+0) want 0x1.f0cb8ee812621p-5 got 0x1.f0cb8ee812623p-…
13 …pecial/acosh.h:11: RN acosh(0x1.007b7a37c7606p+0) want 0x1.f6cb68859ae3p-5 got 0x1.f6cb68859ae2ep-…
14 …ecial/acosh.h:12: RN acosh(0x1.01d173033243cp+0) want 0x1.e7e1b18d99376p-4 got 0x1.e7e1b18d99378p-…
15 …ecial/acosh.h:13: RN acosh(0x1.01d8f20e90409p+0) want 0x1.ebca3eea5cda5p-4 got 0x1.ebca3eea5cda3p-…
16 …ecial/acosh.h:14: RN acosh(0x1.01ef6122e68bep+0) want 0x1.f74df150afc94p-4 got 0x1.f74df150afc92p-…
17 …ecial/acosh.h:15: RN acosh(0x1.06822faf07879p+0) want 0x1.ccd73cbc4af78p-3 got 0x1.ccd73cbc4af7ap-…
18 …ecial/acosh.h:17: RN acosh(0x1.069d65411ec51p+0) want 0x1.d0928b08facbap-3 got 0x1.d0928b08facbcp-…
19 …ecial/acosh.h:18: RN acosh(0x1.071d6b2713d08p+0) want 0x1.e1bc6a6c345fdp-3 got 0x1.e1bc6a6c345ffp-…
20 …ecial/acosh.h:19: RN acosh(0x1.0728405f5140cp+0) want 0x1.e328ebe92b32cp-3 got 0x1.e328ebe92b32ep-…
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dcheck_test.go39 got := strings.Split(buf.String(), "\n")
41 for line := 1; len(got) != 0 || len(want) != 0; line++ {
42 if len(got) == 0 {
47 g := strings.TrimSpace(got[0])
50 if g, w := strings.TrimSpace(got[0]), strings.TrimSpace(want[0]); g != w {
53 got = got[1:]
140 if got, want := fooBar.QQID().Str(tm), "foo.bar"; got != want {
141 tt.Fatalf("func name: got %q, want %q", got, want)
144 got := [][2]string(nil)
146 got = append(got, [2]string{
[all …]

12345678910>>...55