Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Created March 19, 2011 02:25
Show Gist options
  • Select an option

  • Save brianleroux/877161 to your computer and use it in GitHub Desktop.

Select an option

Save brianleroux/877161 to your computer and use it in GitHub Desktop.
output from v8api tests in v8monkey
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