Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] CBI Tests for macosx

To clarify, when I unzipped the junit tests zip file and ran the runtests script it requires a few options to be passed. At first I passed the following options

  sh runtests.sh -os macosx -ws cocoa -arch x86_64

however running that command returned an error

The os, ws, and arch values are either invalid or are an invalid combination.


So I decided to take a look inside the script to find out what the valid parameters are. It seems for macosx the valid options are:

macosx-cocoa-ppc
macosx-cocoa-x86

For other OSes such as Linux there are x86 and x86_64 options available.


Thanh

On 04/10/2012 01:34 PM, Igor Fedorenko wrote:
Why do you say "junit tests only support x86 for macosx"? I'd expect
vast majority of OSX users to be running x86_64 version of Java, so
testing with x86 seems rather odd requirement/limitation.

--
Regards,
Igor

On 12-04-10 10:00 AM, Thanh Ha wrote:
Hi Everyone,

I was able to build a the platform on macosx but noticed the build
outputs an x86_64 package. However the junit tests only support x86 for
macosx. I was wondering if this is expected?


Thanh
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev




Back to the top