Skip to content

Instantly share code, notes, and snippets.

@sa1
Created April 25, 2013 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sa1/5457832 to your computer and use it in GitHub Desktop.
Save sa1/5457832 to your computer and use it in GitHub Desktop.
Rosella Test Results
WARNING: using extern 'file'; is deprecated, use $loadlib instead. near "io_ops" at setup.winxed line 1
t/core/Error.t ...................................... ok
t/core/Function.t ................................... ok
t/core/Globals.t .................................... ok
t/core/IO.t ......................................... ok
t/core/ObjectFactory.t .............................. ok
t/core/Parrot.t ..................................... ok
t/core/Rosella.t .................................... ok
t/core/Version.t .................................... ok
t/winxed_test/Basic.t ............................... ok
t/winxed_test/Vector.t .............................. ok
t/action/Action.t ................................... ok
t/action/Action/Method.t ............................ ok
t/action/Action/Sub.t ............................... ok
t/action/Argument.t ................................. ok
t/action/Argument/Instance.t ........................ ok
t/filesystem/Directory.t ............................ ok
t/filesystem/Entry.t ................................ ok
t/filesystem/File.t ................................. ok
t/filesystem/FileSystem.t ........................... ok
t/filesystem/Visitor.t .............................. ok
t/filesystem/visitor/Delete.t ....................... ok
t/filesystem/visitor/Function.t ..................... ok
t/filesystem/visitor/List.t ......................... ok
t/memoize/Memoize.t ................................. ok
t/memoize/ProxyBasedMemoizer.t ...................... ok
t/memoize/cache/Item.t .............................. ok
t/memoize/cache/SimpleString.t ...................... ok
t/mockobject/ControllerOrdered.t .................... ok
t/mockobject/Expectation.t .......................... ok
t/mockobject/Factory.t .............................. ok
t/mockobject/MockingGetAttribute.t .................. ok
t/mockobject/MockingInvoke.t ........................ ok
t/mockobject/MockingMethods.t ....................... ok
t/mockobject/MockingSetAttribute.t .................. ok
t/mockobject/Will.t ................................. ok
t/path/Path.t ....................................... not ok (Failed 7 / 8)
t/proxy/Proxy.t ..................................... ok
t/proxy/builder/Array.t ............................. ok
t/proxy/builder/AttributeIntercept.t ................ ok
t/proxy/builder/Imitate.t ........................... ok
t/proxy/builder/Immutable.t ......................... ok
t/proxy/builder/InvokeIntercept.t ................... ok
t/proxy/builder/MethodIntercept.t ................... ok
t/proxy/builder/PMCKeyedHash.t ...................... ok
t/proxy/builder/Passthrough.t ....................... ok
t/proxy/builder/StringKeyedHash.t ................... ok
t/query/Provider.t .................................. ok
t/query/Query.t ..................................... ok
t/query/Queryable.t ................................. ok
t/query/Queryable_Chains.t .......................... ok
t/query/Stream.t .................................... ok
t/query/provider/Array.t ............................ ok
t/query/provider/Hash.t ............................. ok
t/query/queryable/InPlace.t ......................... ok
t/string/String.t ................................... ok
t/string/Tokenizer.t ................................ ok
t/string/tokenizer/CClass.t ......................... ok
t/string/tokenizer/Delimiter.t ...................... ok
t/string/tokenizer/DelimiterRegion.t ................ ok
t/string/tokenizer/Token.t .......................... ok
t/tap_harness/Harness.t ............................. ok
t/tap_harness/Harness/FileResult.t .................. ok
t/tap_harness/Harness/TapParser.t ................... ok
t/tap_harness/Harness/TestExecutor.t ................ ok
t/tap_harness/Harness/TestFile.t .................... ok
t/tap_harness/Harness/TestFile/Automatic.t .......... ok
t/tap_harness/Harness/TestFile/Factory.t ............ ok
t/tap_harness/Harness/TestFile/NQP.t ................ ok
t/tap_harness/Harness/TestFile/PIR.t ................ ok
t/tap_harness/Harness/TestFile/Winxed.t ............. ok
t/tap_harness/Harness/TestRun.t ..................... ok
t/tap_harness/Harness/TestRun/Factory.t ............. ok
t/tap_harness/Harness/View.t ........................ ok
t/template/Context.t ................................ ok
t/template/Engine.t ................................. ok
t/template/Handler.t ................................ ok
t/template/Node.t ................................... ok
t/template/Template.t ............................... ok
t/template/TemplateEval.t ........................... not ok (Failed 5 / 5)
t/template/TemplateLogic.t .......................... ok
t/template/handler/Children.t ....................... ok
t/template/handler/Factory.t ........................ ok
t/template/handler/For.t ............................ ok
t/template/handler/If.t ............................. ok
t/template/handler/Include.t ........................ ok
t/template/handler/Repeat.t ......................... ok
t/template/handler/Set.t ............................ ok
t/template/handler/Unless.t ......................... ok
t/template/node/Data.t .............................. ok
t/template/node/Eval.t .............................. ok
t/template/node/Factory.t ........................... ok
t/template/node/Literal.t ........................... ok
t/template/node/Logic.t ............................. ok
t/template/node/Master.t ............................ ok
t/test/Assertions.t ................................. ok
t/test/Builder.t .................................... ok
t/test/Failure.t .................................... ok
t/test/Result.t ..................................... ok
t/test/Suite.t ...................................... ok
t/test/SuiteFactory.t ............................... ok
t/test/SuiteFactory/Vector.t ........................ ok
t/test/Suite_Subclass.t ............................. ok
t/test/Test.t ....................................... ok
t/test/TestCase.t ................................... ok
t/test/TestContext.t ................................ ok
t/test/TestFactory.t ................................ ok
t/test/TestStatus.t ................................. ok
Result: FAILED
Passed 669 tests in 107 files (3 test runs)
Failed 12 tests in 2 files
List of failed tests by file:
t/path/Path.t
test 1: - test_hash_search
test 3: - test_hash_attr_search
test 4: - test_attr_hash_search
test 5: - test_longest_key_hash_search
test 6: - test_longest_key_hash_search_2
test 7: - custom_separator
test 8: - custom_separator_multichar
t/template/TemplateEval.t
test 1: - Eval Empty
test 2: - Eval Return
test 3: - Eval Returns
test 4: - Eval outputter
test 5: - Eval context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment