[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 15.10 (master) #4544

The fix to this crasher was probably me - I’ll update the test.

Thanks!
- Joe

···

On Apr 26, 2016, at 5:47 PM, no-reply@swift.org wrote:

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#4544]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/4544/
Project: oss-swift-incremental-RA-linux-ubuntu-15_10
Date of build: Tue, 26 Apr 2016 17:41:55 -0700
Build duration: 5 min 23 sec
Identified problems:

Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
Indication 1 <https://ci.swift.org//job/oss-swift-incremental-RA-linux-ubuntu-15_10/4544/consoleFull#74586079fca400bf-2f4a-462e-b517-e058d770b2d7&gt;
Tests:

Name: Swift
Failed: 1 test(s), Passed: 7826 test(s), Total: 7827 test(s)
Failed: Swift.compiler_crashers.24798-no-stacktrace.swift <https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/4544/testReport/junit/Swift/compiler_crashers/24798_no_stacktrace_swift&gt;
Name: Swift-Unit
Failed: 0 test(s), Passed: 302 test(s), Total: 302 test(s)

Changes

Commit 2351085e76de7ad54b0bf029dfa13af022ad58b3 by dgregor:
Fix tests after allowing imports to clash with keywords

edit: test/Interpreter/SDK/Foundation_test.swift
edit: test/IDE/complete_pound_selector.swift
edit: test/1_stdlib/Nil.swift
edit: test/ClangModules/sdk-bridging-header.swift
edit: test/Interpreter/SDK/objc_array_of_classes.swift

Commit 2cdd7d64e1e2add7bcfd5452d36e7f5fc6c86a03 by jpamer:
"Sober up" the type checker by improving type inference over dictionary

edit: lib/Sema/CSGen.cpp
add: test/expr/edge-contraction/dictionary-literal.swift

Hmm… My update didn’t do the trick. Taking a look…

···

On Apr 26, 2016, at 5:51 PM, Joe Pamer via swift-dev <swift-dev@swift.org> wrote:

The fix to this crasher was probably me - I’ll update the test.

Thanks!
- Joe

On Apr 26, 2016, at 5:47 PM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#4544]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/4544/
Project: oss-swift-incremental-RA-linux-ubuntu-15_10
Date of build: Tue, 26 Apr 2016 17:41:55 -0700
Build duration: 5 min 23 sec
Identified problems:

Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
Indication 1 <https://ci.swift.org//job/oss-swift-incremental-RA-linux-ubuntu-15_10/4544/consoleFull#74586079fca400bf-2f4a-462e-b517-e058d770b2d7&gt;
Tests:

Name: Swift
Failed: 1 test(s), Passed: 7826 test(s), Total: 7827 test(s)
Failed: Swift.compiler_crashers.24798-no-stacktrace.swift <https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/4544/testReport/junit/Swift/compiler_crashers/24798_no_stacktrace_swift&gt;
Name: Swift-Unit
Failed: 0 test(s), Passed: 302 test(s), Total: 302 test(s)

Changes

Commit 2351085e76de7ad54b0bf029dfa13af022ad58b3 by dgregor:
Fix tests after allowing imports to clash with keywords

edit: test/Interpreter/SDK/Foundation_test.swift
edit: test/IDE/complete_pound_selector.swift
edit: test/1_stdlib/Nil.swift
edit: test/ClangModules/sdk-bridging-header.swift
edit: test/Interpreter/SDK/objc_array_of_classes.swift

Commit 2cdd7d64e1e2add7bcfd5452d36e7f5fc6c86a03 by jpamer:
"Sober up" the type checker by improving type inference over dictionary

edit: lib/Sema/CSGen.cpp
add: test/expr/edge-contraction/dictionary-literal.swift

_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Ok - 80564dcc1fa9b6 should do it.

Thanks!
- Joe

···

On Apr 26, 2016, at 6:58 PM, Joe Pamer <jpamer@apple.com> wrote:

Hmm… My update didn’t do the trick. Taking a look…

On Apr 26, 2016, at 5:51 PM, Joe Pamer via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:

The fix to this crasher was probably me - I’ll update the test.

Thanks!
- Joe

On Apr 26, 2016, at 5:47 PM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#4544]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/4544/
Project: oss-swift-incremental-RA-linux-ubuntu-15_10
Date of build: Tue, 26 Apr 2016 17:41:55 -0700
Build duration: 5 min 23 sec
Identified problems:

Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
Indication 1 <https://ci.swift.org//job/oss-swift-incremental-RA-linux-ubuntu-15_10/4544/consoleFull#74586079fca400bf-2f4a-462e-b517-e058d770b2d7&gt;
Tests:

Name: Swift
Failed: 1 test(s), Passed: 7826 test(s), Total: 7827 test(s)
Failed: Swift.compiler_crashers.24798-no-stacktrace.swift <https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/4544/testReport/junit/Swift/compiler_crashers/24798_no_stacktrace_swift&gt;
Name: Swift-Unit
Failed: 0 test(s), Passed: 302 test(s), Total: 302 test(s)

Changes

Commit 2351085e76de7ad54b0bf029dfa13af022ad58b3 by dgregor:
Fix tests after allowing imports to clash with keywords

edit: test/Interpreter/SDK/Foundation_test.swift
edit: test/IDE/complete_pound_selector.swift
edit: test/1_stdlib/Nil.swift
edit: test/ClangModules/sdk-bridging-header.swift
edit: test/Interpreter/SDK/objc_array_of_classes.swift

Commit 2cdd7d64e1e2add7bcfd5452d36e7f5fc6c86a03 by jpamer:
"Sober up" the type checker by improving type inference over dictionary

edit: lib/Sema/CSGen.cpp
add: test/expr/edge-contraction/dictionary-literal.swift

_______________________________________________
swift-dev mailing list
swift-dev@swift.org <mailto:swift-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-dev