[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) (Debug) #266

Report

[FAILURE] swift-master-source-compat-suite-debug [#266]

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite-debug/266/
Project:
swift-master-source-compat-suite-debug
Date of build:
Wed, 10 Oct 2018 10:55:38 -0500
Build duration:
1 hr 21 min

Changes

  • Commit 0463ba3f887a6ae68721a6426a1e79dabfe97d07 by aschwaighofer:
    Add the Swift equivalent of the llvm.assume intrinsic

    • edit: lib/IRGen/GenBuiltin.cpp
    • edit: stdlib/public/core/Builtin.swift
    • edit: include/swift/AST/Builtins.def
    • edit: lib/SIL/SILOwnershipVerifier.cpp
    • edit: test/SILGen/builtins.swift
    • add: test/IRGen/assume.swift
    • edit: test/IRGen/builtins.swift
    • edit: lib/SIL/ValueOwnershipKindClassifier.cpp
  • Commit 76db09ac63bd53191a57a51d6f1c0126f94be2d1 by aschwaighofer:
    Address review comments and try to fix test

    • edit: test/IRGen/assume.swift
    • edit: stdlib/public/core/Builtin.swift
  • Commit 8dcf652933de87ee8a4c6c9ff8f12e1af0b3580b by aschwaighofer:
    Change test to SIL test

    • delete: test/IRGen/assume.swift
    • add: test/IRGen/assume.sil
  • Commit c82c40d5d86ee137886d1e33f2ddafd0b942000a by aschwaighofer:
    Writing SIL tests is hard

    • edit: test/IRGen/assume.sil
  • Commit d2f52783d2b5e22175fcd8f598c67cf417bdd202 by aschwaighofer:
    Fix spelling

    • edit: stdlib/public/core/Builtin.swift
  • Commit 101c7cbbdbe86a20043787609b11584abc4d46ce by mikeash:
    [Runtime] Fix a leak when reading a weak property with Mirror.

    • edit: test/stdlib/WeakMirror.swift
    • edit: stdlib/public/runtime/ReflectionMirror.mm