Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Side by Side Diff: tests/compiler/dart2js/serialization/compilation_test_helper.dart

Issue 2096423002: Split long-running serialization tests to avoid timeouts (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 library dart2js.serialization_compilation_test; 5 library dart2js.serialization_compilation_test;
6 6
7 import 'dart:async'; 7 import 'dart:async';
8 import 'package:async_helper/async_helper.dart'; 8 import 'package:async_helper/async_helper.dart';
9 import 'package:compiler/src/compiler.dart'; 9 import 'package:compiler/src/compiler.dart';
10 import 'package:compiler/src/filenames.dart'; 10 import 'package:compiler/src/filenames.dart';
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 entryPoint: entryPoint, 48 entryPoint: entryPoint,
49 memorySourceFiles: sourceFiles, 49 memorySourceFiles: sourceFiles,
50 resolutionInputs: resolutionInputs, 50 resolutionInputs: resolutionInputs,
51 options: [], 51 options: [],
52 outputProvider: outputCollector); 52 outputProvider: outputCollector);
53 if (verbose) { 53 if (verbose) {
54 print(outputCollector.getOutput('', 'js')); 54 print(outputCollector.getOutput('', 'js'));
55 } 55 }
56 } 56 }
57 57
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/serialization/compilation_test.dart ('k') | tests/compiler/dart2js/serialization/model1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698