Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » 47 failures in ocl.tests, is that the right number?
47 failures in ocl.tests, is that the right number? [message #25439] Fri, 24 February 2006 10:10 Go to next message
Eclipse UserFriend
Originally posted by: waterine.hotmail.com

Hi, I ran the ocl.test, got the result below:

Runs: 503/503 Errors: 0 Failures: 47

Is it allright?
Re: 47 failures in ocl.tests, is that the right number? [message #25481 is a reply to message #25439] Fri, 24 February 2006 12:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: cdamus.ca.ibm.com

Whoa! 503 tests is definitely not the right number; far too many.

How did you run the tests? It sounds like you did a "run all tests in
project" but that includes the AllTests class, which runs all of the tests.

I expect some of the tests will fail if they are run a second time.

Just run the org.eclipse.emf.ocl.tests.AllTests and you'll be fine.

cW

Waterine wrote:

> Hi, I ran the ocl.test, got the result below:
>
> Runs: 503/503 Errors: 0 Failures: 47
>
> Is it allright?
Re: 47 failures in ocl.tests, is that the right number? [message #25638 is a reply to message #25481] Fri, 24 February 2006 18:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: codeslave.ca.ibm.com

For the latest ocl driver from last week, there should be 153 tests w/
zero failures or errors.

Here's how to figure that out, plus a truckload of extra test-related
information if you want it. ;-)

http://eclipse.org/emft/
-> click a "download" link
http://download.eclipse.org/technology/emft/downloads/
-> click a "success" link
http://download.eclipse.org/technology/emft/ocl/downloads/dr ops/1.0.0/I200602161029/testResults.php
-> click a link under "tests performed"
http://download.eclipse.org/technology/emft/ocl/downloads/dr ops/1.0.0/I200602161029/testresults/html/org.eclipse.emf.ocl .tests_linux.gtk.html
(scroll to the bottom and click "properties" for even more information)

For console output, you can click the link under "console logs" at the
testResults.php page (above), and get here:

http://download.eclipse.org/technology/emft/ocl/downloads/dr ops/1.0.0/I200602161029/consoleLogs.php
-> click console log link
http://download.eclipse.org/technology/emft/ocl/downloads/dr ops/1.0.0/I200602161029/testresults/consolelogs/linux.gtk_co nsolelog.txt

Cheers,

Nick

Christian W. Damus wrote:
> Whoa! 503 tests is definitely not the right number; far too many.
>
> How did you run the tests? It sounds like you did a "run all tests in
> project" but that includes the AllTests class, which runs all of the tests.
>
> I expect some of the tests will fail if they are run a second time.
>
> Just run the org.eclipse.emf.ocl.tests.AllTests and you'll be fine.
>
> cW
>
> Waterine wrote:
>
>> Hi, I ran the ocl.test, got the result below:
>>
>> Runs: 503/503 Errors: 0 Failures: 47
>>
>> Is it allright?
>
Re: 47 failures in ocl.tests, is that the right number? [message #25887 is a reply to message #25638] Sat, 25 February 2006 05:31 Go to previous message
Eclipse UserFriend
Originally posted by: waterine.hotmail.com

Everything goes right now, thanks a lot!


Nick Boldt wrote:

> For the latest ocl driver from last week, there should be 153 tests w/
> zero failures or errors.

> Here's how to figure that out, plus a truckload of extra test-related
> information if you want it. ;-)

> http://eclipse.org/emft/
> -> click a "download" link
> http://download.eclipse.org/technology/emft/downloads/
> -> click a "success" link
>
http://download.eclipse.org/technology/emft/ocl/downloads/dr ops/1.0.0/I200602161029/testResults.php
> -> click a link under "tests performed"
>
http://download.eclipse.org/technology/emft/ocl/downloads/dr ops/1.0.0/I200602161029/testresults/html/org.eclipse.emf.ocl .tests_linux.gtk.html
> (scroll to the bottom and click "properties" for even more information)

> For console output, you can click the link under "console logs" at the
> testResults.php page (above), and get here:

>
http://download.eclipse.org/technology/emft/ocl/downloads/dr ops/1.0.0/I200602161029/consoleLogs.php
> -> click console log link
>
http://download.eclipse.org/technology/emft/ocl/downloads/dr ops/1.0.0/I200602161029/testresults/consolelogs/linux.gtk_co nsolelog.txt

> Cheers,

> Nick

> Christian W. Damus wrote:
>> Whoa! 503 tests is definitely not the right number; far too many.
>>
>> How did you run the tests? It sounds like you did a "run all tests in
>> project" but that includes the AllTests class, which runs all of the tests.
>>
>> I expect some of the tests will fail if they are run a second time.
>>
>> Just run the org.eclipse.emf.ocl.tests.AllTests and you'll be fine.
>>
>> cW
>>
>> Waterine wrote:
>>
>>> Hi, I ran the ocl.test, got the result below:
>>>
>>> Runs: 503/503 Errors: 0 Failures: 47
>>>
>>> Is it allright?
>>
Re: 47 failures in ocl.tests, is that the right number? [message #569696 is a reply to message #25439] Fri, 24 February 2006 12:12 Go to previous message
Eclipse UserFriend
Originally posted by: cdamus.ca.ibm.com

Whoa! 503 tests is definitely not the right number; far too many.

How did you run the tests? It sounds like you did a "run all tests in
project" but that includes the AllTests class, which runs all of the tests.

I expect some of the tests will fail if they are run a second time.

Just run the org.eclipse.emf.ocl.tests.AllTests and you'll be fine.

cW

Waterine wrote:

> Hi, I ran the ocl.test, got the result below:
>
> Runs: 503/503 Errors: 0 Failures: 47
>
> Is it allright?
Re: 47 failures in ocl.tests, is that the right number? [message #569814 is a reply to message #25481] Fri, 24 February 2006 18:53 Go to previous message
Nick Boldt is currently offline Nick BoldtFriend
Messages: 481
Registered: July 2009
Senior Member
For the latest ocl driver from last week, there should be 153 tests w/
zero failures or errors.

Here's how to figure that out, plus a truckload of extra test-related
information if you want it. ;-)

http://eclipse.org/emft/
-> click a "download" link
http://download.eclipse.org/technology/emft/downloads/
-> click a "success" link
http://download.eclipse.org/technology/emft/ocl/downloads/dr ops/1.0.0/I200602161029/testResults.php
-> click a link under "tests performed"
http://download.eclipse.org/technology/emft/ocl/downloads/dr ops/1.0.0/I200602161029/testresults/html/org.eclipse.emf.ocl .tests_linux.gtk.html
(scroll to the bottom and click "properties" for even more information)

For console output, you can click the link under "console logs" at the
testResults.php page (above), and get here:

http://download.eclipse.org/technology/emft/ocl/downloads/dr ops/1.0.0/I200602161029/consoleLogs.php
-> click console log link
http://download.eclipse.org/technology/emft/ocl/downloads/dr ops/1.0.0/I200602161029/testresults/consolelogs/linux.gtk_co nsolelog.txt

Cheers,

Nick

Christian W. Damus wrote:
> Whoa! 503 tests is definitely not the right number; far too many.
>
> How did you run the tests? It sounds like you did a "run all tests in
> project" but that includes the AllTests class, which runs all of the tests.
>
> I expect some of the tests will fail if they are run a second time.
>
> Just run the org.eclipse.emf.ocl.tests.AllTests and you'll be fine.
>
> cW
>
> Waterine wrote:
>
>> Hi, I ran the ocl.test, got the result below:
>>
>> Runs: 503/503 Errors: 0 Failures: 47
>>
>> Is it allright?
>
Re: 47 failures in ocl.tests, is that the right number? [message #570056 is a reply to message #25638] Sat, 25 February 2006 05:31 Go to previous message
Eclipse UserFriend
Originally posted by: waterine.hotmail.com

Everything goes right now, thanks a lot!


Nick Boldt wrote:

> For the latest ocl driver from last week, there should be 153 tests w/
> zero failures or errors.

> Here's how to figure that out, plus a truckload of extra test-related
> information if you want it. ;-)

> http://eclipse.org/emft/
> -> click a "download" link
> http://download.eclipse.org/technology/emft/downloads/
> -> click a "success" link
>
http://download.eclipse.org/technology/emft/ocl/downloads/dr ops/1.0.0/I200602161029/testResults.php
> -> click a link under "tests performed"
>
http://download.eclipse.org/technology/emft/ocl/downloads/dr ops/1.0.0/I200602161029/testresults/html/org.eclipse.emf.ocl .tests_linux.gtk.html
> (scroll to the bottom and click "properties" for even more information)

> For console output, you can click the link under "console logs" at the
> testResults.php page (above), and get here:

>
http://download.eclipse.org/technology/emft/ocl/downloads/dr ops/1.0.0/I200602161029/consoleLogs.php
> -> click console log link
>
http://download.eclipse.org/technology/emft/ocl/downloads/dr ops/1.0.0/I200602161029/testresults/consolelogs/linux.gtk_co nsolelog.txt

> Cheers,

> Nick

> Christian W. Damus wrote:
>> Whoa! 503 tests is definitely not the right number; far too many.
>>
>> How did you run the tests? It sounds like you did a "run all tests in
>> project" but that includes the AllTests class, which runs all of the tests.
>>
>> I expect some of the tests will fail if they are run a second time.
>>
>> Just run the org.eclipse.emf.ocl.tests.AllTests and you'll be fine.
>>
>> cW
>>
>> Waterine wrote:
>>
>>> Hi, I ran the ocl.test, got the result below:
>>>
>>> Runs: 503/503 Errors: 0 Failures: 47
>>>
>>> Is it allright?
>>
Previous Topic:[Announce] EMFT EODM 1.0.0M5 is available
Next Topic:Can not use UM to download M5 build
Goto Forum:
  


Current Time: Fri Apr 19 19:24:39 GMT 2024

Powered by FUDForum. Page generated in 0.03801 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top