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
f53219bf
Commit
f53219bf
authored
6 years ago
by
stepan
Browse files
Options
Downloads
Patches
Plain Diff
Add output filters for the 'compare' package
parent
c7adf0d8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
com.oracle.truffle.r.test.packages/test.output.filter
+17
-2
17 additions, 2 deletions
com.oracle.truffle.r.test.packages/test.output.filter
with
17 additions
and
2 deletions
com.oracle.truffle.r.test.packages/test.output.filter
+
17
−
2
View file @
f53219bf
...
...
@@ -40,5 +40,20 @@
# for all packages: delete line containing 'detaching ‘package:grid’'
.* => D/detaching ‘package:grid’
# for iterators:
iterators => D/Warning: closing unused connection 3
\ No newline at end of file
# for individual packages:
# ------
iterators => D/Warning: closing unused connection 3
# ------
# compare generates syntax error, GNUR unlike FastR provides some more details on the following 3 lines
# FastR syntax error
compare => D/Error in source(filename, local = TRUE) : parse error
# GNUR syntax error does not have "parse error"
compare => D+3/Error in source(filename, local = TRUE) :
# different list elements order: list created from env with env2list(... sorted=F)
# we remove the list item value and one line before, which will be the attribute name "$class"
# plus we remove factor's "Levels" followed by the attribute value
compare => D-1/[1] poor poor poor middle middle middle
compare => D/Levels: poor middle
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