Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

profiler/internal/fastdelta: remove Go 1.18 + windows fuzz test workaround #2639

Merged
merged 2 commits into from
Apr 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions profiler/internal/fastdelta/fuzz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2022 Datadog, Inc.

// Reading the fuzz corpus from testdata/ during CI fails on Windows runners
// using Go 1.18, due to carriage return/line feed issues. This is fixed in Go
// 1.19 (see https://go.dev/cl/402074), but we can just skip these tests on Go
// 1.18 + Windows.
//go:build go1.19 || (!windows && go1.18)

package fastdelta_test

import (
Expand Down