Hi,
> >> Currently I build the tests and then scp individual tst_foo binaries >>
> to the
> host and run them manually. In order to fix the initial porting >> problems
> that
> will show up in most tests this is fine.
> >
> > Some tests shall need more than the binary; e.g. data files to act
On 11.04.2018 15:06, Edward Welbourne wrote:
> Alexander Richardson (11 April 2018 10:13)
>> I am currently trying to get Qt to work on the CHERI CPU
>> (http://www.cl.cam.ac.uk/research/security/ctsrd/cheri/cheri-faq.html)
>
> Sounds interesting.
>
>> I have now managed to get the first few unit
On 04/11/2018 02:06 PM, Edward Welbourne wrote:
That sounds like a promising line of enquiry - except that I can't find
where we generate target_wrapper.sh - the word target_wrapper doesn't
appear to exist in our source tree (aside from a couple of .gitignore
files).
The wrapper script is ge
>
> I cannot run the compiler on the target platform due to memory and CPU
> speed constraints so I need to cross-compile everything [3].
> Is there any existing mechanism to run the unit tests on a machine
> other than the compilation host?
Mount the tests on the device (sshfs e.g.), and run the
Thanks Oliver,
Some things has been cleared out in gerrit comments. I would like to
thank Mitch Curtis and J-P Nurmi for help!
I stayed with revision 1 for the time being.
2018-04-11 14:06 GMT+02:00 Olivier Goffart :
> On 2018-04-11 11:00, Tomasz Olszak wrote:
>>
>> Hello,
>> In [1] Michael Brasse
Alexander Richardson (11 April 2018 10:13)
> I am currently trying to get Qt to work on the CHERI CPU
> (http://www.cl.cam.ac.uk/research/security/ctsrd/cheri/cheri-faq.html)
Sounds interesting.
> I have now managed to get the first few unit tests to build and run as
> CHERI pure capability progr
On 2018-04-11 11:00, Tomasz Olszak wrote:
Hello,
In [1] Michael Brasser pointed out that I should introduce new
revision after adding new property to QQmlLoggingCategory.
First question:
1. Why in [2] QQuickTextInput is registered for versions > 9 with
revision 0? I would expect that it should b
Hello,
In [1] Michael Brasser pointed out that I should introduce new
revision after adding new property to QQmlLoggingCategory.
First question:
1. Why in [2] QQuickTextInput is registered for versions > 9 with
revision 0? I would expect that it should be registered with revision
9 for imports >=
Hello,
I am currently trying to get Qt to work on the CHERI CPU
(http://www.cl.cam.ac.uk/research/security/ctsrd/cheri/cheri-faq.html)
running a modified version of FreeBSD.
CHERI is a capability architecture with 128-bit pointers (memory
capabilities) and unlike on most other CPU architectures po