-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
area: build & ciRelated the build and CI infrastructure of the projectRelated the build and CI infrastructure of the projecteffort1: hourstype: bug/fix
Description
Here is what I get when running gulp test.unit.dart:
[18:44:34] Starting 'build/clean.dart'...
[18:44:34] Starting 'build/clean.tools'...
[18:44:34] Finished 'build/clean.tools' after 1.59 ms
[18:44:34] Starting 'build.tools'...
[18:44:34] Starting '!build.tools'...
[18:44:34] Finished 'build/clean.dart' after 113 ms
[18:44:38] Finished '!build.tools' after 4.43 s
[18:44:38] Finished 'build.tools' after 4.43 s
[18:44:38] Starting 'build/tree.dart'...
[18:44:38] Starting '!build/tree.dart'...
Tree diff: funnel-dest_XKNp9u.tmp, duration: 65ms, 398 changes detected (files: 398, directories: 217)
Slowest Trees | Total
----------------------------------------------+---------------------
Funnel | 926ms
DestCopy | 764ms
Funnel | 701ms
TreeMerger | 677ms
Funnel | 660ms
TreeMerger | 409ms
Funnel | 315ms
Slowest Trees (cumulative) | Total (avg)
----------------------------------------------+---------------------
Funnel (12) | 3388ms (282 ms)
TreeMerger (5) | 1784ms (356 ms)
DestCopy (1) | 764ms
[18:44:44] Finished '!build/tree.dart' after 6.34 s
[18:44:44] Finished 'build/tree.dart' after 6.34 s
[18:44:44] Starting 'test.unit.dart'...
[18:44:44] Starting '!test.unit.dart/karma-server'...
[18:44:45] Finished '!test.unit.dart/karma-server' after 303 ms
[18:44:45] Starting '!test.unit.dart/karma-run'...
INFO [karma]: Karma v0.12.31 server started at http://localhost:9877/
INFO [launcher]: Starting browser Dartium
No captured browser, open http://localhost:9877/
[18:44:45] Finished '!test.unit.dart/karma-run' after 121 ms
INFO [Chrome 39.0.2171 (Windows 7)]: Connected on socket Vmy3Az9So-ZTegeeKgDC with id 83873509
WARN [web-server]: 404: /base/dist/dart/angular2/lib/angular2.dart
WARN [web-server]: 404: /base/dist/dart/angular2/lib/di.dart
WARN [web-server]: 404: /base/dist/dart/angular2/lib/src/test_lib/test_bed.dart
WARN [web-server]: 404: /base/dist/dart/angular2/lib/test_lib.dart
The transpilation from TS to Dart is failing, issue opened in ts2dart repo: dart-archive/ts2dart#157
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: build & ciRelated the build and CI infrastructure of the projectRelated the build and CI infrastructure of the projecteffort1: hourstype: bug/fix