swiftlang/swift

[SR-4595] Tests generate lots of warnings

Open

#47.172 geöffnet am 14. Apr. 2017

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Swift (10.719 Forks)batch import
buggood first issue

Repository-Metriken

Stars
 (69.989 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T 17h) (510 gemergte PRs in 30 T)

Beschreibung

Previous ID SR-4595
Radar None
Original Reporter @dabrahams
Type Bug
Votes 0
Component/s Project Infrastructure
Labels Bug, StarterBug
Assignee None
Priority Medium

md5: 3bb31b4381d569556f0d983141a18d9c

Issue Description:

Because tests pass even when they produce warnings, most people don't see this, but when a test fails, it really matters that the important information is not buried under a bunch of irrelevancies. We need both:

  1. To clean up all the existing warnings in tests (obviously, other than those that are part of what we're testing for, and while keeping the tests running)

  2. To put a system in place that will cause us to keep the tests clean of warnings.

Contributor Guide