Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
r18304 Test failures on NexentaOS (GNU/OpenSolaris)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Will Coleda via RT  
View profile  
 More options Apr 8 2008, 12:54 am
Newsgroups: perl.perl6.internals
From: parrotbug-follo...@parrotcode.org (Will Coleda via RT)
Date: Mon, 07 Apr 2008 21:54:29 -0700
Local: Tues, Apr 8 2008 12:54 am
Subject: [perl #42699] r18304 Test failures on NexentaOS (GNU/OpenSolaris)
On Tue Apr 24 03:05:33 2007, rblasch wrote:

Sorry about the delay in following up on this ticket.

The version of parrot this ticket was opened is 11 months old. Can we get another test run
with svn-latest or the latest snapshot from CPAN?

Thanks.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ronald Blaschke via RT  
View profile  
 More options Apr 13 2008, 1:34 pm
Newsgroups: perl.perl6.internals
From: parrotbug-follo...@parrotcode.org (Ronald Blaschke via RT)
Date: Sun, 13 Apr 2008 10:34:22 -0700
Local: Sun, Apr 13 2008 1:34 pm
Subject: [perl #42699] r18304 Test failures on NexentaOS (GNU/OpenSolaris)
On Mon Apr 07 21:54:27 2008, coke wrote:

> On Tue Apr 24 03:05:33 2007, rblasch wrote:
> The version of parrot this ticket was opened is 11 months old. Can we
> get another test run
> with svn-latest or the latest snapshot from CPAN?

Here's the result of r26955.

Failed Test           Stat Wstat Total Fail  Failed  List of Failed
--------------------------------------------------------------------------- ----
t/examples/shootout.t   13  3328    20   13  65.00%  1 3 6-11 14-15 17-19
t/op/trans.t             1   256    22    1   4.55%  14
t/pmc/os.t               1   256    15    1   6.67%  9

The details of the failed tests are as follows.

t/examples/shootout..........................
#     Failed test (t/examples/shootout.t at line 108)
# Exited with error code: [SIGNAL 139]
# Received:
#
# Expected:
# Ack(3, 7) = 1021
#

I'm skipping the remaining output of t/examples/shootout.t.  All
segfaults, I think.

t/op/trans...................................
#     Failed test (t/op/trans.t at line 421)
#          got: 'not 0.000000ok 1
# '
#     expected: 'ok 1
# '
# Looks like you failed 1 test of 22.
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 14
        Failed 1/22 tests, 95.45% okay

t/pmc/os.....................................
#     Failed test (t/pmc/os.t at line 272)
#          got: '47775746
# 93869
# 33188
# 1
# 1000
# 10
# -1
# 4
# 1208110289
# 1208110289
# 1208110289
# 512
# 2
# '
#     expected: '47775746
# 93869
# 33188
# 1
# 1000
# 10
# -1
# 4
# 1208110289
# 1208110289
# 1208110289
# 512
# 1
# '
# Looks like you failed 1 test of 15.
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 9
        Failed 1/15 tests, 93.33% okay

Ron


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chromatic  
View profile  
 More options Apr 13 2008, 10:03 pm
Newsgroups: perl.perl6.internals
From: chroma...@wgz.org (Chromatic)
Date: Sun, 13 Apr 2008 19:03:46 -0700
Local: Sun, Apr 13 2008 10:03 pm
Subject: Re: [perl #42699] r18304 Test failures on NexentaOS (GNU/OpenSolaris)
On Sunday 13 April 2008 10:34:22 Ronald Blaschke via RT wrote:

Which processor?  Can you post a backtrace?  (If it's Sparc, I think I know
what the problem is.  If it's not Sparc... well, let's hope the problem is
similar.)

-- c


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ron Blaschke  
View profile  
 More options Apr 22 2008, 3:44 pm
Newsgroups: perl.perl6.internals
From: r...@rblasch.org (Ron Blaschke)
Date: Tue, 22 Apr 2008 21:44:06 +0200
Local: Tues, Apr 22 2008 3:44 pm
Subject: Re: [perl #42699] r18304 Test failures on NexentaOS (GNU/OpenSolaris)

Sorry for the late response.  It's an x86.  Here's a backtrace of r27131.

Starting program: parrot -Oc -Cj examples/shootout/ack.pir
Program received signal SIGSEGV, Segmentation fault.
0x086180c0 in ?? ()
(gdb) backtrace
#0  0x086180c0 in ?? ()
#1  0x0811db2f in cgp_core (cur_op=0x8624e0c, interp=0x8407ac0) at
pic.ops:294
#2  0x081def52 in runops_cgp (interp=0x8407ac0, pc=0x862854c) at
src/interpreter.c:776
#3  0x081df19a in runops_int (interp=0x8407ac0, offset=3) at
src/interpreter.c:916
#4  0x080e3f99 in runops (interp=0x8407ac0, offs=3) at src/inter_run.c:104
#5  0x080e4239 in runops_args (interp=0x8407ac0, sub=0x86057c0,
obj=0x846fa08, meth_unused=0x0, sig=0x83594e7 "vP",
     ap=0x804795c "\210W`\bÀz@\bÀXa\b\001") at src/inter_run.c:230
#6  0x080e437d in Parrot_runops_fromc_args (interp=0x8407ac0,
sub=0x86057c0, sig=0x83594e7 "vP") at src/inter_run.c:299
#7  0x080db56a in Parrot_runcode (interp=0x8407ac0, argc=1,
argv=0x8047a58) at src/embed.c:941
#8  0x081928af in imcc_run_pbc (interp=0x8407ac0, obj_file=0,
output_file=0x0, argc=1, argv=0x8047a58)
     at compilers/imcc/main.c:781
#9  0x08193340 in imcc_run (interp=0x8407ac0, sourcefile=0x8047b51
"examples/shootout/ack.pir", argc=1, argv=0x8047a58)
     at compilers/imcc/main.c:1069
#10 0x080d54c5 in main (argc=1, argv=0x8047a58) at src/main.c:61

I think it's JIT related?

Ron


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
James Keenan via RT  
View profile  
 More options Jul 19 2009, 8:41 pm
Newsgroups: perl.perl6.internals
From: bugs-parrot-tr...@netlabs.develooper.com (James Keenan via RT)
Date: Sun, 19 Jul 2009 17:41:25 -0700
Local: Sun, Jul 19 2009 8:41 pm
Subject: [perl #42699] r18304 Test failures on NexentaOS (GNU/OpenSolaris)
There's been a lot of water under the bridge since this test failure
report was originally filed.  So we would undoubtedly need new reports
to go forward.

I'm going to close this ticket and encourage people with access to
NexentaOS (GNU/OpenSolaris) to configure and build Parrot from HEAD and
to file a Smolder report via 'make smoldertest'.

Thank you very much.
kid51


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »