Report
[FAILURE] oss-lldb-swift-5.1-osx [#382]
Build URL:
https://ci.swift.org/job/oss-lldb-swift-5.1-osx/382/
Project:
oss-lldb-swift-5.1-osx
Date of build:
Sat, 20 Apr 2019 20:49:21 -0500
Build duration:
4 min 23 sec
Changes
-
Commit 3178edcf6d5c8b4511edd02cf4b507fdc1f5a8a2 by spestov:
IRGen: Don't add class stubs to objc_classes list- edit: test/IRGen/class_update_callback_with_stub.swift
- edit: lib/IRGen/GenMeta.cpp
-
Commit 489ccf7cd7f8043c86eff07be44ff2fda2c2a87e by spestov:
IRGen: Emit reference to class stub from class context descriptor- edit: lib/IRGen/GenMeta.cpp
- edit: test/IRGen/class_update_callback_with_stub.swift
-
Commit 720301467d1b29c13d161ad1e36462a6707ba227 by spestov:
IRGen: Fix for categories on resilient classes from other modules- edit: lib/IRGen/MetadataRequest.cpp
- edit: test/IRGen/class_update_callback_with_stub.swift
-
Commit d34886700490f28d5f162999eb6f313036436543 by spestov:
IRGen: Categories on class stubs should go in a separate list and- edit: lib/IRGen/GenDecl.cpp
- edit: lib/IRGen/IRGenModule.h
- edit: lib/IRGen/GenCast.cpp
- edit: lib/IRGen/GenMeta.cpp
- edit: lib/IRGen/MetadataRequest.h
- edit: lib/IRGen/MetadataRequest.cpp
- edit: lib/IRGen/GenClass.cpp
- edit: test/IRGen/class_update_callback_with_stub.swift
-
Commit c374044a260c7d7415b4ea96ea5f2b468b39e11e by spestov:
Execution tests for Objective-C resilient class stubs- add: validation-test/Runtime/class_stubs.m
- add: validation-test/Runtime/Inputs/class-stubs-from-objc/module.map
- add: validation-test/Runtime/Inputs/class-stubs-from-objc/first.swift
- add: test/Interpreter/objc_class_resilience_stubs.swift
- add: validation-test/Runtime/Inputs/class-stubs-from-objc/second.swift
-
Commit 6948dfe3d65810b7b684b70754c647fbe4a15d80 by spestov:
Runtime: Fix condition for class stubs support- edit: stdlib/public/runtime/Metadata.cpp