Re: [Development] How to run QtBase autotests on a remote machine?

2018-04-11 Thread Maurice Kalinowski
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

Re: [Development] How to run QtBase autotests on a remote machine?

2018-04-11 Thread Kari Oikarinen
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

Re: [Development] How to run QtBase autotests on a remote machine?

2018-04-11 Thread Joerg Bornemann
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

Re: [Development] How to run QtBase autotests on a remote machine?

2018-04-11 Thread Tor Arne Vestbø
> > 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

Re: [Development] Conventions for using qmlRegisterType in qtdeclarative

2018-04-11 Thread Tomasz Olszak
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

Re: [Development] How to run QtBase autotests on a remote machine?

2018-04-11 Thread Edward Welbourne
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

Re: [Development] Conventions for using qmlRegisterType in qtdeclarative

2018-04-11 Thread Olivier Goffart
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

[Development] Conventions for using qmlRegisterType in qtdeclarative

2018-04-11 Thread Tomasz Olszak
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 >=

[Development] How to run QtBase autotests on a remote machine?

2018-04-11 Thread Alexander Richardson
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