Report
[FAILURE] oss-swift-package-linux-ubuntu-14_04 [#3610]
Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/3610/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Fri, 26 Jul 2019 04:44:58 -0500
Build duration:
2 hr 39 min
Changes
-
Commit 6a970a87361fd72e53299e7f82fb41064fd356be by dgregor:
[Constraint solver] Reimplement connected components using constraints.- edit: lib/Sema/ConstraintGraph.cpp
- edit: lib/Sema/ConstraintGraph.h
-
Commit 6737cf9fb81c2eec4e22a943e0fe3445bfc0cf59 by dgregor:
[Constraint graph] Generalize the implementation of depth-first search.- edit: lib/Sema/ConstraintGraph.cpp
-
Commit 54bdd7b840721523f363e343d7b25997a8a332fe by dgregor:
[Constraint solver] Migrate ConstraintGraph::gatherConstraints() off- edit: lib/Sema/ConstraintGraph.cpp
- edit: test/Constraints/patterns.swift
- edit: test/Constraints/generics.swift
-
Commit dfdd352d3d236851a0e5b7fb93d1286966032089 by dgregor:
[Constraint graph] Eliminate adjacency information in the graph nodes.- edit: lib/Sema/ConstraintGraph.h
- edit: lib/Sema/ConstraintGraph.cpp
-
Commit 8355f3d270ef3557edaf7fe823d9df321db8ef81 by dgregor:
[Constraint graph] Move constraint uniquing into gatherConstraints().- edit: lib/Sema/ConstraintGraph.cpp
- edit: lib/Sema/ConstraintSystem.cpp
- edit: lib/Sema/ConstraintGraph.h
- edit: lib/Sema/CSBindings.cpp
- edit: lib/Sema/CSGen.cpp
- edit: lib/Sema/CSSimplify.cpp
- edit: lib/Sema/CSSolver.cpp
- edit: lib/Sema/CSDiag.cpp
-
Commit 0c13a4b759c860da6ed34fd82e07e86a9803ba16 by jgroff:
Check default init before synthesizing wrapper backing properties.- edit: lib/AST/Decl.cpp
- edit: lib/Sema/CodeSynthesis.cpp
- edit: test/SILOptimizer/di_property_wrappers.swift
- edit: lib/Sema/TypeCheckPropertyWrapper.cpp
- edit: lib/Sema/TypeCheckDecl.cpp
- edit: lib/Sema/TypeChecker.h
-
Commit b8bb65f88fafa44296a43ddce14296e8a63ff9a7 by danielrodriguez:
[android] Fix test setup for Android to avoid using -sdk.- edit: test/lit.cfg