Home
last modified time | relevance | path

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

12345678910>>...54

/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/
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
Dcalculate_array_length_test.cc34 auto got = Run<CalculateArrayLength>(src); in TEST_F() local
36 EXPECT_EQ(expect, str(got)); in TEST_F()
76 auto got = Run<Unshadow, SimplifyPointers, CalculateArrayLength>(src); in TEST_F() local
78 EXPECT_EQ(expect, str(got)); in TEST_F()
122 auto got = Run<Unshadow, SimplifyPointers, CalculateArrayLength>(src); in TEST_F() local
124 EXPECT_EQ(expect, str(got)); in TEST_F()
166 auto got = Run<Unshadow, SimplifyPointers, CalculateArrayLength>(src); in TEST_F() local
168 EXPECT_EQ(expect, str(got)); in TEST_F()
223 auto got = Run<Unshadow, SimplifyPointers, CalculateArrayLength>(src); in TEST_F() local
225 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/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>>...54