Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solaris 8 perl6/pugs_specs test at YAPC #137

Closed
p6rt opened this issue Jun 18, 2008 · 3 comments
Closed

solaris 8 perl6/pugs_specs test at YAPC #137

p6rt opened this issue Jun 18, 2008 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jun 18, 2008

Migrated from rt.perl.org#56042 (status was 'resolved')

Searchable as RT56042$

@p6rt
Copy link
Author

p6rt commented Jun 18, 2008

From todd.e.rinaldo@jpmorgan.com

(/home/.../PARROT/solaris8/languages/perl6)
$>make test
perl t/harness t/00-parrot t/01-sanity
t/00-parrot/01-literals............ok
t/00-parrot/02-op-math.............ok
t/00-parrot/03-op-logic............ok
t/00-parrot/04-op-cmp..............ok
t/00-parrot/05-var-array...........ok
t/00-parrot/05-var.................ok
t/00-parrot/06-op-inplace..........ok
t/00-parrot/07-op-string...........ok
t/00-parrot/08-regex...............ok
t/01-sanity/01-tap.................ok
  2/10 skipped​: various reasons
t/01-sanity/02-counter.............ok
t/01-sanity/03-equal...............ok
t/01-sanity/04-if..................ok
t/01-sanity/05-sub.................ok
t/01-sanity/06-use.................ok
t/01-sanity/07-binding.............ok
t/01-sanity/07-defined.............ok
t/01-sanity/07-end-blocks..........ok
t/01-sanity/07-for.................ok
t/01-sanity/07-isa.................ok
t/01-sanity/07-range...............ok
t/01-sanity/07-ref.................ok
t/01-sanity/07-simple-multisubs....ok
t/01-sanity/07-split...............ok
t/01-sanity/07-substr..............ok
t/01-sanity/07-try.................ok
t/01-sanity/08-say.................ok
All tests successful, 2 subtests skipped.
Files=27, Tests=226, 56 wallclock secs (53.01 cusr + 1.80 csys = 54.81
CPU)
perl -e 'chdir shift @​ARGV; system q{make}, @​ARGV; exit $? >> 8;'
/home/j911649/PARROT/solaris10 codetest
perl t/harness --gc-debug --running-make-test --code-tests
t/distro/file_metadata.........Can't exec "svk"​: No such file or directory
at t/distro/file_metadata.t line 220.
skipped
  all skipped​: not a working copy
t/codingstd/c_code_coda........ok
t/codingstd/c_cppcomments......ok
t/codingstd/c_header_guards....ok
t/codingstd/c_indent...........ok
t/codingstd/c_operator.........ok
t/codingstd/c_parens...........ok
t/codingstd/c_returns..........ok
t/codingstd/c_struct...........ok
t/codingstd/check_isxxx........ok
t/codingstd/check_toxxx........ok
t/codingstd/copyright..........ok
  1/2 skipped​: various reasons
t/codingstd/cuddled_else.......ok
t/codingstd/filenames..........ok
t/codingstd/gmt_utc............ok
t/codingstd/linelength.........ok
t/codingstd/pccmethod_deps.....ok
t/codingstd/perlcritic.........skipped
  all skipped​: Perl​::Critic not installed
t/codingstd/pir_code_coda......ok
t/codingstd/svn_id.............ok
t/codingstd/tabs...............ok
t/codingstd/trailing_space.....ok
All tests successful, 2 tests and 1 subtest skipped.
Files=22, Tests=32, 91 wallclock secs (61.37 cusr + 8.22 csys = 69.59
CPU)


$>make spectest_regression
perl t/harness \
  --configfudge \
  --tests-from-file=t/spectest_regression.data \
  --keep-exit-code \
  t/spec/ \

perl t/spec/fudgeall --keep-exit-code rakudo
t/spec/S02-builtin_data_types/type.t t/spec/S02-literals/autoref.t
t/spec/S02-literals/radix.t t/spec/S02-polymorphic_types/subset-range.t
t/spec/S03-operators/comparison.t t/spec/S03-operators/cross-metaop.t
t/spec/S04-statements/try.t t/spec/S04-statements/while.t
t/spec/S12-role/attributes.t t/spec/S16-io/say.t t/spec/S29-array/pop.t
t/spec/S29-array/push.t t/spec/S29-array/shift.t
t/spec/S29-array/unshift.t t/spec/S29-list/first.t t/spec/S29-list/grep.t
t/spec/S29-list/join.t t/spec/S29-list/map.t
t/spec/S29-list/map_empty_list.t t/spec/S29-list/map_flattening.t
t/spec/S29-list/map_function_return_values.t t/spec/S29-list/minmax.t
t/spec/S29-list/reduce.t t/spec/S29-list/sort.t t/spec/S29-num/abs.t
t/spec/S29-num/complex.t t/spec/S29-num/exp.t t/spec/S29-num/int.t
t/spec/S29-num/log.t t/spec/S29-num/pi.t t/spec/S29-num/rand.t
t/spec/S29-num/roots.t t/spec/S29-num/sign.t t/spec/S29-num/sqrt.t
t/spec/S29-str/capitalize.t t/spec/S29-str/comb.t t/spec/S29-str/lcfirst.t
t/spec/S29-str/sprintf.t t/spec/S29-str/ucfirst.t
t/spec/S02-builtin_data_types/type.........ok
  8/12 skipped​: various reasons
t/spec/S02-literals/autoref................ok
  24/57 skipped​: various reasons
t/spec/S02-literals/hex_chars..............ok
t/spec/S02-literals/radix..................ok
  8/93 skipped​: various reasons
t/spec/S02-polymorphic_types/subset-code...ok
t/spec/S02-polymorphic_types/subset-range..ok
t/spec/S03-operators/autoincrement.........ok
t/spec/S03-operators/comparison............ok
t/spec/S03-operators/cross-metaop..........ok
  8/11 skipped​: various reasons
t/spec/S03-operators/equality..............ok
t/spec/S03-operators/not...................ok
t/spec/S03-operators/relational............ok
t/spec/S03-operators/true..................ok
t/spec/S04-statements/try..................ok
  14/25 skipped​: various reasons
t/spec/S04-statements/until................ok
t/spec/S04-statements/while................ok
  4/10 skipped​: various reasons
t/spec/S06-signature/named-placeholders....ok
t/spec/S06-signature/positional-placeholders.ok
t/spec/S06-signature/slurpy-placeholders...ok
t/spec/S12-class/attributes................ok
t/spec/S12-class/instantiate...............ok
t/spec/S12-class/parent_attributes.........ok
t/spec/S12-methods/calling_syntax..........ok
t/spec/S12-role/attributes.................ok
  1/4 skipped​: various reasons
t/spec/S12-role/composition................ok
t/spec/S16-filehandles/connect.............ok
  4/4 skipped​: various reasons
t/spec/S16-io/say..........................ok
t/spec/S29-any/cmp.........................ok
t/spec/S29-array/delete....................ok
t/spec/S29-array/exists....................ok
t/spec/S29-array/keys_values...............ok
t/spec/S29-array/kv........................ok
t/spec/S29-array/pairs.....................ok
t/spec/S29-array/pop.......................ok
t/spec/S29-array/push......................ok
  1/42 skipped​: various reasons
t/spec/S29-array/shift.....................ok
t/spec/S29-array/unshift...................ok
t/spec/S29-list/first......................ok
  2/9 skipped​: various reasons
t/spec/S29-list/grep.......................ok
  19/29 skipped​: various reasons
t/spec/S29-list/join.......................ok
  2/33 skipped​: various reasons
t/spec/S29-list/map........................ok
  27/60 skipped​: various reasons
t/spec/S29-list/map_empty_list.............ok
t/spec/S29-list/map_flattening.............ok
t/spec/S29-list/map_function_return_values.ok
t/spec/S29-list/minmax.....................ok
t/spec/S29-list/mutating_listops...........ok
t/spec/S29-list/reduce.....................ok
  6/11 skipped​: various reasons
t/spec/S29-list/sort.......................ok
  5/21 skipped​: various reasons
t/spec/S29-num/abs.........................ok
  20/40 skipped​: various reasons
t/spec/S29-num/complex.....................ok
  125/129 skipped​: various reasons
t/spec/S29-num/exp.........................ok
  42/44 skipped​: various reasons
t/spec/S29-num/int.........................ok
  27/61 skipped​: various reasons
t/spec/S29-num/log.........................ok
  7/11 skipped​: various reasons
t/spec/S29-num/pi..........................ok
  6/6 skipped​: various reasons
t/spec/S29-num/rand........................ok
  4/26 skipped​: various reasons
t/spec/S29-num/roots.......................ok
  10/10 skipped​: various reasons
t/spec/S29-num/sign........................ok
  1/6 skipped​: various reasons
t/spec/S29-num/sqrt........................ok
  5/7 skipped​: various reasons
t/spec/S29-str/append......................ok
t/spec/S29-str/capitalize..................ok
  2/11 skipped​: various reasons
t/spec/S29-str/comb........................ok
  10/10 skipped​: various reasons
t/spec/S29-str/lcfirst.....................ok
  3/8 skipped​: various reasons
t/spec/S29-str/sprintf.....................ok
  37/37 skipped​: various reasons
t/spec/S29-str/ucfirst.....................ok
  2/4 skipped​: various reasons
All tests successful, 434 subtests skipped.
Files=64, Tests=1230, 826 wallclock secs (815.85 cusr + 5.37 csys =
821.22 CPU)


$>uname -a;perl -V
SunOS cmtnoc5-mx45 5.8 Generic_117350-38 sun4u sparc SUNW,Sun-Fire-V490
Summary of my perl5 (revision 5 version 8 subversion 8) configuration​:
  Platform​:
  osname=solaris, osvers=2.8, archname=sun4-solaris-thread-multi
  uname='sunos cmtmcc110 5.8 generic_117350-38 sun4u sparc
sunw,sun-fire-15000 '
  config_args='-d -s -e'
  hint=recommended, useposix=true, d_sigaction=define
  usethreads=define use5005threads=undef useithreads=define
usemultiplicity=define
  useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
  use64bitint=undef use64bitall=undef uselongdouble=undef
  usemymalloc=n, bincompat5005=undef
  Compiler​:
  cc='/opt/SUNWspro/bin/cc', ccflags ='-D_REENTRANT -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
  optimize='-O',
  cppflags='-D_REENTRANT -I/usr/local/include'
  ccversion='Sun C 5.8 Patch 121015-02 2006/03/29', gccversion='',
gccosandvers=''
  intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
  d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
  ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
  alignbytes=8, prototype=define
  Linker and Libraries​:
  ld='/opt/SUNWspro/bin/cc', ldflags =' -L/usr/lib -L/usr/ccs/lib
-L/opt/SUNWspro/prod/lib/v8plus -L/opt/SUNWspro/prod/lib -L/lib
-L/usr/local/lib '
  libpth=/usr/lib /usr/ccs/lib /opt/SUNWspro/prod/lib/v8plus
/opt/SUNWspro/prod/lib /lib /usr/local/lib
  libs=-lsocket -lnsl -ldl -lm -lpthread -lc
  perllibs=-lsocket -lnsl -ldl -lm -lpthread -lc
  libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
  gnulibc_version=''
  Dynamic Linking​:
  dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
  cccdlflags='-KPIC', lddlflags='-G -L/usr/lib -L/usr/ccs/lib
-L/opt/SUNWspro/prod/lib/v8plus -L/opt/SUNWspro/prod/lib -L/lib
-L/usr/local/lib'

Characteristics of this binary (from libperl)​:
  Compile-time options​: MULTIPLICITY PERL_IMPLICIT_CONTEXT
  PERL_MALLOC_WRAP USE_ITHREADS USE_LARGE_FILES
  USE_PERLIO USE_REENTRANT_API
  Built under solaris
  Compiled at Dec 12 2006 20​:51​:03
  %ENV​:
  PERL5LIB="/home/j911649/GASS/lib"
  PERLDB_OPTS="RemotePort=10.185.197.31​:9000"
  @​INC​:
  /home/j911649/GASS/lib
  /opt/perl588/lib/5.8.8/sun4-solaris-thread-multi
  /opt/perl588/lib/5.8.8
  /opt/perl588/site/lib/sun4-solaris-thread-multi
  /opt/perl588/site/lib
  /opt/perl588/site/lib
  /
Generally, this communication is for informational purposes only
and it is not intended as an offer or solicitation for the purchase
or sale of any financial instrument or as an official confirmation
of any transaction. In the event you are receiving the offering
materials attached below related to your interest in hedge funds or
private equity, this communication may be intended as an offer or
solicitation for the purchase or sale of such fund(s). All market
prices, data and other information are not warranted as to
completeness or accuracy and are subject to change without notice.
Any comments or statements made herein do not necessarily reflect
those of JPMorgan Chase & Co., its subsidiaries and affiliates.

This transmission may contain information that is privileged,
confidential, legally privileged, and/or exempt from disclosure
under applicable law. If you are not the intended recipient, you
are hereby notified that any disclosure, copying, distribution, or
use of the information contained herein (including any reliance
thereon) is STRICTLY PROHIBITED. Although this transmission and any
attachments are believed to be free of any virus or other defect
that might affect any computer system into which it is received and
opened, it is the responsibility of the recipient to ensure that it
is virus free and no responsibility is accepted by JPMorgan Chase &
Co., its subsidiaries and affiliates, as applicable, for any loss
or damage arising in any way from its use. If you received this
transmission in error, please immediately contact the sender and
destroy the material in its entirety, whether in electronic or hard
copy format. Thank you.
Please refer to http://www.jpmorgan.com/pages/disclosures for
disclosures relating to UK legal entities.

@p6rt
Copy link
Author

p6rt commented Nov 13, 2008

From @pmichaud

Thanks for the report!

Pm

@p6rt p6rt closed this as completed Nov 13, 2008
@p6rt
Copy link
Author

p6rt commented Nov 13, 2008

@pmichaud - Status changed from 'new' to 'resolved'

@p6rt p6rt added the ok label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant