Skip to content

Commit 8420ab4

Browse files
committed
get old tests out of the way of setup-r-dependencies by renaming .R extension.
1 parent 9cac63d commit 8420ab4

67 files changed

Lines changed: 12 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See README_noscan.txt in ../v1tests.

archived_tests/tests_to_be_fixed/test-TBB-NOTWORKING.R renamed to archived_tests/tests_to_be_fixed/test-TBB-NOTWORKING.R_noscan

File renamed without changes.

archived_tests/tests_to_be_fixed/test-nOptim-NOTWORKING.R renamed to archived_tests/tests_to_be_fixed/test-nOptim-NOTWORKING.R_noscan

File renamed without changes.

archived_tests/tests_to_be_fixed/test-packaging-NOTWORKING.R renamed to archived_tests/tests_to_be_fixed/test-packaging-NOTWORKING.R_noscan

File renamed without changes.

archived_tests/tests_to_be_fixed/test-predefined-NOTWORKING.R renamed to archived_tests/tests_to_be_fixed/test-predefined-NOTWORKING.R_noscan

File renamed without changes.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
These are old tests.
2+
In setting up CI testing using GitHub actions, we used setup-r-dependencies.
3+
This aggressively scans all directories doing static code analysis of .R files
4+
to discover hidden dependencies, for example that may be in testing only.
5+
This causes problems for nCompiler because it does things like dynamically generate
6+
and build packages on the fly, and then check them. So it looks like there are
7+
package dependencies where there aren't. We have worked around this in the
8+
current test suite. However, in retaining these old tests for reference
9+
(eventually they will be removed), we simply renamed the files so they
10+
don't have a .R extension. The new extension is .R_noscan to indicate
11+
they were renamed in order to avoid static code analysis scanning.
File renamed without changes.
File renamed without changes.

archived_tests/v1tests/serialization_test_in_new_R_session.R renamed to archived_tests/v1tests/serialization_test_in_new_R_session.R_noscan

File renamed without changes.

0 commit comments

Comments
 (0)