Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Webtools Releng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
webtools
Releng
Webtools Releng
Commits
508f860c
Commit
508f860c
authored
15 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
285383 need a Helios build stream
parent
815e965b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
releng.wtpbuilder/distribution/wtp.tests/build.xml
+23
-26
23 additions, 26 deletions
releng.wtpbuilder/distribution/wtp.tests/build.xml
releng.wtpbuilder/distribution/wtp.tests/standaloneTest.xml
+16
-17
16 additions, 17 deletions
releng.wtpbuilder/distribution/wtp.tests/standaloneTest.xml
with
39 additions
and
43 deletions
releng.wtpbuilder/distribution/wtp.tests/build.xml
+
23
−
26
View file @
508f860c
...
...
@@ -90,26 +90,26 @@
</copy>
<echo
message=
"BASEOS: ${env.BASEOS} BASEWS: ${env.BASEWS} BASEARCH: ${env.BASEARCH} "
/>
<ant
antfile=
"${test.component.dir}/testdependency.xml"
target=
"get"
>
<!-- for this distribution, dependencies come from releng.
assume no subdirectory, if not otherwise set (bug 285383).
<!--
for this distribution, dependencies come from releng. Assume
no subdirectory, if not otherwise set (bug 285383).
-->
<property
name=
"env.DEP_DIR"
value=
""
/>
<property
name=
"env.DEP_DIR"
value=
""
/>
<property
name=
"dependency.properties"
value=
"${buildDirectory}/maps/${env.RELENG}${env.DEP_DIR}/maps/dependencies.properties"
/>
<available
file=
"${dependency.properties}"
property=
"dependency.properties.exists"
/>
<fail
message=
"dependancy file not found: ${dependency.properties}"
unless=
"dependency.properties.exists"
/>
<property
<available
file=
"${dependency.properties}"
property=
"dependency.properties.exists"
/>
<fail
message=
"dependancy file not found: ${dependency.properties}"
unless=
"dependency.properties.exists"
/>
<ant
antfile=
"${test.component.dir}/testdependency.xml"
target=
"get"
>
<property
name=
"base.install.dir"
value=
"${testRoot}"
/>
</ant>
...
...
@@ -169,12 +169,9 @@
time out may need to be set/adjust for api or performance tests?
This testTimeLimit is the whole, overall limit on tests. There's
a shorter one for individual suites. some common values, of
milliseconds to more recognizable units:
14400000: 4 hours
7200000: 2 hours
3600000: 1 hour
1800000: 30 minutes
600000: 10 minutes
milliseconds to more recognizable units: 14400000: 4 hours
7200000: 2 hours 3600000: 1 hour 1800000: 30 minutes 600000: 10
minutes
-->
<property
name=
"testTimeLimit"
...
...
@@ -321,10 +318,10 @@
value=
"-DbuildLabel=${buildLabel}"
/>
<jvmarg
value=
"-Dplugin-path=${plugin-path}"
/>
<!-- IBM_JAVA_OPTIONS contains JIT work arounds for bug 284441 -->
<env
key=
"IBM_JAVA_OPTIONS"
value=
"-Xjit:exclude={org/eclipse/jst/jsp/core/internal/parser/internal/JSPTokenizer.primGetNextToken()Ljava/lang/String;},exclude={org/eclipse/jst/jsp/core/internal/parser/internal/JSPTokenizer.%lt;init%gt;(Ljava/io/Reader;)V},exclude={org/eclipse/wst/html/core/internal/contenttype/HTMLHeadTokenizer.primGetNextToken()Ljava/lang/String;}"
/>
<!-- IBM_JAVA_OPTIONS contains JIT work arounds for bug 284441 -->
<env
key=
"IBM_JAVA_OPTIONS"
value=
"-Xjit:exclude={org/eclipse/jst/jsp/core/internal/parser/internal/JSPTokenizer.primGetNextToken()Ljava/lang/String;},exclude={org/eclipse/jst/jsp/core/internal/parser/internal/JSPTokenizer.%lt;init%gt;(Ljava/io/Reader;)V},exclude={org/eclipse/wst/html/core/internal/contenttype/HTMLHeadTokenizer.primGetNextToken()Ljava/lang/String;}"
/>
</java>
<echo
message=
"wtpmasterjunitresult ${wtpmasterjunitresult}"
/>
...
...
This diff is collapsed.
Click to expand it.
releng.wtpbuilder/distribution/wtp.tests/standaloneTest.xml
+
16
−
17
View file @
508f860c
...
...
@@ -26,6 +26,22 @@
<property
name=
"testRoot"
value=
"${env.PROJECT_TESTS}"
/>
<!--
for this distribution, dependencies come from releng. assume no
subdirectory, if not otherwise set (bug 285383).
-->
<property
name=
"env.DEP_DIR"
value=
""
/>
<property
name=
"dependency.properties"
value=
"${buildDirectory}/maps/${env.RELENG}${env.DEP_DIR}/maps/dependencies.properties"
/>
<available
file=
"${dependency.properties}"
property=
"dependency.properties.exists"
/>
<fail
message=
"dependancy file not found: ${dependency.properties}"
unless=
"dependency.properties.exists"
/>
<target
name=
"main"
>
<property
...
...
@@ -43,23 +59,6 @@
dir=
"${testRoot}"
/>
<antcall
target=
"getReleng"
/>
<!-- for this distribution, dependencies come from releng.
assume no subdirectory, if not otherwise set (bug 285383).
-->
<property
name=
"env.DEP_DIR"
value=
""
/>
<property
name=
"dependency.properties"
value=
"${buildDirectory}/maps/${env.RELENG}${env.DEP_DIR}/maps/dependencies.properties"
/>
<available
file=
"${dependency.properties}"
property=
"dependency.properties.exists"
/>
<fail
message=
"dependancy file not found: ${dependency.properties}"
unless=
"dependency.properties.exists"
/>
<antcall
target=
"getDependencies"
/>
<antcall
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment