[ オリジナルレポート ]

BugID: #05909

カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
システムコア最小解決済み修正済み2015-04-06 07:112015-04-23 18:45
 
テスターhap担当者 ソース
バージョン0.160発生バージョン修正バージョン0.161
修正コミットプルリク
フラグ
セット
セット詳細
 
概 要validityテストで入力タグが空になる。
詳 細empty input tag on validity test error:
C:\Dev\MAME\local>m pacman
Tag '' already exists in tagged_list

C:\Dev\MAME\local>
再現手順Make a deliberate input tag mistake in your source code, for example, in drivers/pacman.c, create a double definition of IN0 - simply copy/paste PORT_START("IN0") of static INPUT_PORTS_START( pacman )

Then compile, and run pacman, expected error message is:
Tag 'IN0' already exists in tagged_list
but instead you get:
Tag '' already exists in tagged_list
追加情報 
 
添付ファイル