Home
last modified time | relevance | path

Searched refs:Message (Results 1 – 21 of 21) sorted by relevance

/Renode-v1.15.3-c57714d/tests/unit-tests/RenodeTests/PlatformDescription/
DParserPrimitivesTest.cs27 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParseHexadecimalLong()
36 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParseDecimalRange()
45 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParseHexadecimalRange()
54 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParseMixedRangeWithPlus()
63 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParseHexadecimalRangeWithPlus()
82 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParseNumber()
101 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParsePositiveIrqRange()
111 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParseNegativeIrqRange()
121 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParseIrqSources()
137 Assert.IsTrue(result.WasSuccessful, result.Message); in ShouldParseQuotedString()
[all …]
DMergeAndCreationTests.cs167 …var position = exception.Message.Split(new string[] { Environment.NewLine }, StringSplitOptions.No… in ShouldFailOnUnclosedMultipleMultilineQuotedStrings()
189 …var position = exception.Message.Split(new string[] { Environment.NewLine }, StringSplitOptions.No… in ShouldFailOnUnclosedMultilineQuotedStringBetweenQuotedStrings()
281 …var position = exception.Message.Split(new string[] { Environment.NewLine }, StringSplitOptions.No… in ShouldFailOnAnyStringAfterClosedMultilineString()
295 …var position = exception.Message.Split(new string[] { Environment.NewLine }, StringSplitOptions.No… in ShouldFailOnMultipleMultilineStringSignsInOneLine()
322 …var position = exception.Message.Split(new string[] { Environment.NewLine }, StringSplitOptions.No… in ShouldFailOnUnclosedMultilineString()
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DConversionResult.cs17 Message = message; in ConversionResult()
38 public string Message { get; private set; } property in Antmicro.Renode.PlatformDescription.ConversionResult
DCreationDriver.cs233 var message = "Syntax error, " + result.Message; in ParseDescription()
628 exceptionMessage.AppendLine(constructionException.Message); in CreateAndHandleError()
631 exceptionMessage.AppendLine(innerException.Message); in CreateAndHandleError()
1022 …eName, registrationInfo.Register.Value, Environment.NewLine, recoverableException.Message), false); in TryRegisterFromEntry()
1032 …ception was thrown during setting a name: {0}{1}", Environment.NewLine, exception.Message), false); in TryRegisterFromEntry()
1432 … HandleError(simpleConversionResult.Error, value, simpleConversionResult.Message, true); in ConvertFromValue()
1516 … constructorSelectionReport.Add(() => " " + simpleConversionResult.Message); in FindConstructor()
/Renode-v1.15.3-c57714d/src/Renode/Backends/Terminals/
DUartPtyTerminal.cs54 …string.Format("There was an error when removing symlink `{0}': {1}", symlink.FullName, e.Message)); in Dispose()
101 …tring.Format("There was an error when removing existing `{0}' symlink: {1}", linkName, e.Message)); in CreateSymlink()
111 …(string.Format("There was an error when when creating a symlink `{0}': {1}", linkName, e.Message)); in CreateSymlink()
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DNetworkInterfaceKeywords.cs69 throw new KeywordException(e.Message); in SendFrame()
DHttpServer.cs68 Logger.Log(LogLevel.Error, "Could not create port file: {0}", ex.Message); in TryCreatePortFile()
DXmlRpcServer.cs61 …result.Add(KeywordResultError, BuildRecursiveValueFromException(e, ex => ex.Message).StripNonSafeC… in RunKeyword()
/Renode-v1.15.3-c57714d/src/Renode/Network/NetworkServer/Modules/
DTftpServerModule.cs118 this.Log(logLevel, args.Message); in HandleLog()
161 … this.Log(LogLevel.Warning, "There was an error when reading {0} file: {1}", path, e.Message); in HandleStream()
/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/
DExternalControlServer.cs288 this.Log(LogLevel.Error, "{0} command error: {1}", command, e.Message); in TryHandleCommand()
289 response = Response.CommandFailed(command, e.Message); in TryHandleCommand()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DSocketConnection.cs229 throw new RecoverableException(e.Message);
504 logger.DebugLog("Send/Receive task exception: {0}", innerException.Message); in WaitSendOrReceiveTask()
DLibraryConnection.cs193 var info = "Error starting cosimulated peripheral!\n" + e.Message;
/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/
DWiresharkSender.cs116 if(!e.Message.Contains("finished")) in CloseWireshark()
/Renode-v1.15.3-c57714d/tests/platforms/
DSTM32F7.robot19 Wait For Message on LTDC
Dzynqmp.robot471 Wait For Line On Uart PT Sending Message 1
475 Wait For Line On Uart CT Thread Received Message
478 Wait For Line On Uart PT Sending Message 1'
482 Wait For Line On Uart CT Thread Received Message
492 Wait For Line On Uart PT Sending Message 1
496 Wait For Line On Uart CT Thread Received Message
499 Wait For Line On Uart PT Sending Message 1'
503 Wait For Line On Uart CT Thread Received Message
DARMv8R.robot962 Wait For Line On Uart PT Sending Message 1
965 Wait For Line On Uart CT Thread Received Message
967 Wait For Line On Uart PT Sending Message 1'
970 Wait For Line On Uart CT Thread Received Message
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedCFU.cs161 LogAndThrowRE(e.Message);
/Renode-v1.15.3-c57714d/tests/
Drenode-keywords.robot165 Set Test Message ${message}
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/
DSystemCPeripheral.cs443 throw new RecoverableException(e.Message); in StartSystemCProcess()
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DGrammar.cs366 return Result.Failure<IOption<T>>(pr.Remainder, pr.Message, pr.Expectations); in XOptional()
/Renode-v1.15.3-c57714d/
DCHANGELOG.rst1048 * AES and Message Authentication cores for AthenaX5200