Re: How can I check why a test fail

2021-03-11 Thread tcam...@mozilla.com
On Thursday, March 11, 2021 at 1:15:42 PM UTC-5, grze...@gmail.com wrote: > Carsten Grzemba schrieb am Donnerstag, 11. März 2021 um 14:25:41 UTC+1: > > Lars Hansen schrieb am Donnerstag, 11. März 2021 um 13:25:45 UTC+1: > > > If you run jit-tests with the options -f --no-xdr it will print out

Re: How can I check why a test fail

2021-03-11 Thread Carsten Grzemba
Carsten Grzemba schrieb am Donnerstag, 11. März 2021 um 14:25:41 UTC+1: > Lars Hansen schrieb am Donnerstag, 11. März 2021 um 13:25:45 UTC+1: > > If you run jit-tests with the options -f --no-xdr it will print out the > > command lines you need to use to run the failed tests individually. > >

Re: How can I check why a test fail

2021-03-11 Thread Carsten Grzemba
Lars Hansen schrieb am Donnerstag, 11. März 2021 um 13:25:45 UTC+1: > If you run jit-tests with the options -f --no-xdr it will print out the > command lines you need to use to run the failed tests individually. > > --lrs > On Thu, Mar 11, 2021 at 12:05 PM Carsten Grzemba wrote: > > > I

Re: How can I check why a test fail

2021-03-11 Thread Lars Hansen
If you run jit-tests with the options -f --no-xdr it will print out the command lines you need to use to run the failed tests individually. --lrs On Thu, Mar 11, 2021 at 12:05 PM Carsten Grzemba wrote: > I attempt to build Firefox for Openindiana (Illumos). Some of the tests > are failing: >

How can I check why a test fail

2021-03-11 Thread Carsten Grzemba
I attempt to build Firefox for Openindiana (Illumos). Some of the tests are failing: Result summary: Passed: 30561 Failed: 480 How can I check what the reason for a failed check is? In the log I see for example: TEST-PASS | js/src/jit-test/tests/wasm/timeout/debug-interrupt-2.js | Success