Created
March 19, 2011 02:25
-
-
Save brianleroux/877161 to your computer and use it in GitHub Desktop.
output from v8api tests in v8monkey
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
| Running V8 API tests... | |
| TEST-INFO | (test_api.cpp) | Not running test_Handles (DISABLED). | |
| TEST-INFO | (test_api.cpp) | Running test_Access. | |
| TEST-INFO | (test_api.cpp) | Not running test_Script (DISABLED). | |
| TEST-INFO | (test_api.cpp) | Running test_TinyInteger. | |
| TEST-INFO | (test_api.cpp) | Running test_TinyUnsignedInteger. | |
| TEST-INFO | (test_api.cpp) | Running test_OutOfSignedRangeUnsignedInteger. | |
| TEST-INFO | (test_api.cpp) | Not running test_Number (DISABLED). | |
| TEST-INFO | (test_api.cpp) | Not running test_ToNumber (DISABLED). | |
| TEST-INFO | (test_api.cpp) | Not running test_Boolean (DISABLED). | |
| TEST-PASS | test_api.cpp | |
| TEST-INFO | (test_api.cpp) | 8 of 8 tests passed | |
| Running Script Run Void tests... | |
| TEST-INFO | (test_script_run_void.cpp) | Running test_script_run_void. | |
| <no filename>:0:ReferenceError: oasdohuasdnlqwoi is not defined | |
| TEST-PASS | test_script_run_void.cpp | |
| TEST-INFO | (test_script_run_void.cpp) | 1 of 1 tests passed | |
| Running String Classes tests... | |
| TEST-INFO | (test_String.cpp) | Running test_Length. | |
| TEST-INFO | (test_String.cpp) | Running test_Utf8Length. | |
| TEST-INFO | (test_String.cpp) | Running test_Write. | |
| TEST-INFO | (test_String.cpp) | Running test_WriteAscii. | |
| TEST-INFO | (test_String.cpp) | Running test_WriteUtf8. | |
| TEST-INFO | (test_String.cpp) | Running test_AsciiValue_operators. | |
| TEST-INFO | (test_String.cpp) | Running test_AsciiValue_length. | |
| TEST-PASS | test_String.cpp | |
| TEST-INFO | (test_String.cpp) | 8 of 8 tests passed | |
| Running Object Properties tests... | |
| TEST-INFO | (test_objprop.cpp) | Running test_obj_setprop. | |
| TEST-INFO | (test_objprop.cpp) | Running test_obj_getprop. | |
| TEST-PASS | test_objprop.cpp | |
| TEST-INFO | (test_objprop.cpp) | 3 of 3 tests passed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment