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

Broken on Windows #7

Open
kevmoo opened this issue Jan 18, 2017 · 7 comments
Open

Broken on Windows #7

kevmoo opened this issue Jan 18, 2017 · 7 comments

Comments

@kevmoo
Copy link
Member

kevmoo commented Jan 18, 2017

https://build.chromium.org/p/client.dart.packages/builders/packages-windows-glob/builds/888/steps/pub%20run%20test/logs/stdio

00:01 +107 -1: test\list_test.dart: async lists an absolute glob
  ScheduleError:
  | Expected: equals ['foo\\baz\\bang', 'foo\\baz\\qux'] unordered
  |   Actual: []
  |    Which: has too few elements (0 < 2)
  
  Stack chain:
00:02 +132 ~1 -2: test\list_test.dart: sync lists an absolute glob
  ScheduleError:
  | Expected: equals ['foo\\baz\\bang', 'foo\\baz\\qux'] unordered
  |   Actual: []
  |    Which: has too few elements (0 < 2)
  
  Stack chain:
@kevmoo
Copy link
Member Author

kevmoo commented Feb 15, 2017

FYI: I just tried to reproduce this on a Windows box. Zero repo. Windows Server 2016

@matanlurey
Copy link
Contributor

@nex3 @kevmoo

[Happy to do this if we agree]

  1. Can we add travis support to this package?
  2. Can we add AppVeyor for track windows support?

@nex3
Copy link
Member

nex3 commented Jun 8, 2017

Sure! AppVeyor doesn't have any kind of built-in Dart support though, so you may be re-implementing some wheels.

@matanlurey
Copy link
Contributor

It might be worth it in the long run - for example I need IE testing for Angular at some point.

@kevmoo
Copy link
Member Author

kevmoo commented Jun 8, 2017 via email

@matanlurey
Copy link
Contributor

Nice, that seems like a reasonable way to do some testing. Thanks Kevin!

@nex3
Copy link
Member

nex3 commented Jun 8, 2017

Dart Sass also supports appveyor in a way that looks a bit simpler than dartdoc's.

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

3 participants