| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 17b92f0 commit 9940dc3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,12 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | // Flags: --expose-gc | |
| 3 | 3 | ||
| 4 | - require('../common'); | ||
| 4 | + const common = require('../common'); | ||
| 5 | + | ||
| 6 | + // On IBMi, the rss memory always returns zero | ||
| 7 | + if (common.isIBMi) | ||
| 8 | + common.skip('On IBMi, the rss memory always returns zero'); | ||
| 9 | + | ||
| 5 | 10 | const v8 = require('v8'); | |
| 6 | 11 | const assert = require('assert'); | |
| 7 | 12 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments