Merge pull request #2787 from Microsoft/APISamplesBaselines

Don't run typewriter tests on the APISamples.  It's too noisy.
This commit is contained in:
CyrusNajmabadi
2015-04-15 18:18:12 -07:00
9 changed files with 4 additions and 1717 deletions

View File

@@ -253,6 +253,10 @@ class CompilerBaselineRunner extends RunnerBase {
});
it('Correct type baselines for ' + fileName, () => {
if (fileName.indexOf("APISample") >= 0) {
return;
}
// NEWTODO: Type baselines
if (result.errors.length === 0) {
// The full walker simulates the types that you would get from doing a full