Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-24 | Up the time limit (globally) for some slow machines | Kostis Sagonas | |
2014-02-24 | Add check so that tests are skipped if HiPE is not available | Kostis Sagonas | |
2014-02-24 | Add a Makefile for the HiPE tests | Kostis Sagonas | |
2014-02-24 | Add tests for the HiPE compiler (Part 1: binaries and bitstrings) | Kostis Sagonas | |
Create tests for the HiPE native code compiler. This is the first part of the effort and contains tests that check that the native code produced by the HiPE compiler for binaries and bitstrings is OK and behaves similarly to the code produced by the BEAM compiler. | |||
2014-02-24 | Disable hipe_SUITE when environment doesn't support it | Tobias Schlager | |
2014-02-24 | Make hipe non-upgradable by setting appup file empty | Tobias Schlager | |
The reason for this is that if you are running a system with native compiled code, then you will have major problems with soft upgrade and the only reasonable way to go is to restart your emulator. Currently there is no instruction that will force ONLY a restart of the emulator, so the solution would be to hand write a relup with only a restart_emulator instruction. By letting hipe.appup be empty, systools will complain and not generate a relup - which should indicate that you might have to write your relup by hand. | |||
2014-02-24 | Add test suites performing app and appup file checks | Tobias Schlager | |
Add the mentioned test suites for *all* library and touched non-library applications. |