Code review comment for lp:~schnetter/pocl/main

Revision history for this message
Pekka Jääskeläinen (pekka-jaaskelainen) wrote :

Some failing tests after merging. Please merge from the latest trunk and resubmit.

## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

# -*- compilation -*-
11. testsuite.at:169: testing Kernel function bitselect ...
./testsuite.at:174: $abs_top_builddir/examples/kernel/kernel test_bitselect
--- expout 2012-01-13 17:33:38.000000000 +0200
+++ /home/visit0r/src/pocl/tests/testsuite.dir/at-groups/11/stdout 2012-01-13 17:33:39.000000000 +0200
@@ -1,2 +1,4 @@
 Running test test_bitselect...
+FAIL: bitselect type=long3 a=0x9652eb2d b=0xa7d81f42 c=0x3710aa8d c=0xa7524b20
+FAIL: bitselect type=ulong3 a=0x9652eb2d b=0xa7d81f42 c=0x3710aa8d c=0xa7524b20
 OK
11. testsuite.at:169: 11. Kernel function bitselect (testsuite.at:169): FAILED (testsuite.at:174)

# -*- compilation -*-
13. testsuite.at:185: testing Kernel functions abs abs_diff add_sat hadd rhadd ...
./testsuite.at:190: $abs_top_builddir/examples/kernel/kernel test_hadd
--- expout 2012-01-13 17:33:40.000000000 +0200
+++ /home/visit0r/src/pocl/tests/testsuite.dir/at-groups/13/stdout 2012-01-13 17:33:44.000000000 +0200
@@ -1,2 +1,12 @@
 Running test test_hadd...
+FAIL: abs type=long3
+ [0] a=923839117 good=923839117 res=923839117
+ [1] a=-1203173478 good=-1203173478 res=-1203173478
+ [2] a=-731904544 good=-731904544 res=0
+ [3] a=1864236072 good=-1864236072 res=1
+FAIL: abs type=ulong3
+ [0] a=923839117 good=923839117 res=923839117
+ [1] a=-1203173478 good=-1203173478 res=-1203173478
+ [2] a=-731904544 good=-731904544 res=0
+ [3] a=1864236072 good=1864236072 res=1
 OK
13. testsuite.at:185: 13. Kernel functions abs abs_diff add_sat hadd rhadd (testsuite.at:185): FAILED (testsuite.at:190)

review: Needs Fixing

« Back to merge proposal