// Copyright 2016 syzkaller project authors. All rights reserved.// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.packageexecutorimport"testing"funcTestKVM(t*testing.T){switchres:=testKVM();{caseres<0:t.Skip()caseres>0:t.Fail()default:}}