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

Unit tests failure #234

Open
abompard opened this issue Jul 21, 2018 · 0 comments
Open

Unit tests failure #234

abompard opened this issue Jul 21, 2018 · 0 comments

Comments

@abompard
Copy link

abompard commented Jul 21, 2018

Hello, two of the unit tests fail when I try to build sassc 3.5.0. Versions are:

  • libsass: 3.5.4
  • sass2scss: 1.1.1
  • sass: 3.5
  • Run options: --seed 23572

The failures are:

1) Failure:
SassSpec::Test#test__sass-spec/spec/libsass-closed-issues/issue_2360 [/builddir/build/BUILD/sassc-3.5.0/sass-spec/lib/sass_spec/test.rb:269]:
expected did not match output.
--- expected
+++ actual
@@ -1,4 +1,3 @@
 # encoding: ASCII-8BIT
-"@value test_1 #555;
-@value test_2 rgb(0,255,0);
+"@value test_1 #555 {}@value test_2 rgb(0,255,0) {}
 "


  2) Failure:
SassSpec::Test#test__sass-spec/spec/sass/import/unquoted [/builddir/build/BUILD/sassc-3.5.0/sass-spec/lib/sass_spec/test.rb:180]:
Command `libsass` did not complete:

Error: File to import not found or unreadable: unquoted, sub/unquoted.
        on line 1 of /sass/spec/sass/import/unquoted/input.sass
>> @import "unquoted, sub/unquoted";

   ^
.
Expected: 0
  Actual: 65

6121 runs, 5785 assertions, 2 failures, 0 errors, 334 skips

Should I just disable them?

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

1 participant