-
Bug
-
Resolution: Fixed
-
P2
-
7, 9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084570 | emb-9 | Jaroslav Bachorík | P2 | Resolved | Fixed | team |
JDK-8086855 | 8u65 | Jaroslav Bachorík | P2 | Resolved | Fixed | b01 |
JDK-8077387 | 8u60 | Jaroslav Bachorík | P2 | Closed | Fixed | b12 |
JDK-8138015 | emb-8u65 | Unassigned | P2 | Resolved | Fixed | b01 |
JDK-8079023 | emb-8u60 | Jaroslav Bachorík | P2 | Resolved | Fixed | team |
----------messages:(3/121)----------
command: shell TestTotalSwap.sh
reason: User specified action: run shell TestTotalSwap.sh
elapsed time (seconds): 0.014
----------System.out:(0/0)----------
----------System.err:(0/0)----------
test result: Failed. Execution failed: exit code 2
This happens on several OS X 10.10.* machines. Checked the machine:
$ /usr/sbin/sysctl -n vm.swapusage
total = 0.00M used = 0.00M free = 0.00M (encrypted)
And in this case, test will just fail at:
Darwin )
# $ sysctl -n vm.swapusage
# total = 8192.00M used = 7471.11M free = 720.89M (encrypted)
swap=`/usr/sbin/sysctl -n vm.swapusage | awk '{ print $3 }' | awk -F . '{ print $1 }'` || exit 2
OS X may have swap disabled, in this case, should test skip itself (and pass) instead of exit 2?
- backported by
-
JDK-8079023 [TEST_BUG] com/sun/management/OperatingSystemMXBean/TestTotalSwap.sh fails on OS X with exit code 2
-
- Resolved
-
-
JDK-8084570 [TEST_BUG] com/sun/management/OperatingSystemMXBean/TestTotalSwap.sh fails on OS X with exit code 2
-
- Resolved
-
-
JDK-8086855 [TEST_BUG] com/sun/management/OperatingSystemMXBean/TestTotalSwap.sh fails on OS X with exit code 2
-
- Resolved
-
-
JDK-8138015 [TEST_BUG] com/sun/management/OperatingSystemMXBean/TestTotalSwap.sh fails on OS X with exit code 2
-
- Resolved
-
-
JDK-8077387 [TEST_BUG] com/sun/management/OperatingSystemMXBean/TestTotalSwap.sh fails on OS X with exit code 2
-
- Closed
-