Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [vjet-dev] Getting the VJET issues fixed?

I did run these tests on Kepler M6. The patches that exclude JUnit4 were applied as well as Target Platform was modified due to satisfy the dependencies.
Don't remember any issues than #406710 with tests.

Just note that it was done in M6 times, so many things could be changed in eclipse. I've attached my changes to the target platforms for reference.

Best Regards,
Victor Rubezhny,
Exadel, Inc.

On 05/30/2013 08:48 PM, Justin Early wrote:
No there is another one that I run into before that one.

Tests in error:
   testVjoCtype(org.eclipse.vjet.dsf.comment.parser.BootstrapCommentTest)

This doesn't happen locally in my juno target based workspace. I will need to see what the issue is.

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.15.0:test (default-test) on project org.eclipse.vjet.test.core.jstojava: There are test failures.
[ERROR]
[ERROR] Please refer to /Users/earlyster/Documents/org.eclipse.vjet/org.eclipse.vjet.all/core/test/org.eclipse.vjet.test.core.jstojava/target/surefire-reports for the individual test results.

On May 30, 2013, at 9:46 AM, Victor Rubezhny <vrubezhny@xxxxxxxxxx> wrote:

"Test failures"... Is it about this one: https://bugs.eclipse.org/bugs/show_bug.cgi?id=406710 - JUnit Test fails: TypeConstructResolverExtensionTests.testResolverExtension ?

Regards,
Victor

On 05/30/2013 08:41 PM, Justin Early wrote:
I looked at 406254, 407121, 407014 - which are related to kepler. I have applied these patches but running into some test failures. Will be looking into those test failures next and then get the nightly updated to be kepler compatible.

For JS issues
407603
401250
407293
I started review of these issues. These are next in queue. I hope to get to js issues in next week or sooner.

Thanks,

Justin

On May 30, 2013, at 7:15 AM, Victor Rubezhny <vrubezhny@xxxxxxxxxx> wrote:

Hi, Justin!

Have you had a time to review the issues with patches attached?

These days, according to Christopher Jaun <cmjaun@xxxxxxxxxx>, JSDT team started to review the patches contributed to JSDT and they plan to deliver them to the 3.5.1 maintenance.
So, it's a good time to review VJET's issues and deliver them at the same time with JSDT maintenance or right after that.

Hereafter is the list of most important issues for us that have patches attached:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=407121 - Cannot install VJet into Kepler
https://bugs.eclipse.org/bugs/show_bug.cgi?id=407014 - VJET 0.10 should restrict version of Jetty to [8.1.3,9.0.0) to prevent runtime errors when compiled against Eclipse Kepler (Jetty 9)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=407603 - ArrayIndexOutOfBoundsException in org.eclipse.mod.wst.jsdt.internal.compiler.parser.Parser.consumeEmptyStatement
https://bugs.eclipse.org/bugs/show_bug.cgi?id=401250 - [highlighting] regular expression causes false comment color
https://bugs.eclipse.org/bugs/show_bug.cgi?id=407293 - JavaScript error on valid RegEx when the '/'-char is in character list (inside "[...]" brackets)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=406254 - Start using org.junit.* packages instead of the deprecated org.junit4.* ones

Thanks,
Victor Rubezhny,
Exadel, Inc.


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

Author: vrubezhny <vrubezhny@xxxxxxxxxx>  2013-04-29 20:34:20
Committer: vrubezhny <vrubezhny@xxxxxxxxxx>  2013-04-29 20:34:20
Parent: c6cb589646be265bdda6603347a6f4e7d5353f4f (Bug 406254 - Start using org.junit.* packages instead of the deprecated org.junit4.* ones)
Branch: kepler
Follows: v0.9.1
Precedes: 

    kepler

---------------- features/org.eclipse.vjet.all.repo/vjet.target ----------------
index f7ed347..2a5a544 100644
@@ -21,6 +21,7 @@
 <unit id="javax.xml" version="1.3.4.v201005080400"/>
 <unit id="org.apache.commons.collections" version="0.0.0"/>
 <unit id="org.apache.commons.io" version="0.0.0"/>
+<unit id="org.apache.commons.httpclient" version="0.0.0"/>
 <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository"/>
 </location>
 <location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
@@ -35,8 +36,19 @@
 <unit id="org.eclipse.tm.terminal.ssh" version="0.0.0"/>
 <unit id="org.eclipse.tm.terminal.telnet" version="0.0.0"/>
 <unit id="org.eclipse.tm.terminal.view" version="0.0.0"/>
-<repository location="http://download.eclipse.org/releases/juno"/>
+<repository location="http://download.eclipse.org/releases/kepler"/>
 </location>
+<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.jetty.http" version="0.0.0"/>
+<unit id="org.eclipse.jetty.server" version="0.0.0"/>
+<unit id="org.eclipse.jetty.continuation" version="0.0.0"/>
+<unit id="org.eclipse.jetty.io" version="0.0.0"/>
+<unit id="org.eclipse.jetty.security" version="0.0.0"/>
+<unit id="org.eclipse.jetty.servlet" version="0.0.0"/>
+<unit id="org.eclipse.jetty.util" version="0.0.0"/>
+<repository location="http://download.eclipse.org/jetty/updates/jetty-wtp"/>
+</location>
+
 <location path="${eclipse_home}" type="Directory"/>
 </locations>
 </target>

----------- features/org.eclipse.vjet.js.ide/vjetdependencies.target -----------
index e415b42..e0c9b9c 100644
@@ -11,5 +11,8 @@
 <unit id="org.apache.commons.io.source" version="2.0.1.v201105210651"/>
 <repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/"/>
 </location>
+<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<repository location="http://download.eclipse.org/jetty/updates/jetty-wtp"/>
+</location>
 </locations>
 </target>

Back to the top