Created
April 18, 2014 03:20
-
-
Save paulfryzel/11023330 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
paulfryzel@ao:~/github/vendor/Higgs/source(master+)$ make test | |
python runtime/layout.py | |
dmd -m64 -O -L-ldl -J./ -unittest -debug -ofhiggs-test util/error.d util/id.d util/string.d util/misc.d util/bitset.d util/os.d parser/lexer.d parser/ast.d parser/vars.d parser/parser.d ir/ir.d ir/ops.d ir/iir.d ir/ast.d ir/peephole.d ir/slotalloc.d ir/livevars.d ir/inlining.d ir/typeprop.d runtime/vm.d runtime/layout.d runtime/string.d runtime/object.d runtime/gc.d jit/x86.d jit/codeblock.d jit/util.d jit/moves.d jit/ops.d jit/jit.d repl.d options.d stats.d main.d jit/tests.d parser/tests.d runtime/tests.d runtime/ffitests.d | |
time ./higgs-test test-runner.js | |
bit set | |
machine code generation | |
machine code execution | |
simple expression parsing | |
source file parsing | |
JIT core | |
global expressions | |
unary ops | |
binary arith ops | |
bitwise | |
undef | |
fp | |
global functions | |
argument passing | |
local variables | |
comparison and branching | |
recursion | |
fib | |
loops | |
switch | |
strings | |
typeof | |
global object | |
exprs | |
calls | |
unresolved | |
delete | |
many globals | |
in-place operators | |
objects and properties | |
obj basic | |
in operator | |
delete operator | |
function objects | |
method call | |
object extension | |
new operator | |
arrays | |
inline IR | |
basic | |
runtime | |
closures | |
stdlib/math | |
stdlib/object | |
stdlib/number | |
stdlib/array | |
stdlib/string | |
stdlib/global | |
exceptions (intra) | |
exceptions (inter) | |
load | |
eval | |
apply | |
arguments | |
for-in | |
regression | |
garbage collector | |
gc/collect | |
gc/objects | |
gc/arrays | |
gc/closures | |
gc/objext | |
gc/deepstack | |
gc/bigloop | |
gc/apply | |
gc/arguments | |
gc/strcat | |
gc/globalexc | |
gc/graph | |
gc/stackvm | |
gc/load | |
FFI | |
runtime.vm.RunError: run-time error: dlopen(, 1): no suitable image found. Did find: | |
/usr/local/lib/: not a file | |
/usr/lib/: not a file | |
tests_core_ffi_ffi_js(2E3FA7) ("tests/core/ffi/ffi.js"@1:1) | |
---------------- | |
5 higgs-test 0x000000010ed69d9a runtime.vm.ValuePair runtime.vm.VM.exec(parser.ast.FunExpr) + 110 | |
6 higgs-test 0x000000010ed69f2f runtime.vm.ValuePair runtime.vm.VM.load(immutable(char)[]) + 131 | |
7 higgs-test 0x000000010ede404d void runtime.FFItests.__unittestL144_47() + 105 | |
8 higgs-test 0x000000010ecae0b1 void runtime.FFItests.__modtest() + 9 | |
9 higgs-test 0x000000010edeb5b0 int core.runtime.runModuleUnitTests().__foreachbody3(ref object.ModuleInfo*) + 48 | |
10 higgs-test 0x000000010edfc7dd int rt.minfo.moduleinfos_apply(scope int delegate(ref object.ModuleInfo*)).__foreachbody2(ref rt.sections_osx.SectionGroup) + 85 | |
11 higgs-test 0x000000010edfc771 int rt.minfo.moduleinfos_apply(scope int delegate(ref object.ModuleInfo*)) + 49 | |
12 higgs-test 0x000000010edeb453 runModuleUnitTests + 139 | |
13 higgs-test 0x000000010edf710b void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).runAll() + 23 | |
14 higgs-test 0x000000010edf70c1 void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).tryExec(scope void delegate()) + 45 | |
15 higgs-test 0x000000010edf703d _d_run_main + 449 | |
16 higgs-test 0x000000010ecadf7c main + 20 | |
17 libdyld.dylib 0x00007fff8d7125fd start + 1 | |
18 ??? 0x0000000000000002 0x0 + 2 | |
64.19 real 58.75 user 0.82 sys | |
make: *** [test] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS X 10.9.2, DMD64 D Compiler v2.065, higgs@963e2c5b69a679f21c48bbfd3dad4423074714d7