Lines Matching +full:- +full:- +full:strict +full:- +full:warnings
1 'use strict';
22 console.log('\n# Check snapshot scripts that do not emit warnings.');
24 '--snapshot-blob',
26 '--build-snapshot',
41 '--snapshot-blob',
60 'warnings and --trace-warnings hint.');
62 '--snapshot-blob',
64 '--build-snapshot',
79 match = child.stderr.toString().match(/Use `node --trace-warnings/g);
83 '--snapshot-blob',
95 // Warnings should not be handled more than once.
98 match = child.stderr.toString().match(/Use `node --trace-warnings/g);
104 console.log('\n# Check --redirect-warnings');
105 const warningFile1 = path.join(tmpdir.path, 'warnings.txt');
109 '--snapshot-blob',
111 '--redirect-warnings',
113 '--build-snapshot',
130 match = warnings1.match(/Use `node --trace-warnings/g);
138 '--snapshot-blob',
140 '--redirect-warnings',
158 match = warnings2.match(/Use `node --trace-warnings/g);