Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QueryR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Lopez
QueryR
Commits
eeb2f9b5
Commit
eeb2f9b5
authored
9 years ago
by
Adam Welc
Browse files
Options
Downloads
Plain Diff
Merged.
parents
f6b2d1ec
ad574042
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mx.fastr/mx_fastr.py
+2
-2
2 additions, 2 deletions
mx.fastr/mx_fastr.py
mx.fastr/suite.py
+1
-1
1 addition, 1 deletion
mx.fastr/suite.py
with
3 additions
and
3 deletions
mx.fastr/mx_fastr.py
+
2
−
2
View file @
eeb2f9b5
...
...
@@ -180,7 +180,7 @@ def gate(args):
'''
Run the R gate
'''
# exclude findbugs until compliant
mx_gate
.
gate
(
args
+
[
'
-x
'
,
'
-t
'
,
'
BuildJavaWithEcj,
FindBugs,Checkheaders,Checkstyle,Distribution Overlap Check
'
])
mx_gate
.
gate
(
args
+
[
'
-x
'
,
'
-t
'
,
'
FindBugs,Checkheaders,Checkstyle,Distribution Overlap Check
,BuildJavaWithEcj
'
])
def
_test_harness_body
(
args
,
vmArgs
):
'''
the callback from mx.test
'''
...
...
@@ -439,7 +439,7 @@ def load_optional_suite(name, rev):
mx
.
build_suite
(
opt_suite
)
return
opt_suite
_r_apptests_rev
=
'
cc69f8746262ee36704b9627346309
9f
1
89
fb6d
4
'
_r_apptests_rev
=
'
9594f2e87ecec87a5bbe4e
9f89
c6a1810f982c6
4
'
_r_benchmarks_rev
=
'
8015c2260bf971904a9bf7e49eceb974117cd514
'
def
mx_post_parse_cmd_line
(
opts
):
...
...
This diff is collapsed.
Click to expand it.
mx.fastr/suite.py
+
1
−
1
View file @
eeb2f9b5
...
...
@@ -21,7 +21,7 @@
# questions.
#
suite
=
{
"
mxversion
"
:
"
5.5.
8
"
,
"
mxversion
"
:
"
5.5.
15
"
,
"
name
"
:
"
fastr
"
,
"
imports
"
:
{
"
suites
"
:
[
...
...
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