/third_party/nghttp2/integration-tests/ |
D | nghttpx_http1_test.go | 31 if got, want := res.status, http.StatusOK; got != want { 32 t.Errorf("status = %v; want %v", got, want) 52 if got, want := res.status, http.StatusOK; got != want { 53 t.Errorf("status = %v; want %v", got, want) 76 if got, want := res.status, http.StatusNotImplemented; got != want { 77 t.Errorf("status = %v; want %v", got, want) 104 if got, want := resp.StatusCode, http.StatusBadRequest; got != want { 105 t.Errorf("status: %v; want %v", got, want) 146 if got, want := res.status, http.StatusOK; got != want { 147 t.Errorf("status = %v; want %v", got, want) [all …]
|
D | nghttpx_http2_test.go | 33 if got, want := res.status, http.StatusOK; got != want { 34 t.Errorf("status = %v; want %v", got, want) 45 if got, want := xfp, "foo, http"; got != want { 46 t.Errorf("X-Forwarded-Proto = %q; want %q", got, want) 62 if got, want := res.status, http.StatusOK; got != want { 63 t.Errorf("status = %v; want %v", got, want) 77 if got, want := xfp, "foo"; got != want { 78 t.Errorf("X-Forwarded-Proto = %q; want %q", got, want) 94 if got, want := res.status, http.StatusOK; got != want { 95 t.Errorf("status = %v; want %v", got, want) [all …]
|
D | nghttpx_http3_test.go | 30 if got, want := res.status, http.StatusOK; got != want { 31 t.Errorf("status = %v; want %v", got, want) 70 if got, want := buf, body; !bytes.Equal(got, want) { 71 t.Fatalf("buf = %v; want %v", got, want) 86 if got, want := res.status, http.StatusOK; got != want { 87 t.Errorf("res.status: %v; want %v", got, want) 96 if got, want := r.Header.Get("Via"), "3 nghttpx"; got != want { 97 t.Errorf("Via: %v; want %v", got, want) 111 if got, want := res.header.Get("Via"), "1.1 nghttpx"; got != want { 112 t.Errorf("Via: %v; want %v", got, want) [all …]
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | robustness_test.cc | 46 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 …]
|
D | remove_unreachable_statements_test.cc | 29 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 …]
|
D | canonicalize_entry_point_io_test.cc | 33 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 …]
|
D | zero_init_workgroup_memory_test.cc | 31 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 …]
|
D | fold_constants_test.cc | 53 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 …]
|
D | unshadow_test.cc | 29 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 …]
|
D | module_scope_var_to_entry_point_param_test.cc | 47 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 …]
|
D | for_loop_to_loop_test.cc | 29 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 …]
|
D | pad_array_elements_test.cc | 31 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 …]
|
D | simplify_pointers_test.cc | 33 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 …]
|
D | single_entry_point_test.cc | 33 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 …]
|
D | wrap_arrays_in_structs_test.cc | 32 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 …]
|
D | decompose_memory_access_test.cc | 218 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 …]
|
D | loop_to_for_loop_test.cc | 29 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 …]
|
D | renamer_test.cc | 34 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 …]
|
D | multiplanar_external_texture_test.cc | 39 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 …]
|
D | fold_trivial_single_use_lets_test.cc | 29 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 …]
|
/third_party/musl/libc-test/src/common/ |
D | mtest.c | 50 float ulperrf(float got, float want, float dwant) in ulperrf() argument 52 if (isnan(got) && isnan(want)) in ulperrf() 54 if (got == want) { in ulperrf() 55 if (signbit(got) == signbit(want)) in ulperrf() 59 if (isinf(got)) { in ulperrf() 60 got = copysignf(0x1p127, got); in ulperrf() 63 return scalbn(got - want, -eulpf(want)) + dwant; in ulperrf() 66 float ulperr(double got, double want, float dwant) in ulperr() argument 68 if (isnan(got) && isnan(want)) in ulperr() 70 if (got == want) { in ulperr() [all …]
|
/third_party/skia/third_party/externals/tint/src/diagnostic/ |
D | formatter_test.cc | 53 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/musl/libc-test/report_base/ |
D | REPORT | 11 …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/skia/third_party/externals/tint/src/reader/spirv/ |
D | function_var_test.cc | 319 auto got = test::ToString(p->program(), ast_body); in TEST_F() local 321 EXPECT_EQ(expect, got); in TEST_F() 442 const auto got = test::ToString(p->program(), ast_body); in TEST_F() local 443 EXPECT_EQ(got, "var myvar : f32;\n") << got; in TEST_F() 472 const auto got = test::ToString(p->program(), ast_body); in TEST_F() local 473 EXPECT_EQ(got, "var myvar : strct;\n") << got; in TEST_F() 507 const auto got = test::ToString(p->program(), ast_body); in TEST_F() local 508 EXPECT_THAT(got, HasSubstr(R"(var x_40 : S; in TEST_F() 536 auto got = test::ToString(p->program(), ast_body); in TEST_F() local 543 EXPECT_EQ(expect, got); in TEST_F() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | optionalParamArgsTest.errors.txt | 3 tests/cases/compiler/optionalParamArgsTest.ts(98,11): error TS2554: Expected 0 arguments, but got 1. 4 tests/cases/compiler/optionalParamArgsTest.ts(99,11): error TS2554: Expected 0 arguments, but got 1. 5 tests/cases/compiler/optionalParamArgsTest.ts(100,4): error TS2554: Expected 0 arguments, but got 1. 6 tests/cases/compiler/optionalParamArgsTest.ts(101,4): error TS2554: Expected 0 arguments, but got 1. 7 tests/cases/compiler/optionalParamArgsTest.ts(102,6): error TS2554: Expected 1 arguments, but got 0. 8 tests/cases/compiler/optionalParamArgsTest.ts(103,6): error TS2554: Expected 1 arguments, but got 0. 9 tests/cases/compiler/optionalParamArgsTest.ts(104,1): error TS2554: Expected 1 arguments, but got 0. 10 tests/cases/compiler/optionalParamArgsTest.ts(105,1): error TS2554: Expected 1 arguments, but got 0. 11 tests/cases/compiler/optionalParamArgsTest.ts(106,13): error TS2554: Expected 1 arguments, but got … 12 tests/cases/compiler/optionalParamArgsTest.ts(107,13): error TS2554: Expected 1 arguments, but got … [all …]
|