Commit cd5f6ed
authored
Avoid flakiness in other.test_exceptions_rethrow_stack_trace_and_message (#20792)
The test checked that "bar " was not contained in the output, but randomly the
name of the directory we run in can contain it... which led to a flake here:
https://logs.chromium.org/logs/emscripten-releases/buildbucket/cr-buildbucket/8763235314082986593/+/u/Emscripten_testsuite__other_/stdout
> at EmscriptenEH (/b/s/w/ir/x/t/emtest_bji7rbs8/emscripten_test_other_2p1hbarc/src.js:714:1)
To reduce that chance practically to nothing make the function name much
longer.1 parent f386451 commit cd5f6ed
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8740 | 8740 | | |
8741 | 8741 | | |
8742 | 8742 | | |
8743 | | - | |
| 8743 | + | |
8744 | 8744 | | |
8745 | 8745 | | |
8746 | 8746 | | |
8747 | 8747 | | |
8748 | | - | |
| 8748 | + | |
8749 | 8749 | | |
8750 | 8750 | | |
8751 | 8751 | | |
| |||
8758 | 8758 | | |
8759 | 8759 | | |
8760 | 8760 | | |
8761 | | - | |
| 8761 | + | |
8762 | 8762 | | |
8763 | 8763 | | |
8764 | 8764 | | |
8765 | 8765 | | |
8766 | | - | |
| 8766 | + | |
8767 | 8767 | | |
8768 | 8768 | | |
8769 | 8769 | | |
| |||
8783 | 8783 | | |
8784 | 8784 | | |
8785 | 8785 | | |
8786 | | - | |
| 8786 | + | |
8787 | 8787 | | |
8788 | 8788 | | |
8789 | | - | |
| 8789 | + | |
8790 | 8790 | | |
8791 | 8791 | | |
8792 | 8792 | | |
| |||
0 commit comments