forked from ocaml/ocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#13107 from stedolan/statmemprof-testsuite-ro…
…bustness Improve robustness of statmemprof testsuite (cherry picked from commit 08dcdc5)
- Loading branch information
1 parent
ac20138
commit a325a0c
Showing
8 changed files
with
43 additions
and
54 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,49 +1,40 @@ | ||
2: 0.42 false | ||
Raised by primitive operation at Comballoc.f12 in file "comballoc.ml", line 23, characters 2-19 | ||
Called from Comballoc.test in file "comballoc.ml", line 50, characters 25-50 | ||
Called from Stdlib__List.iter in file "list.ml", line 112, characters 12-15 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-35 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-11 | ||
3: 0.42 false | ||
Raised by primitive operation at Comballoc.f12 in file "comballoc.ml", line 23, characters 6-18 | ||
Called from Comballoc.test in file "comballoc.ml", line 50, characters 25-50 | ||
Called from Stdlib__List.iter in file "list.ml", line 112, characters 12-15 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-35 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-11 | ||
4: 0.42 true | ||
Raised by primitive operation at Comballoc.f5 in file "comballoc.ml", line 18, characters 11-20 | ||
Raised by primitive operation at Comballoc.f5 in file "comballoc.ml", line 18, characters 26-35 | ||
Called from Comballoc.f12 in file "comballoc.ml", line 23, characters 13-17 | ||
Called from Comballoc.test in file "comballoc.ml", line 50, characters 25-50 | ||
Called from Stdlib__List.iter in file "list.ml", line 112, characters 12-15 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-35 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-11 | ||
2: 0.01 false | ||
Raised by primitive operation at Comballoc.f12 in file "comballoc.ml", line 23, characters 2-19 | ||
Called from Comballoc.test in file "comballoc.ml", line 50, characters 25-50 | ||
Called from Stdlib__List.iter in file "list.ml", line 112, characters 12-15 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-35 | ||
Called from Comballoc in file "comballoc.ml", line 82, characters 2-11 | ||
3: 0.01 false | ||
Raised by primitive operation at Comballoc.f12 in file "comballoc.ml", line 23, characters 6-18 | ||
Called from Comballoc.test in file "comballoc.ml", line 50, characters 25-50 | ||
Called from Stdlib__List.iter in file "list.ml", line 112, characters 12-15 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-35 | ||
Called from Comballoc in file "comballoc.ml", line 82, characters 2-11 | ||
4: 0.01 true | ||
Raised by primitive operation at Comballoc.f5 in file "comballoc.ml", line 18, characters 11-20 | ||
Raised by primitive operation at Comballoc.f5 in file "comballoc.ml", line 18, characters 26-35 | ||
Called from Comballoc.f12 in file "comballoc.ml", line 23, characters 13-17 | ||
Called from Comballoc.test in file "comballoc.ml", line 50, characters 25-50 | ||
Called from Stdlib__List.iter in file "list.ml", line 112, characters 12-15 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-35 | ||
Called from Comballoc in file "comballoc.ml", line 82, characters 2-11 | ||
2: 0.83 false | ||
Raised by primitive operation at Comballoc.f12 in file "comballoc.ml", line 23, characters 2-19 | ||
Called from Comballoc.test in file "comballoc.ml", line 50, characters 25-50 | ||
Called from Stdlib__List.iter in file "list.ml", line 112, characters 12-15 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-35 | ||
Called from Comballoc in file "comballoc.ml", line 83, characters 2-11 | ||
3: 0.83 false | ||
Raised by primitive operation at Comballoc.f12 in file "comballoc.ml", line 23, characters 6-18 | ||
Called from Comballoc.test in file "comballoc.ml", line 50, characters 25-50 | ||
Called from Stdlib__List.iter in file "list.ml", line 112, characters 12-15 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-35 | ||
Called from Comballoc in file "comballoc.ml", line 83, characters 2-11 | ||
4: 0.83 true | ||
Raised by primitive operation at Comballoc.f5 in file "comballoc.ml", line 18, characters 11-20 | ||
Raised by primitive operation at Comballoc.f5 in file "comballoc.ml", line 18, characters 26-35 | ||
Called from Comballoc.f12 in file "comballoc.ml", line 23, characters 13-17 | ||
Called from Comballoc.test in file "comballoc.ml", line 50, characters 25-50 | ||
Called from Stdlib__List.iter in file "list.ml", line 112, characters 12-15 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-35 | ||
Called from Comballoc in file "comballoc.ml", line 83, characters 2-11 | ||
OK |
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,49 +1,40 @@ | ||
2: 0.42 false | ||
Raised by primitive operation at Comballoc.f12 in file "comballoc.ml", line 23, characters 2-19 | ||
Called from Comballoc.test in file "comballoc.ml", line 50, characters 25-50 | ||
Called from Stdlib__List.iter in file "list.ml", line 112, characters 12-15 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-35 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-11 | ||
3: 0.42 false | ||
Raised by primitive operation at Comballoc.f12 in file "comballoc.ml", line 23, characters 6-18 | ||
Called from Comballoc.test in file "comballoc.ml", line 50, characters 25-50 | ||
Called from Stdlib__List.iter in file "list.ml", line 112, characters 12-15 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-35 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-11 | ||
4: 0.42 true | ||
Raised by primitive operation at Comballoc.f5 in file "comballoc.ml" (inlined), line 18, characters 11-20 | ||
Raised by primitive operation at Comballoc.f5 in file "comballoc.ml", line 18, characters 26-35 | ||
Called from Comballoc.f12 in file "comballoc.ml", line 23, characters 13-17 | ||
Called from Comballoc.test in file "comballoc.ml", line 50, characters 25-50 | ||
Called from Stdlib__List.iter in file "list.ml", line 112, characters 12-15 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-35 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-11 | ||
2: 0.01 false | ||
Raised by primitive operation at Comballoc.f12 in file "comballoc.ml", line 23, characters 2-19 | ||
Called from Comballoc.test in file "comballoc.ml", line 50, characters 25-50 | ||
Called from Stdlib__List.iter in file "list.ml", line 112, characters 12-15 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-35 | ||
Called from Comballoc in file "comballoc.ml", line 82, characters 2-11 | ||
3: 0.01 false | ||
Raised by primitive operation at Comballoc.f12 in file "comballoc.ml", line 23, characters 6-18 | ||
Called from Comballoc.test in file "comballoc.ml", line 50, characters 25-50 | ||
Called from Stdlib__List.iter in file "list.ml", line 112, characters 12-15 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-35 | ||
Called from Comballoc in file "comballoc.ml", line 82, characters 2-11 | ||
4: 0.01 true | ||
Raised by primitive operation at Comballoc.f5 in file "comballoc.ml" (inlined), line 18, characters 11-20 | ||
Raised by primitive operation at Comballoc.f5 in file "comballoc.ml", line 18, characters 26-35 | ||
Called from Comballoc.f12 in file "comballoc.ml", line 23, characters 13-17 | ||
Called from Comballoc.test in file "comballoc.ml", line 50, characters 25-50 | ||
Called from Stdlib__List.iter in file "list.ml", line 112, characters 12-15 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-35 | ||
Called from Comballoc in file "comballoc.ml", line 82, characters 2-11 | ||
2: 0.83 false | ||
Raised by primitive operation at Comballoc.f12 in file "comballoc.ml", line 23, characters 2-19 | ||
Called from Comballoc.test in file "comballoc.ml", line 50, characters 25-50 | ||
Called from Stdlib__List.iter in file "list.ml", line 112, characters 12-15 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-35 | ||
Called from Comballoc in file "comballoc.ml", line 83, characters 2-11 | ||
3: 0.83 false | ||
Raised by primitive operation at Comballoc.f12 in file "comballoc.ml", line 23, characters 6-18 | ||
Called from Comballoc.test in file "comballoc.ml", line 50, characters 25-50 | ||
Called from Stdlib__List.iter in file "list.ml", line 112, characters 12-15 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-35 | ||
Called from Comballoc in file "comballoc.ml", line 83, characters 2-11 | ||
4: 0.83 true | ||
Raised by primitive operation at Comballoc.f5 in file "comballoc.ml" (inlined), line 18, characters 11-20 | ||
Raised by primitive operation at Comballoc.f5 in file "comballoc.ml", line 18, characters 26-35 | ||
Called from Comballoc.f12 in file "comballoc.ml", line 23, characters 13-17 | ||
Called from Comballoc.test in file "comballoc.ml", line 50, characters 25-50 | ||
Called from Stdlib__List.iter in file "list.ml", line 112, characters 12-15 | ||
Called from Comballoc in file "comballoc.ml", line 81, characters 2-35 | ||
Called from Comballoc in file "comballoc.ml", line 83, characters 2-11 | ||
OK |
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
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