Builder win-clang-rel-x64
Build 8928158666048121632
Results:
Success
Trigger Info:
Project | dawn |
Revision | 85df07a1e54e97187f582089db1a00092d66466d |
Got Revision | 85df07a1e54e97187f582089db1a00092d66466d |
Execution:
- Source: Task 418ceff423b25810
- Bot: win10-727f49a0-us-west1-c-lm67
Steps and Logfiles:
Show:-
- - no logs -
-
- - no logs -
-
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
$recipe_engine/path | {"cache_dir": "C:\\b\\s\\w\\ir\\cache", "temp_dir": "C:\\b\\s\\w\\ir\\tmp\\rt"} | setup_build |
$recipe_engine/runtime | {"is_experimental": false, "is_luci": true} | setup_build |
bot_id | "win10-727f49a0-us-west1-c-lm67" | setup_build |
branch | "refs/heads/master" | setup_build |
buildbucket | {"build": {"bucket": "luci.dawn.ci", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "created_ts": 1543841409598164, "id": "8928158666048121632", "project": "dawn", "tags": ["builder:win-clang-rel-x64", "buildset:commit/git/85df07a1e54e97187f582089db1a00092d66466d", "buildset:commit/gitiles/dawn.googlesource.com/dawn/+/85df07a1e54e97187f582089db1a00092d66466d", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9093588728201974624", "scheduler_job_id:dawn/win-clang-rel-x64", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "win-clang-rel-x64" | setup_build |
clang | true | setup_build |
debug | false | setup_build |
path_config | "generic" | setup_build |
recipe | "dawn" | setup_build |
repository | "https://dawn.googlesource.com/dawn.git" | setup_build |
revision | "85df07a1e54e97187f582089db1a00092d66466d" | setup_build |
target_cpu | "x64" | setup_build |
got_revision | "85df07a1e54e97187f582089db1a00092d66466d" | bot_update |
Blamelist:
- Corentin Wallez (cwallezohnoyoudont@chromium.org)
Timing:
Create | Monday, 03-Dec-18 12:50:09 UTC |
Start | Monday, 03-Dec-18 12:51:06 UTC |
End | Monday, 03-Dec-18 12:52:46 UTC |
Pending | 56 secs |
Execution | 1 mins 40 secs |
All Changes:
-
Vulkan: Handle errors on device creation.
Changed by Corentin Wallez - cwallezohnoyoudont@chromium.org Changed at Monday, 03-Dec-18 12:49:56 UTC Repository https://dawn.googlesource.com/dawn Branch Revision 85df07a1e54e97187f582089db1a00092d66466d Comments
Vulkan: Handle errors on device creation. This is both something we should strive for for robustness of the backends and in this case helped debug what the issue was on the linux-dawn-rel builder that was failing all Vulkan tests. BUG=dawn:19 Change-Id: Ibe9f5ad76b7766575bb74fe4993625cf82cdf13f Reviewed-on: https://dawn-review.googlesource.com/c/2702 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Changed files
- src/dawn_native/Error.cpp
- src/dawn_native/Error.h
- src/dawn_native/vulkan/DeviceVk.cpp
- src/dawn_native/vulkan/DeviceVk.h
- src/dawn_native/vulkan/NativeSwapChainImplVk.cpp
- src/dawn_native/vulkan/VulkanFunctions.cpp
- src/dawn_native/vulkan/VulkanFunctions.h
- src/dawn_native/vulkan/VulkanInfo.cpp
- src/dawn_native/vulkan/VulkanInfo.h