Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved Xtend core performance tests in xtend.performance.tests project #2891

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions org.eclipse.xtend.core.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Export-Package: .;version="2.34.0";x-internal:=true,
bug424839;version="2.34.0";x-internal:=true,
bug424839.sub;version="2.34.0";x-internal:=true,
compound;version="2.34.0";x-internal:=true,
org.eclipse.xtend.core.tests;version="2.34.0";x-internal:=true,
org.eclipse.xtend.core.tests;version="2.34.0";x-friends:="org.eclipse.xtend.performance.tests",
org.eclipse.xtend.core.tests.annotations;version="2.34.0";x-internal:=true,
org.eclipse.xtend.core.tests.compiler;version="2.34.0";x-internal:=true,
org.eclipse.xtend.core.tests.compiler.batch;version="2.34.0";x-internal:=true,
Expand All @@ -61,7 +61,6 @@ Export-Package: .;version="2.34.0";x-internal:=true,
org.eclipse.xtend.core.tests.naming;version="2.34.0";x-internal:=true,
org.eclipse.xtend.core.tests.parser;version="2.34.0",
org.eclipse.xtend.core.tests.parsing;version="2.34.0";x-internal:=true,
org.eclipse.xtend.core.tests.performance;version="2.34.0";x-internal:=true,
org.eclipse.xtend.core.tests.resource;version="2.34.0";x-internal:=true,
org.eclipse.xtend.core.tests.richstring;version="2.34.0";x-internal:=true,
org.eclipse.xtend.core.tests.serializer;version="2.34.0";x-internal:=true,
Expand Down

This file was deleted.

This file was deleted.

44 changes: 0 additions & 44 deletions org.eclipse.xtend.core.tests/xtend.core.tests.slow (xtend).launch

This file was deleted.

44 changes: 0 additions & 44 deletions org.eclipse.xtend.core.tests/xtend.core.tests.slow.launch

This file was deleted.

46 changes: 0 additions & 46 deletions org.eclipse.xtend.ide.tests/xtend.ide.tests.fast-quarantine.launch

This file was deleted.

46 changes: 0 additions & 46 deletions org.eclipse.xtend.ide.tests/xtend.ide.tests.slow.launch

This file was deleted.

5 changes: 5 additions & 0 deletions org.eclipse.xtend.performance.tests/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="xtend-gen">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="testData">
<attributes>
<attribute name="test" value="true"/>
Expand Down
8 changes: 7 additions & 1 deletion org.eclipse.xtend.performance.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@ Require-Bundle: org.eclipse.emf.ecore;bundle-version="2.26.0",
org.eclipse.ui.editors;bundle-version="3.14.300",
org.eclipse.xtext.builder;bundle-version="2.34.0",
org.eclipse.emf.mwe2.launch;bundle-version="2.17.0";resolution:=optional,
org.eclipse.xtext.ui.testing;bundle-version="2.34.0"
org.eclipse.xtext.ui;bundle-version="2.34.0",
org.eclipse.xtext.ui.testing;bundle-version="2.34.0",
org.eclipse.xtend.core.tests;bundle-version="2.34.0",
org.eclipse.xtend.core;bundle-version="2.34.0",
org.eclipse.xtext.testing;bundle-version="2.34.0",
org.eclipse.xtext.java;bundle-version="2.34.0",
org.eclipse.ui.ide;bundle-version="3.13.1"
Automatic-Module-Name: org.eclipse.xtend.performance.tests
3 changes: 2 additions & 1 deletion org.eclipse.xtend.performance.tests/build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source.. = src,\
testData
testData,\
xtend-gen
bin.includes = META-INF/,\
.,\
about.html
Expand Down
Loading
Loading