Skip to content

Instantly share code, notes, and snippets.

@leto
Created July 21, 2009 15:13
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 leto/151381 to your computer and use it in GitHub Desktop.
Save leto/151381 to your computer and use it in GitHub Desktop.
$ uname -a
Darwin kadath.local 9.7.0 Darwin Kernel Version 9.7.0: Tue Mar 31 22:52:17 PDT 2009; root:xnu-1228.12.14~1/RELEASE_I386 i386
$ gcc --version
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
...
perl5.10 t/harness t/benchmark/*.t
t/benchmark/benchmarks.t .. 24/34
# Failed test 'examples/benchmarks/overload.pir'
# at t/benchmark/benchmarks.t line 218.
# Exited with error code: 2
# Received:
# error:imcc:No such file or directory
# in file '/Users/leto/svn/parrot/t/benchmark/benchmarks_25.pir' line 6
#
# Expected:
# 42
#
t/benchmark/benchmarks.t .. 34/34 # Looks like you failed 1 test of 34.
t/benchmark/benchmarks.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/34 subtests
Test Summary Report
-------------------
t/benchmark/benchmarks.t (Wstat: 256 Tests: 34 Failed: 1)
Failed test: 25
Non-zero exit status: 1
Files=1, Tests=34, 62 wallclock secs ( 0.04 usr 0.01 sys + 50.31 cusr 6.84 csys = 57.20 CPU)
Result: FAIL
gmake[1]: *** [benchmark_tests] Error 1
gmake[1]: Leaving directory `/Users/leto/svn/parrot'
gmake: [fulltest] Error 2 (ignored)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment