Created
January 25, 2013 15:16
-
-
Save scottdavis/4635147 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [sdavis@Scotts-iMac:compass (master)]$ bundle exec rake test | |
| WARNING: no such file to load -- rcov/rcovtask | |
| /Users/sdavis/.rvm/rubies/jruby-head/bin/jruby -I"lib:lib:test" -I"/Users/sdavis/.rvm/gems/jruby-head/gems/rake-0.9.2.2/lib" "/Users/sdavis/.rvm/gems/jruby-head/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb" "test/integrations/compass_test.rb" "test/integrations/sprites_test.rb" "test/units/actions_test.rb" "test/units/command_line_test.rb" "test/units/compass_module_test.rb" "test/units/compass_png_test.rb" "test/units/compiler_test.rb" "test/units/configuration_test.rb" "test/units/regressions_test.rb" "test/units/sass_extensions_test.rb" "test/units/sprites/engine_test.rb" "test/units/sprites/image_row_test.rb" "test/units/sprites/image_test.rb" "test/units/sprites/images_test.rb" "test/units/sprites/importer_test.rb" "test/units/sprites/layout_test.rb" "test/units/sprites/row_fitter_test.rb" "test/units/sprites/sprite_command_test.rb" "test/units/sprites/sprite_map_test.rb" "test/units/watcher/compiler_test.rb" "test/units/watcher/project_watcher_test.rb" "test/units/watcher/watch_test.rb" | |
| Loaded suite /Users/sdavis/.rvm/gems/jruby-head/gems/rake-0.9.2.2/lib/rake/rake_test_loader | |
| Started | |
| ............................................................................... | |
| ..F | |
| =============================================================================== | |
| Failure: | |
| test: should allow the position of a sprite to be specified in absolute pixels(SpritesTest) | |
| /Volumes/SSD/Work/compass/test/integrations/sprites_test.rb:419:in `test: should allow the position of a sprite to be specified in absolute pixels' | |
| 416: background-position: -10px -10px; | |
| 417: } | |
| 418: CSS | |
| => 419: assert_equal image_size('squares-s*.png'), [30, 30] | |
| 420: assert_equal image_md5('squares-s*.png'), '9856ced9e8211b6b28ff782019a0d905' | |
| 421: end | |
| 422: | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:25:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:23:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:22:in `run' | |
| <[7680, 7684]> expected but was | |
| <[30, 30]> | |
| diff: | |
| ? [7680, 7684] | |
| ? 3 30 | |
| =============================================================================== | |
| .F | |
| =============================================================================== | |
| Failure: | |
| test: should be possible to change the base class(SpritesTest) | |
| /Volumes/SSD/Work/compass/test/integrations/sprites_test.rb:183:in `test: should be possible to change the base class' | |
| 180: background: url('/squares-sbbc18e2129.png') no-repeat; | |
| 181: } | |
| 182: CSS | |
| => 183: assert_equal image_size('squares-s*.png'), [20, 30] | |
| 184: end | |
| 185: | |
| 186: it "should calculate the spacing between images but not before first image" do | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:25:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:23:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:22:in `run' | |
| <[5120, 7684]> expected but was | |
| <[20, 30]> | |
| diff: | |
| ? [5120, 7684] | |
| ? 30 | |
| =============================================================================== | |
| F | |
| =============================================================================== | |
| Failure: | |
| test: should calculate corret sprite demsions when givin spacing via issue#253(SpritesTest) | |
| /Volumes/SSD/Work/compass/test/integrations/sprites_test.rb:606:in `test: should calculate corret sprite demsions when givin spacing via issue#253' | |
| 603: @include sprite-background-position($squares-sprites, "ten-by-ten"); | |
| 604: } | |
| 605: SCSS | |
| => 606: assert_equal image_size('squares-s*.png'), [20, 40] | |
| 607: assert_correct css, <<-CSS | |
| 608: .squares-sprite { | |
| 609: background: url('/squares-s555875d730.png') no-repeat; | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:25:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:23:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:22:in `run' | |
| <[5120, 10244]> expected but was | |
| <[20, 40]> | |
| diff: | |
| ? [5120, 10244] | |
| ? 4 | |
| =============================================================================== | |
| F | |
| =============================================================================== | |
| Failure: | |
| test: should calculate the default spacing between images(SpritesTest) | |
| /Volumes/SSD/Work/compass/test/integrations/sprites_test.rb:295:in `test: should calculate the default spacing between images' | |
| 292: background-position: 0 -32px; | |
| 293: } | |
| 294: CSS | |
| => 295: assert_equal image_size('squares-s*.png'), [20, 52] | |
| 296: end | |
| 297: | |
| 298: it "should use position adjustments in functions" do | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:25:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:23:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:22:in `run' | |
| <[5120, 13316]> expected but was | |
| <[20, 52]> | |
| diff: | |
| ? [5120, 13316] | |
| ? 52 | |
| =============================================================================== | |
| F | |
| =============================================================================== | |
| Failure: | |
| test: should calculate the maximum spacing between images(SpritesTest) | |
| /Volumes/SSD/Work/compass/test/integrations/sprites_test.rb:250:in `test: should calculate the maximum spacing between images' | |
| 247: background-position: 0 -54px; | |
| 248: } | |
| 249: CSS | |
| => 250: assert_equal image_size('squares-s*.png'), [20, 74] | |
| 251: end | |
| 252: | |
| 253: it "should calculate the maximum spacing between images in reversed order" do | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:25:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:23:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:22:in `run' | |
| <[5120, 18948]> expected but was | |
| <[20, 74]> | |
| diff: | |
| ? [5120, 18948] | |
| ? 7 | |
| =============================================================================== | |
| F | |
| =============================================================================== | |
| Failure: | |
| test: should calculate the maximum spacing between images in reversed order(SpritesTest) | |
| /Volumes/SSD/Work/compass/test/integrations/sprites_test.rb:273:in `test: should calculate the maximum spacing between images in reversed order' | |
| 270: background-position: 0 -54px; | |
| 271: } | |
| 272: CSS | |
| => 273: assert_equal image_size('squares-s*.png'), [20, 74] | |
| 274: end | |
| 275: | |
| 276: it "should calculate the default spacing between images" do | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:25:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:23:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:22:in `run' | |
| <[5120, 18948]> expected but was | |
| <[20, 74]> | |
| diff: | |
| ? [5120, 18948] | |
| ? 7 | |
| =============================================================================== | |
| F | |
| =============================================================================== | |
| Failure: | |
| test: should calculate the spacing between images(SpritesTest) | |
| /Volumes/SSD/Work/compass/test/integrations/sprites_test.rb:227:in `test: should calculate the spacing between images' | |
| 224: background-position: 0 -43px; | |
| 225: } | |
| 226: CSS | |
| => 227: assert_equal image_size('squares-s*.png'), [20, 63] | |
| 228: end | |
| 229: | |
| 230: it "should calculate the maximum spacing between images" do | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:25:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:23:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:22:in `run' | |
| <[5120, 16132]> expected but was | |
| <[20, 63]> | |
| diff: | |
| ? [5120, 16132] | |
| =============================================================================== | |
| F | |
| =============================================================================== | |
| Failure: | |
| test: should calculate the spacing between images but not before first image(SpritesTest) | |
| /Volumes/SSD/Work/compass/test/integrations/sprites_test.rb:205:in `test: should calculate the spacing between images but not before first image' | |
| 202: background-position: 0 -43px; | |
| 203: } | |
| 204: CSS | |
| => 205: assert_equal image_size('squares-s*.png'), [20, 63] | |
| 206: end | |
| 207: | |
| 208: it "should calculate the spacing between images" do | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:25:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:23:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:22:in `run' | |
| <[5120, 16132]> expected but was | |
| <[20, 63]> | |
| diff: | |
| ? [5120, 16132] | |
| =============================================================================== | |
| F | |
| =============================================================================== | |
| Failure: | |
| test: should create horizontal sprite(SpritesTest) | |
| /Volumes/SSD/Work/compass/test/integrations/sprites_test.rb:864:in `test: should create horizontal sprite' | |
| 861: @include sprite-background-position($squares-sprites, "ten-by-ten"); | |
| 862: } | |
| 863: SCSS | |
| => 864: assert_equal [30, 20], image_size('squares-s*.png') | |
| 865: other_css = <<-CSS | |
| 866: .squares-sprite { | |
| 867: background: url('/squares-s4bd95c5c56.png') no-repeat; | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:25:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:23:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:22:in `run' | |
| <[30, 20]> expected but was | |
| <[7680, 5124]> | |
| diff: | |
| ? [3 0, 20] | |
| ? 768 51 4 | |
| =============================================================================== | |
| .....F | |
| =============================================================================== | |
| Failure: | |
| test: should generate sprite classes(SpritesTest) | |
| /Volumes/SSD/Work/compass/test/integrations/sprites_test.rb:82:in `test: should generate sprite classes' | |
| 79: background-position: 0 -10px; | |
| 80: } | |
| 81: CSS | |
| => 82: assert_equal image_size('squares-s*.png'), [20, 30] | |
| 83: assert_equal image_md5('squares-s*.png'), '7349a0f4e88ea80abddcf6ac2486abe3' | |
| 84: end | |
| 85: | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:25:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:23:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:22:in `run' | |
| <[5120, 7684]> expected but was | |
| <[20, 30]> | |
| diff: | |
| ? [5120, 7684] | |
| ? 30 | |
| =============================================================================== | |
| F | |
| =============================================================================== | |
| Failure: | |
| test: should generate sprite classes with dimensions(SpritesTest) | |
| /Volumes/SSD/Work/compass/test/integrations/sprites_test.rb:138:in `test: should generate sprite classes with dimensions' | |
| 135: width: 20px; | |
| 136: } | |
| 137: CSS | |
| => 138: assert_equal image_size('squares-s*.png'), [20, 30] | |
| 139: end | |
| 140: | |
| 141: it "should provide sprite mixin" do | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:25:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:23:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:22:in `run' | |
| <[5120, 7684]> expected but was | |
| <[20, 30]> | |
| diff: | |
| ? [5120, 7684] | |
| ? 30 | |
| =============================================================================== | |
| .........F | |
| =============================================================================== | |
| Failure: | |
| test: should provide sprite mixin(SpritesTest) | |
| /Volumes/SSD/Work/compass/test/integrations/sprites_test.rb:168:in `test: should provide sprite mixin' | |
| 165: width: 20px; | |
| 166: } | |
| 167: CSS | |
| => 168: assert_equal image_size('squares-s*.png'), [20, 30] | |
| 169: end | |
| 170: | |
| 171: # CUSTOMIZATIONS: | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:25:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:23:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:22:in `run' | |
| <[5120, 7684]> expected but was | |
| <[20, 30]> | |
| diff: | |
| ? [5120, 7684] | |
| ? 30 | |
| =============================================================================== | |
| ...F | |
| =============================================================================== | |
| Failure: | |
| test: should repeat the image(SpritesTest) | |
| /Volumes/SSD/Work/compass/test/integrations/sprites_test.rb:395:in `test: should repeat the image' | |
| 392: background-position: 0 -10px; | |
| 393: } | |
| 394: CSS | |
| => 395: assert_equal image_size('squares-s*.png'), [20, 30] | |
| 396: assert_equal image_md5('squares-s*.png'), 'a77a2fd43f04d791722b706aa7c9f1c1' | |
| 397: end | |
| 398: | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:25:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:23:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:22:in `run' | |
| <[5120, 7684]> expected but was | |
| <[20, 30]> | |
| diff: | |
| ? [5120, 7684] | |
| ? 30 | |
| =============================================================================== | |
| .......F | |
| =============================================================================== | |
| Failure: | |
| test: should use position adjustments in functions(SpritesTest) | |
| /Volumes/SSD/Work/compass/test/integrations/sprites_test.rb:334:in `test: should use position adjustments in functions' | |
| 331: background-position: -3px -8px; | |
| 332: } | |
| 333: CSS | |
| => 334: assert_equal image_size('squares-s*.png'), [20, 30] | |
| 335: assert_equal image_md5('squares-s*.png'), '9cc7ce48cfaf304381c2d08adefd2fb6' | |
| 336: end | |
| 337: | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:25:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:23:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:22:in `run' | |
| <[5120, 7684]> expected but was | |
| <[20, 30]> | |
| diff: | |
| ? [5120, 7684] | |
| ? 30 | |
| =============================================================================== | |
| F | |
| =============================================================================== | |
| Failure: | |
| test: should use position adjustments in mixins(SpritesTest) | |
| /Volumes/SSD/Work/compass/test/integrations/sprites_test.rb:372:in `test: should use position adjustments in mixins' | |
| 369: background-position: -3px -8px; | |
| 370: } | |
| 371: CSS | |
| => 372: assert_equal image_size('squares-s*.png'), [20, 30] | |
| 373: assert_equal image_md5('squares-s*.png'), '9cc7ce48cfaf304381c2d08adefd2fb6' | |
| 374: end | |
| 375: | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:25:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:23:in `run' | |
| /Users/sdavis/.rvm/gems/jruby-head/gems/mocha-0.11.4/lib/mocha/integration/test_unit/gem_version_230_to_240.rb:22:in `run' | |
| <[5120, 7684]> expected but was | |
| <[20, 30]> | |
| diff: | |
| ? [5120, 7684] | |
| ? 30 | |
| =============================================================================== | |
| ............................................................................... | |
| ...... | |
| Finished in 38.418 seconds. | |
| 206 tests, 3299 assertions, 15 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications | |
| 92.7184% passed | |
| 5.36 tests/s, 85.87 assertions/s | |
| rake aborted! | |
| Command failed with status (1): [/Users/sdavis/.rvm/rubies/jruby-head/bin/j...] | |
| Tasks: TOP => test | |
| (See full trace by running task with --trace) | |
| [sdavis@Scotts-iMac:compass (master)]$ ruby -v | |
| jruby 1.7.3.dev (1.9.3p327) 2013-01-25 09154fb on Java HotSpot(TM) 64-Bit Server VM 1.6.0_35-b10-428-11M3811 [darwin-x86_64] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment