Skip to content

Instantly share code, notes, and snippets.

@benekastah
Created June 11, 2013 07:44
Show Gist options
  • Save benekastah/5755087 to your computer and use it in GitHub Desktop.
Save benekastah/5755087 to your computer and use it in GitHub Desktop.
Limejs failed unit tests on Chrome Version 27.0.1453.110 on OSX 10.8.4
5 of 5 tests executed.
3 passed, 2 failed.
Duration: 1s.
Lime Unit Tests - lime.style [FAILED]
localhost:8080/javascripts/lime/lime/tests/style.htm
6 of 6 tests run in 11ms.
4 passed, 2 failed.
2 ms/test. 58 files loaded.
ERROR in testTransform
Rotated matrix
Expected <1.49909, 0.0523492, -0.0523492, 1.49909, 100, -50> (String) but was <1.4990862405286436, 0.05234924505375145, -0.05234924505375145, 1.4990862405286436, 100, -50> (String)
Difference was at position 6. Expected [...909, 0.0523492, -0.0523492, 1.49909, ...] vs. actual [...90862405286436, 0.05234924505375145, -0.05234924505375145, 1.4990862405286436, ...]
> assertEquals at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/asserts.js:374:3
> testTransform at http://localhost:8080/javascripts/lime/lime/tests/style.htm:131:5
> goog.testing.TestCase.Test.execute at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testcase.js:1025:12
> goog.testing.TestCase.cycleTests at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testcase.js:799:18
> goog.testing.TestCase.execute at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testcase.js:398:8
> goog.testing.TestCase.runTests at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testcase.js:559:8
> goog.testing.TestRunner.execute at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testrunner.js:257:17
ERROR in testTransitions
Single transition:
Expected <left 1.5s cubic-bezier(0.21, 0.2, 0.51, 0.58)> (String) but was <left 1.5s cubic-bezier(0, 0, 1, 1)> (String)
Difference was at position 24. Expected [...(0.21, 0.2, 0.51, 0.58)] vs. actual [...(0, 0, 1, 1)]
> assertEquals at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/asserts.js:374:3
> testTransitions at http://localhost:8080/javascripts/lime/lime/tests/style.htm:150:5
> goog.testing.TestCase.Test.execute at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testcase.js:1025:12
> goog.testing.TestCase.cycleTests at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testcase.js:799:18
> goog.testing.TestCase.execute at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testcase.js:398:8
> goog.testing.TestCase.runTests at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testcase.js:559:8
> goog.testing.TestRunner.execute at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testrunner.js:257:17
Lime Unit Tests - lime.director [FAILED]
localhost:8080/javascripts/lime/lime/tests/schedulemanager.htm
3 of 3 tests run in 9ms.
1 passed, 2 failed.
3 ms/test. 56 files loaded.
ERROR in testCallAfter
No call after 95ms
Expected <0> (Number) but was <1> (Number)
> assertEquals at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/asserts.js:374:3
> testCallAfter at http://localhost:8080/javascripts/lime/lime/tests/schedulemanager.htm:86:5
> goog.testing.TestCase.Test.execute at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testcase.js:1025:12
> goog.testing.TestCase.cycleTests at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testcase.js:799:18
> goog.testing.TestCase.execute at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testcase.js:398:8
> goog.testing.TestCase.runTests at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testcase.js:559:8
> goog.testing.TestRunner.execute at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testrunner.js:257:17
ERROR in testScheduler
Calls after 1000ms.
Expected <30> (Number) but was <150> (Number)
> assertEquals at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/asserts.js:374:3
> testScheduler at http://localhost:8080/javascripts/lime/lime/tests/schedulemanager.htm:54:4
> goog.testing.TestCase.Test.execute at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testcase.js:1025:12
> goog.testing.TestCase.cycleTests at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testcase.js:799:18
> goog.testing.TestCase.execute at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testcase.js:398:8
> goog.testing.TestCase.runTests at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testcase.js:559:8
> goog.testing.TestRunner.execute at http://localhost:8080/javascripts/lime/closure/closure/goog/testing/testrunner.js:257:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment