Hi All,

To anwser to the orginal post I setup and compile gnustep base on a
raspbian (raspberry pi debian). I can say first gworkspace seems to work
correctly.

Env:
* ARM-v6
* gcc (Debian 4.6.3-14+rpi1) 4.6.3
* no clang / no libobjc2

------------------------------------------------
base/NSArray/basic.m:
Skipped set:       basic.m 46 ... No collection subscripting support in the
compiler.

base/NSArray/blocks.m:
Skipped set:       blocks.m 62 ... No Blocks support in the compiler.

base/NSDictionary/basic.m:
Skipped set:       basic.m 41 ... No dictionary subscripting support in the
compiler.

base/NSDictionary/blocks.m:
Skipped set:       blocks.m 49 ... No Blocks support in the compiler.

base/NSMutableIndexSet/blocks.m:
Skipped set:       blocks.m 83 ... No Blocks support in the compiler.

base/NSRunLoop/performers.m:
Failed test:     performers.m:49 ...
-performSelector:target:argument:order:modes: only sends the message once
Failed test:     performers.m:65 ...
-performSelector:target:argument:order:modes: orders performers correctly
Failed test:     performers.m:89 ...
-cancelPerformSelector:target:argument: works

base/NSRunLoop/thread.m:
Failed test:     thread.m:193 ... A loop with an input source will block

base/NSURL/test00.m:
Failed test:     test00.m:51 ... NSURL chunked test OK
Failed test:     test00.m:143 ... respond test 1313 OK
Failed test:     test00.m:143 ... respond test 1312 OK
Failed test:     test00.m:143 ... respond test 1311 OK
Failed test:     test00.m:143 ... respond test 1310 OK
Failed test:     test00.m:143 ... respond test 1309 OK
Failed test:     test00.m:143 ... respond test 1308 OK
Failed test:     test00.m:143 ... respond test 1307 OK
Failed test:     test00.m:143 ... respond test 1306 OK
Failed test:     test00.m:143 ... respond test 1305 OK
Failed test:     test00.m:143 ... respond test 1304 OK
Failed test:     test00.m:143 ... respond test 1303 OK
Failed test:     test00.m:143 ... respond test 1302 OK
Failed test:     test00.m:143 ... respond test 1301 OK
Failed test:     test00.m:143 ... respond test 1300 OK
Failed test:     test00.m:143 ... respond test 1299 OK
Failed test:     test00.m:143 ... respond test 1298 OK
Failed test:     test00.m:143 ... respond test 1297 OK
Failed test:     test00.m:143 ... respond test 1296 OK
Failed test:     test00.m:143 ... respond test 1295 OK
Failed test:     test00.m:143 ... respond test 1294 OK
Failed test:     test00.m:143 ... respond test 1293 OK
Failed test:     test00.m:143 ... respond test 1292 OK
Failed test:     test00.m:143 ... respond test 1291 OK
Failed test:     test00.m:143 ... respond test 1290 OK
Failed test:     test00.m:143 ... respond test 1289 OK
Failed test:     test00.m:143 ... respond test 1288 OK

base/NSURL/test01.m:
Failed test:     test01.m:56 ... keep-alive test 0 OK
Failed test:     test01.m:56 ... keep-alive test 1 OK
Failed test:     test01.m:56 ... keep-alive test 2 OK
Failed test:     test01.m:56 ... keep-alive test 3 OK
Failed test:     test01.m:56 ... keep-alive test 4 OK
Failed test:     test01.m:56 ... keep-alive test 5 OK
Failed test:     test01.m:56 ... keep-alive test 6 OK
Failed test:     test01.m:56 ... keep-alive test 7 OK
Failed test:     test01.m:56 ... keep-alive test 8 OK
Failed test:     test01.m:56 ... keep-alive test 9 OK

base/NSURLHandle/test01.m:
Failed test:     test01.m:44 ... Got the correct data from a 200 - status
load
Failed test:     test01.m:46 ... 200 - status: Handle load succeeded
Failed test:     test01.m:52 ... 401 - status: Handle load not loaded
(unanswered auth challenge)
Failed test:     test01.m:58 ... 404 - status: Handle load not loaded
(resource not found)

   7760 Passed tests
     45 Failed tests
     32 Dashed hopes
      5 Skipped sets
-------------------------------------------

I stripped all the passed tests to keep only skipped and failed.

Hope that help. The main point is gworkspace launch and run correctly.

Cheers,

F.


2013/7/17 Ivan Vučica <i...@vucica.net>

> Hi Doug,
>
> On Wed, Jul 17, 2013 at 4:42 PM, Doug Warren <doug.war...@gmail.com>wrote:
>
>> I'm running gnustep-corebase and gnustep-base on Android based somewhat
>> on your patches and somewhat on my own work.  Porting a rather large iOS
>> app at the moment and writing GTest cases for where I run into problem
>> between the runtimes.  I'll be starting some new threads on at least two of
>> those a bit later today.
>>
>
> Great to hear! Is your work easily upstreamable?
>
> --
> Ivan Vučica
> i...@vucica.net
>
> _______________________________________________
> Gnustep-dev mailing list
> Gnustep-dev@gnu.org
> https://lists.gnu.org/mailman/listinfo/gnustep-dev
>
>
_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to