Test "Error handling improvement" on arm64

The following test set:
  execve: fix memory leak
  add: NULL check for master_channel at IKC interrupt_handler.
  Fix the check routine for elf sections (Fujitsu: POSTK_TEMP_FIX_77)

Change-Id: I16c2a341c48f6df10a4839be08b93ea16bda8fbe
Refs: #727
Refs: #873
Refs: #1011
This commit is contained in:
Shiratori, Takehiro
2018-12-04 17:09:33 +09:00
committed by Masamichi Takagi
parent ec844bb6e3
commit 95e90c727e
22 changed files with 830 additions and 60 deletions

View File

@@ -0,0 +1,12 @@
■ Issue#873 動作確認
1. ファイルの説明
mck_boot_test.sh McKernelの停止→起動 を100回繰り返すスクリプト
すべてで成功した場合には[OK]メッセージを、途中で失敗した場合には[NG] メッセージを出力する
2. 確認方法
1. mck_boot_test.sh のMCK_DIR にMcKernelのインストールディレクトリを指定する
2. sh ./mck_boot_test.sh を実行する
3. [OK]メッセージがコンソールに出力されることを確認する
3. 確認結果
上記の確認方法で期待される動作が確認できたため、問題ない。