beehive-lab / TornadoVM

TornadoVM: A practical and efficient heterogeneous programming framework for managed languages
https://www.tornadovm.org
Apache License 2.0
1.18k stars 113 forks source link

Remove writeFile for Julia in unit-test #438

Closed jjfumero closed 4 months ago

jjfumero commented 4 months ago

Description

To avoid permission problems in our Jenkins servers, this PR deletes the write output to a file for one of the unit-tests. The unit-test itself checks the output.

Problem description

The issue is in the permissions of our Jenkins server, only to allow write permissions for one of the tests in the whole test suite. To avoid this, the test in particular can completely avoid writing to disk. In fact, the test already checks all results in memory, thus, there is no need to write the file.

Backend/s tested

Mark the backends affected by this PR.

OS tested

Mark the OS where this PR is tested.

Did you check on FPGAs?

If it is applicable, check your changes on FPGAs.

How to test the new patch?

make
tornado-test -V --fast uk.ac.manchester.tornado.unittests.compute.ComputeTests