| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,12 @@ | |||
| 22 | 22 | 'use strict'; | |
| 23 | 23 | // Flags: --max_old_space_size=32 | |
| 24 | 24 | ||
| 25 | - require('../common'); | ||
| 25 | + const common = require('../common'); | ||
| 26 | + | ||
| 27 | + if (process.config.variables.asan) { | ||
| 28 | + common.skip('ASAN messes with memory measurements'); | ||
| 29 | + } | ||
| 30 | + | ||
| 26 | 31 | const assert = require('assert'); | |
| 27 | 32 | const vm = require('vm'); | |
| 28 | 33 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments