Commit e94989d
authored
Automatically report exit status in browser tests (emscripten-core#12928)
This means that tests don't necessarily need to call REPORT_RESULT.
I'm going to be taking advantage of this in emscripten-core#12923.
Also, don't initialize EXIT_STATUS to zero, but leave it as undefined.
It seems useful to be able to tell the diference between a program that
exits with a zero status and one that has not in fact exited yet.1 parent 9e03037 commit e94989d
3 files changed
Lines changed: 27 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | | - | |
11 | 12 | | |
12 | | - | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1484 | 1484 | | |
1485 | 1485 | | |
1486 | 1486 | | |
1487 | | - | |
| 1487 | + | |
1488 | 1488 | | |
1489 | 1489 | | |
1490 | 1490 | | |
1491 | 1491 | | |
1492 | | - | |
1493 | | - | |
1494 | | - | |
1495 | | - | |
1496 | | - | |
| 1492 | + | |
| 1493 | + | |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
| 1499 | + | |
1497 | 1500 | | |
1498 | 1501 | | |
1499 | 1502 | | |
1500 | 1503 | | |
1501 | 1504 | | |
1502 | | - | |
| 1505 | + | |
| 1506 | + | |
1503 | 1507 | | |
1504 | 1508 | | |
1505 | 1509 | | |
| |||
1523 | 1527 | | |
1524 | 1528 | | |
1525 | 1529 | | |
1526 | | - | |
| 1530 | + | |
1527 | 1531 | | |
1528 | 1532 | | |
1529 | 1533 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2400 | 2400 | | |
2401 | 2401 | | |
2402 | 2402 | | |
| 2403 | + | |
2403 | 2404 | | |
2404 | 2405 | | |
2405 | | - | |
| 2406 | + | |
2406 | 2407 | | |
2407 | 2408 | | |
2408 | | - | |
| 2409 | + | |
| 2410 | + | |
2409 | 2411 | | |
2410 | 2412 | | |
2411 | | - | |
| 2413 | + | |
2412 | 2414 | | |
2413 | 2415 | | |
2414 | 2416 | | |
| |||
4539 | 4541 | | |
4540 | 4542 | | |
4541 | 4543 | | |
4542 | | - | |
4543 | 4544 | | |
4544 | 4545 | | |
4545 | 4546 | | |
4546 | 4547 | | |
4547 | 4548 | | |
4548 | 4549 | | |
4549 | | - | |
| 4550 | + | |
4550 | 4551 | | |
4551 | 4552 | | |
4552 | 4553 | | |
| |||
4557 | 4558 | | |
4558 | 4559 | | |
4559 | 4560 | | |
4560 | | - | |
| 4561 | + | |
4561 | 4562 | | |
4562 | 4563 | | |
4563 | 4564 | | |
| |||
0 commit comments