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

Tests does not pass on Windows #100

Open
pavel-kolesnikov opened this issue May 5, 2021 · 1 comment
Open

Tests does not pass on Windows #100

pavel-kolesnikov opened this issue May 5, 2021 · 1 comment

Comments

@pavel-kolesnikov
Copy link

Hi, I've noticed the tests are not OK on Windows. Could you please confirm that on other platforms they're OK?
I'm on rev b35edda

PS C:\Users\PK\Documents\github.com\cortesi\modd> go test
--- FAIL: TestWatch (27.60s)
    --- FAIL: TestWatch/single (5.54s)
        modd_test.go:112: Expected
            []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./a/touched", ":all: ./a/touched", ":a: ./a/touched"}
            Got
            []string{}
        modd_test.go:131: Expected
            []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./a/touched", ":all: ./a/touched", ":a: ./a/touched"}
            Got
            []string{}
    --- FAIL: TestWatch/double (5.51s)
        modd_test.go:112: Expected
            []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./a/touched ./b/touched", ":all: ./a/touched ./b/touched", ":a: ./a/touched", ":b: ./b/touched"}
            Got
            []string{}
        modd_test.go:131: Expected
            []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./a/touched ./b/touched", ":all: ./a/touched ./b/touched", ":a: ./a/touched", ":b: ./b/touched"}
            Got
            []string{}
    --- FAIL: TestWatch/inner (5.52s)
        modd_test.go:112: Expected
            []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./a/inner/touched.xxx", ":all: ./a/inner/touched.xxx", ":c: ./a/inner/touched.xxx"}
            Got
            []string{}
        modd_test.go:131: Expected
            []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./a/inner/touched.xxx", ":all: ./a/inner/touched.xxx", ":c: ./a/inner/touched.xxx"}
            Got
            []string{}
    --- FAIL: TestWatch/direct (5.51s)
        modd_test.go:112: Expected
            []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./a/direct", ":all: ./a/direct", ":a: ./a/direct", ":d: ./a/direct"}
            Got
            []string{}
        modd_test.go:131: Expected
            []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./a/direct", ":all: ./a/direct", ":a: ./a/direct", ":d: ./a/direct"}
            Got
            []string{}
    --- FAIL: TestWatch/rootdirect (5.51s)
        modd_test.go:112: Expected
            []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./direct", ":all: ./direct", ":e: ./direct"}
            Got
            []string{}
        modd_test.go:131: Expected
            []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./direct", ":all: ./direct", ":e: ./direct"}
            Got
            []string{}
FAIL
exit status 1
FAIL    github.com/cortesi/modd 27.696s
@wandercn
Copy link

hotbuild.ffactory.org you can try it now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants