Skip to content

Spurious error in time::tests::instant_math on Windows #56034

Closed
@kennytm

Description

@kennytm
Member

Symptom: On Windows the time::tests::instant_math test panicked with

thread '<unnamed>' panicked at 'assertion failed: a - Duration::new(0, 100) <= b', libstd\time.rs:507:9

First happened #55672 (comment). Currently being debugged via #56017.

Activity

added
A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)
T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFC
on Nov 18, 2018
added a commit that references this issue on Nov 19, 2018
8607325
added a commit that references this issue on Nov 19, 2018
1d1213f
added a commit that references this issue on Dec 20, 2018
abacde6

2 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @kennytm

        Issue actions

          Spurious error in `time::tests::instant_math` on Windows · Issue #56034 · rust-lang/rust