-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flambda-backend: Fix ocaml/testsuite/tests/backtrace/backtrace_systhr…
…eads
- Loading branch information
Showing
2 changed files
with
6 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,25 @@ | ||
Thread 2 killed on uncaught exception Failure("0") | ||
Raised at Stdlib.failwith in file "stdlib.ml" (inlined), line 34, characters 17-33 | ||
Raised by primitive operation at Backtrace_systhreads.throw_exn in file "backtrace_systhreads.ml", line 10, characters 20-32 | ||
Raised at Stdlib.failwith in file "stdlib.ml", line 34, characters 17-33 | ||
Called from Backtrace_systhreads.thread_func in file "backtrace_systhreads.ml", line 14, characters 6-37 | ||
Re-raised at Backtrace_systhreads.thread_func in file "backtrace_systhreads.ml", line 18, characters 5-14 | ||
Called from Thread.create.(fun) in file "thread.ml", line 51, characters 8-14 | ||
Thread 3 killed on uncaught exception Failure("1") | ||
Raised at Stdlib.failwith in file "stdlib.ml" (inlined), line 34, characters 17-33 | ||
Raised by primitive operation at Backtrace_systhreads.throw_exn in file "backtrace_systhreads.ml", line 10, characters 20-32 | ||
Raised at Stdlib.failwith in file "stdlib.ml", line 34, characters 17-33 | ||
Called from Backtrace_systhreads.thread_func in file "backtrace_systhreads.ml", line 14, characters 6-37 | ||
Re-raised at Backtrace_systhreads.thread_func in file "backtrace_systhreads.ml", line 18, characters 5-14 | ||
Called from Thread.create.(fun) in file "thread.ml", line 51, characters 8-14 | ||
Thread 4 killed on uncaught exception Failure("2") | ||
Raised at Stdlib.failwith in file "stdlib.ml" (inlined), line 34, characters 17-33 | ||
Raised by primitive operation at Backtrace_systhreads.throw_exn in file "backtrace_systhreads.ml", line 10, characters 20-32 | ||
Raised at Stdlib.failwith in file "stdlib.ml", line 34, characters 17-33 | ||
Called from Backtrace_systhreads.thread_func in file "backtrace_systhreads.ml", line 14, characters 6-37 | ||
Re-raised at Backtrace_systhreads.thread_func in file "backtrace_systhreads.ml", line 18, characters 5-14 | ||
Called from Thread.create.(fun) in file "thread.ml", line 51, characters 8-14 | ||
Thread 5 killed on uncaught exception Failure("3") | ||
Raised at Stdlib.failwith in file "stdlib.ml" (inlined), line 34, characters 17-33 | ||
Raised by primitive operation at Backtrace_systhreads.throw_exn in file "backtrace_systhreads.ml", line 10, characters 20-32 | ||
Raised at Stdlib.failwith in file "stdlib.ml", line 34, characters 17-33 | ||
Called from Backtrace_systhreads.thread_func in file "backtrace_systhreads.ml", line 14, characters 6-37 | ||
Re-raised at Backtrace_systhreads.thread_func in file "backtrace_systhreads.ml", line 18, characters 5-14 | ||
Called from Thread.create.(fun) in file "thread.ml", line 51, characters 8-14 | ||
Thread 1 killed on uncaught exception Failure("backtrace") | ||
Raised at Stdlib.failwith in file "stdlib.ml" (inlined), line 34, characters 17-33 | ||
Raised by primitive operation at Backtrace_systhreads.throw_exn in file "backtrace_systhreads.ml", line 10, characters 20-32 | ||
Raised at Stdlib.failwith in file "stdlib.ml", line 34, characters 17-33 | ||
Called from Backtrace_systhreads.thread_backtrace in file "backtrace_systhreads.ml", line 22, characters 6-27 | ||
Re-raised at Backtrace_systhreads.thread_backtrace in file "backtrace_systhreads.ml", line 26, characters 5-14 | ||
Called from Thread.create.(fun) in file "thread.ml", line 51, characters 8-14 |