Lines Matching full:warnings
22 console.log('\n# Check snapshot scripts that do not emit warnings.');
60 'warnings and --trace-warnings hint.');
79 match = child.stderr.toString().match(/Use `node --trace-warnings/g);
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');
111 '--redirect-warnings',
130 match = warnings1.match(/Use `node --trace-warnings/g);
140 '--redirect-warnings',
158 match = warnings2.match(/Use `node --trace-warnings/g);